#033F5A

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

Shades of Prussian Blue #033F5A

Tints of Prussian Blue #033F5A

Color information

#033F5A (or 0x033F5A) is unknown color: approx Prussian Blue. HEX triplet: 03, 3F and 5A. RGB value is (3,63,90). Sum of RGB (Red+Green+Blue) = 3+63+90=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #033F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F5A is #FCC0A5. Grayscale: #2F2F2F. Windows color (decimal): -16564390 or 5914371. OLE color: 5914371.

HSL color Cylindrical-coordinate representation of color #033F5A: hue angle of 198.62º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033F5A is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB36390-
CMYK0.970.3000.65
HSL198.62º93.55%18.24%-
HSV(B)198.62º96.67%35.29%-
XYZ3.664.3110.31-
YUV48.14151.6295.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=1.92%
G=40.38%
B=57.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal363900.970.3000.65198.6293.5518.24
Hex33F5A611E041c75e12
Octal37713214136010130713622
Binary1111111110110101100001111100100000111000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,63,90); }

 H1.HeaderClassName
 {
   color: #033F5A;
 }
 .AnyTagClassName
 {
   color: #033F5A;
 }
</style>
background-color css

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

 a { background-color: rgb(3,63,90); }

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

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

 span { border-color: rgb(3,63,90); }

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