Html Css Color HEX #003E66 Prussian Blue

📋 copy color: '#003E66'

red 0 ◦ green 62 ◦ blue 102

#003E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #003E66

Tints of Prussian Blue #003E66

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 62 (24.61% from 255) = 37.8%

 BLUE value IS 102 (40.23% from 255) = 62.2%

R = 0%
G = 37.8%
B = 62.2%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#003E66 (or 0x003E66) is known color: Prussian Blue. HEX triplet: 00, 3E and 66. RGB value is (0,62,102). Sum of RGB (Red+Green+Blue) = 0+62+102=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #003E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E66 is #FFC199. Grayscale: #2F2F2F. Windows color (decimal): -16761242 or 6700544. OLE color: 6700544.

HSL color Cylindrical-coordinate representation of color #003E66: hue angle of 203.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E66 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 62 102 -
CMYK 1 0.39 0 0.6
HSL 203.53º 1% 0.2% -
HSV(B) 203.53º 1% 0.4% -
XYZ 4.12 4.4 13.2 -
YUV 48.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 0 62 102 1 0.39 0 0.6 203.53 1 0.2
Hex 0 3E 66 64 27 0 3C CC 64 14
Octal 0 76 146 144 47 0 74 314 144 24
Binary 0 111110 1100110 1100100 100111 0 111100 11001100 1100100 10100

Color Harmonies of #003E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E66

Black with #003E66

Text Example


Text Example

White with #003E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003E66; }

 p { color: rgb(0,62,102); }

 H1.HeaderClassName
 {
   color: #003E66;
 }
 .AnyTagClassName
 {
   color: #003E66;
 }
</style>

background-color css

<style>
 a { background-color: #003E66; }

 a { background-color: rgb(0,62,102); }

 div.DivClassName
 {
   background-color: #003E66;
 }
 .BgClassName
 {
   background-color: #003E66;
 }
</style>

border-color css

<style>
 span { border-color: #003E66; }

 span { border-color: rgb(0,62,102); }

 td.TdClassName
 {
   border-color: #003E66;
 }
 .TagClassName
 {
   border-color: #003E66;
 }
</style>