#032F59

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

Shades of Prussian Blue #032F59

Tints of Prussian Blue #032F59

Color information

#032F59 (or 0x032F59) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 59. RGB value is (3,47,89). Sum of RGB (Red+Green+Blue) = 3+47+89=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #032F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F59 is #FCD0A6. Grayscale: #262626. Windows color (decimal): -16568487 or 5844739. OLE color: 5844739.

HSL color Cylindrical-coordinate representation of color #032F59: hue angle of 209.3º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F59 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB34789-
CMYK0.970.4700.65
HSL209.3º93.48%18.04%-
HSV(B)209.3º96.63%34.9%-
XYZ2.862.779.84-
YUV38.63156.42102.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=2.16%
G=33.81%
B=64.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal347890.970.4700.65209.393.4818.04
Hex32F59612F041d15d12
Octal35713114157010132113522
Binary11101111101100111000011011110100000111010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032F59; }

 p { color: rgb(3,47,89); }

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

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

 a { background-color: rgb(3,47,89); }

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

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

 span { border-color: rgb(3,47,89); }

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