#032F58

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

Shades of Prussian Blue #032F58

Tints of Prussian Blue #032F58

Color information

#032F58 (or 0x032F58) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 58. RGB value is (3,47,88). Sum of RGB (Red+Green+Blue) = 3+47+88=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #032F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F58 is #FCD0A7. Grayscale: #262626. Windows color (decimal): -16568488 or 5779203. OLE color: 5779203.

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

Color convert

RGB34788-
CMYK0.970.4700.65
HSL208.94º93.41%17.84%-
HSV(B)208.94º96.59%34.51%-
XYZ2.822.769.62-
YUV38.52155.92102.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 88 (34.77% from 255) = 63.77%
R=2.17%
G=34.06%
B=63.77%

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
Decimal347880.970.4700.65208.9493.4117.84
Hex32F58612F041d15d12
Octal35713014157010132113522
Binary11101111101100011000011011110100000111010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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