#033473

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

Shades of Prussian Blue #033473

Tints of Prussian Blue #033473

Color information

#033473 (or 0x033473) is unknown color: approx Prussian Blue. HEX triplet: 03, 34 and 73. RGB value is (3,52,115). Sum of RGB (Red+Green+Blue) = 3+52+115=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #033473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033473 is #FCCB8C. Grayscale: #2C2C2C. Windows color (decimal): -16567181 or 7549955. OLE color: 7549955.

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

Color convert

RGB352115-
CMYK0.970.5500.55
HSL213.75º94.92%23.14%-
HSV(B)213.75º97.39%45.1%-
XYZ4.363.7116.71-
YUV44.53167.7798.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 115 (45.31% from 255) = 67.65%
R=1.76%
G=30.59%
B=67.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3521150.970.5500.55213.7594.9223.14
Hex334736137037d65f17
Octal3641631416706732613727
Binary1111010011100111100001110111011011111010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033473; }

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

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

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

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

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

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

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

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