#033772

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

Shades of Prussian Blue #033772

Tints of Prussian Blue #033772

Color information

#033772 (or 0x033772) is unknown color: approx Prussian Blue. HEX triplet: 03, 37 and 72. RGB value is (3,55,114). Sum of RGB (Red+Green+Blue) = 3+55+114=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #033772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033772 is #FCC88D. Grayscale: #2D2D2D. Windows color (decimal): -16566414 or 7485187. OLE color: 7485187.

HSL color Cylindrical-coordinate representation of color #033772: hue angle of 211.89º 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 #033772 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB355114-
CMYK0.970.5200.55
HSL211.89º94.87%22.94%-
HSV(B)211.89º97.37%44.71%-
XYZ4.443.9716.45-
YUV46.18166.2797.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=1.74%
G=31.98%
B=66.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3551140.970.5200.55211.8994.8722.94
Hex337726134037d45f17
Octal3671621416406732413727
Binary1111011111100101100001110100011011111010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033772; }

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

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

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

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

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

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

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

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