#033472

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

Shades of Prussian Blue #033472

Tints of Prussian Blue #033472

Color information

#033472 (or 0x033472) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 72. RGB value is (3,52,114). Sum of RGB (Red+Green+Blue) = 3+52+114=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #033472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033472 is #FCCB8D. Grayscale: #2C2C2C. Windows color (decimal): -16567182 or 7484419. OLE color: 7484419.

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

Color convert

RGB352114-
CMYK0.970.5400.55
HSL213.51º94.87%22.94%-
HSV(B)213.51º97.37%44.71%-
XYZ4.33.6916.41-
YUV44.42167.2798.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=1.78%
G=30.77%
B=67.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3521140.970.5400.55213.5194.8722.94
Hex334726136037d65f17
Octal3641621416606732613727
Binary1111010011100101100001110110011011111010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033472; }

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

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

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

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

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

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

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

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