#033672

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

Shades of Prussian Blue #033672

Tints of Prussian Blue #033672

Color information

#033672 (or 0x033672) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 72. RGB value is (3,54,114). Sum of RGB (Red+Green+Blue) = 3+54+114=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #033672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033672 is #FCC98D. Grayscale: #2D2D2D. Windows color (decimal): -16566670 or 7484931. OLE color: 7484931.

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

Color convert

RGB354114-
CMYK0.970.5300.55
HSL212.43º94.87%22.94%-
HSV(B)212.43º97.37%44.71%-
XYZ4.393.8716.44-
YUV45.59166.697.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=1.75%
G=31.58%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3541140.970.5300.55212.4394.8722.94
Hex336726135037d45f17
Octal3661621416506732413727
Binary1111011011100101100001110101011011111010100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033672; }

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

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

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

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

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

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

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

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