#032B58

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

Shades of Prussian Blue #032B58

Tints of Prussian Blue #032B58

Color information

#032B58 (or 0x032B58) is unknown color: approx Prussian Blue. HEX triplet: 03, 2B and 58. RGB value is (3,43,88). Sum of RGB (Red+Green+Blue) = 3+43+88=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #032B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B58 is #FCD4A7. Grayscale: #232323. Windows color (decimal): -16569512 or 5778179. OLE color: 5778179.

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

Color convert

RGB34388-
CMYK0.970.5100.65
HSL211.76º93.41%17.84%-
HSV(B)211.76º96.59%34.51%-
XYZ2.662.459.57-
YUV36.17157.25104.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=2.24%
G=32.09%
B=65.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal343880.970.5100.65211.7693.4117.84
Hex32B586133041d45d12
Octal35313014163010132413522
Binary11101011101100011000011100110100000111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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