COLOR #002337

HEX: #002337
RGB: (0,35,55)

Renk bilgisi

#002337 contains only green and blue colors. #002337 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#002337 color RGB value is (0,35,55).

  • kırmız ton 0;
  • yeşil ton 35;
  • mavi ton 55.
RGB:
(0,35,55)
(0%,14%,22%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 35 of 255 = 14%
B 55 of 255 = 22%

0
35
55

R + G + B ~ 12%. #002337 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 35 + 55 = 90 (100%)
R 0 of 90 ~ 0%
G 35 of 90 ~ 38.89%
B 55 of 90 ~ 61.11%

%38.89
%61.11

CMYK RENK MODELİ

#002337 rengi CMYK tonu (100,36,0,78).

  • camgöbeği tonu 100.00%
  • eflatun tonu 36.36%
  • sarı tonu 0.00%
  • ana renk tonu 78.43%
CMYK:
(100,36,0,78)
C100M36Y0K78 
(100%,36%,0%,78%)
(1.00/0.36/0.00/0.78)	

CMYK yüzdeleri

%100
%36.36
%0
%78.43

Codes

Color #002337 in popluar color models

002337
RGB03555
HSL202°100.00%10.78%
HSB/HSV202°100.00%21.57%
CMYK100.00%36.36%0.00%
78.43%

Color #002337 in popluar number systems.

HEX002337
Decimal03555
Binary0100011110111
Octal04367

Shades and tints

Shades of #002337

#002337
(0,35,55)
#002032
(0,32,50)
#001D2D
(0,29,45)
#001A28
(0,26,40)
#001723
(0,23,35)
#00141E
(0,20,30)
#001119
(0,17,25)
#000E14
(0,14,20)
#000B0F
(0,11,15)
#00080A
(0,8,10)
#000505
(0,5,5)
#000000
(0,0,0)

Tints of #002337

#002337
(0,35,55)
#173749
(23,55,73)
#2E4B5B
(46,75,91)
#455F6D
(69,95,109)
#5C737F
(92,115,127)
#738791
(115,135,145)
#8A9BA3
(138,155,163)
#A1AFB5
(161,175,181)
#B8C3C7
(184,195,199)
#CFD7D9
(207,215,217)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002337 color. Also use rgb(0,35,55) instead hex code.

Text Font Color

.myTextColor { color: #002337; }

<p style="color:#002337">This sample text font color is #002337.</p>

This text font color is #002337.


Background Color

.myBgColor { background-color: #002337; }

<div style="background-color:#002337">Inner text</div>

This div background color is #002337.


Border color

.myBorderColor { border: 1px solid #002337; }

<div style="border:3px solid #002337">Div</div>

This div border color is #002337.


Opacity

.myOpacity80 { color: #002337; opacity: 0.8; }

<p style="color:#002337;opacity:0.8;">80%</p>

Text with #002337 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #002337;}

<p style="text-shadow: 3px 3px 1px #002337">Text here.</p>

This text has shadow with #002337 color.

.textShadow {text-shadow: 3px 3px 1px #002337, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #002337, 5px 5px 20px red">Text here.</p>

This text has shadow with #002337 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#002337, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#002337, Direction=45, Strength=4)">Text</p>

This text has shadow with #002337 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #002337;
  -webkit-box-shadow:	1px 1px 3px 2px #002337;
  box-shadow:		1px 1px 3px 2px #002337;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #002337;
-webkit-box-shadow: 1px 1px 3px 2px #002337;
box-shadow:1px 1px 3px 2px #002337;">
Div content here</div>
This div box has shadow with color #002337.

Preview

Color preview on black background

This text has color #002337 on black background.


Color preview on white background

This text has color #002337 on white background.



Black color preview on #002337 background

This text has black color on #002337 background.


White color preview on #002337 background

This text has white color on #002337 background.