#032850

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

Shades of Prussian Blue #032850

Tints of Prussian Blue #032850

Color information

#032850 (or 0x032850) is unknown color: approx Prussian Blue. HEX triplet: 03, 28 and 50. RGB value is (3,40,80). Sum of RGB (Red+Green+Blue) = 3+40+80=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #032850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032850 is #FCD7AF. Grayscale: #212121. Windows color (decimal): -16570288 or 5253123. OLE color: 5253123.

HSL color Cylindrical-coordinate representation of color #032850: hue angle of 211.17º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032850 is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB34080-
CMYK0.960.500.69
HSL211.17º92.77%16.27%-
HSV(B)211.17º96.25%31.37%-
XYZ2.242.127.88-
YUV33.5154.24106.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 80 (31.64% from 255) = 65.04%
R=2.44%
G=32.52%
B=65.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal340800.960.500.69211.1792.7716.27
Hex328506032045d35d10
Octal35012014062010532313520
Binary11101000101000011000001100100100010111010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032850; }

 p { color: rgb(3,40,80); }

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

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

 a { background-color: rgb(3,40,80); }

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

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

 span { border-color: rgb(3,40,80); }

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