#033C62

Color #033C62 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #033C62

Tints of Prussian Blue #033C62

Color information

#033C62 (or 0x033C62) is unknown color: approx 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

RGB36098-
CMYK0.970.3900.62
HSL204º94.06%19.8%-
HSV(B)204º96.94%38.43%-
XYZ3.864.1312.15-
YUV47.29156.6296.41-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal360980.970.3900.6220494.0619.8
Hex33C62612703Ecc5e14
Octal3741421414707631413624
Binary1111110011000101100001100111011111011001100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>