Html Css Color HEX #033C62 Prussian Blue

📋 copy color: '#033C62'

red 3 ◦ green 60 ◦ blue 98

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

Shades of Prussian Blue #033C62

Tints of Prussian Blue #033C62

RGB

 RED value IS 3 (1.56% from 255) = 1.86%

 GREEN value IS 60 (23.83% from 255) = 37.27%

 BLUE value IS 98 (38.67% from 255) = 60.87%

R = 1.86%
G = 37.27%
B = 60.87%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#033C62 (or 0x033C62) is known color: Prussian Blue. HEX triplet: 03, 3C and 62. RGB value is (3,60,98). Sum of RGB (Red+Green+Blue) = 3+60+98=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #033C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C62 is #FCC39D. Grayscale: #2F2F2F. Windows color (decimal): -16565150 or 6437891. OLE color: 6437891.

HSL color Cylindrical-coordinate representation of color #033C62: hue angle of 204º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C62 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 60 98 -
CMYK 0.97 0.39 0 0.62
HSL 204º 0.94% 0.2% -
HSV(B) 204º 0.97% 0.38% -
XYZ 3.86 4.13 12.15 -
YUV 47.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 3 60 98 0.97 0.39 0 0.62 204 0.94 0.2
Hex 3 3C 62 61 27 0 3E CC 5E 14
Octal 3 74 142 141 47 0 76 314 136 24
Binary 11 111100 1100010 1100001 100111 0 111110 11001100 1011110 10100

Color Harmonies of #033C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C62

Black with #033C62

Text Example


Text Example

White with #033C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033C62; }

 p { color: rgb(3,60,98); }

 H1.HeaderClassName
 {
   color: #033C62;
 }
 .AnyTagClassName
 {
   color: #033C62;
 }
</style>

background-color css

<style>
 a { background-color: #033C62; }

 a { background-color: rgb(3,60,98); }

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

border-color css

<style>
 span { border-color: #033C62; }

 span { border-color: rgb(3,60,98); }

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