#033F60

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

Shades of Prussian Blue #033F60

Tints of Prussian Blue #033F60

Color information

#033F60 (or 0x033F60) is unknown color: approx Prussian Blue. HEX triplet: 03, 3F and 60. RGB value is (3,63,96). Sum of RGB (Red+Green+Blue) = 3+63+96=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #033F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F60 is #FCC09F. Grayscale: #303030. Windows color (decimal): -16564384 or 6307587. OLE color: 6307587.

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

Color convert

RGB36396-
CMYK0.970.3400.62
HSL201.29º93.94%19.41%-
HSV(B)201.29º96.88%37.65%-
XYZ3.934.4211.71-
YUV48.82154.6295.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=1.85%
G=38.89%
B=59.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal363960.970.3400.62201.2993.9419.41
Hex33F60612203Ec95e13
Octal3771401414207631113623
Binary1111111111000001100001100010011111011001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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