#033C72

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

Shades of Prussian Blue #033C72

Tints of Prussian Blue #033C72

Color information

#033C72 (or 0x033C72) is unknown color: approx Prussian Blue. HEX triplet: 03, 3C and 72. RGB value is (3,60,114). Sum of RGB (Red+Green+Blue) = 3+60+114=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #033C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C72 is #FCC38D. Grayscale: #303030. Windows color (decimal): -16565134 or 7486467. OLE color: 7486467.

HSL color Cylindrical-coordinate representation of color #033C72: hue angle of 209.19º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C72 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB360114-
CMYK0.970.4700.55
HSL209.19º94.87%22.94%-
HSV(B)209.19º97.37%44.71%-
XYZ4.694.4716.53-
YUV49.11164.6295.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=1.69%
G=33.90%
B=64.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3601140.970.4700.55209.1994.8722.94
Hex33C72612F037d15f17
Octal3741621415706732113727
Binary1111110011100101100001101111011011111010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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