#032856

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

Shades of Prussian Blue #032856

Tints of Prussian Blue #032856

Color information

#032856 (or 0x032856) is unknown color: approx Prussian Blue. HEX triplet: 03, 28 and 56. RGB value is (3,40,86). Sum of RGB (Red+Green+Blue) = 3+40+86=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #032856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032856 is #FCD7A9. Grayscale: #212121. Windows color (decimal): -16570282 or 5646339. OLE color: 5646339.

HSL color Cylindrical-coordinate representation of color #032856: hue angle of 213.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032856 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB34086-
CMYK0.970.5300.66
HSL213.25º93.26%17.45%-
HSV(B)213.25º96.51%33.73%-
XYZ2.482.219.1-
YUV34.18157.24105.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 86 (33.98% from 255) = 66.67%
R=2.33%
G=31.01%
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.66
SystemRedGreenBlueCMYKHSL
Decimal340860.970.5300.66213.2593.2617.45
Hex328566135042d55d11
Octal35012614165010232513521
Binary11101000101011011000011101010100001011010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032856; }

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

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

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

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

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

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

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

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