#032B5B

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

Shades of Prussian Blue #032B5B

Tints of Prussian Blue #032B5B

Color information

#032B5B (or 0x032B5B) is unknown color: approx Prussian Blue. HEX triplet: 03, 2B and 5B. RGB value is (3,43,91). Sum of RGB (Red+Green+Blue) = 3+43+91=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #032B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B5B is #FCD4A4. Grayscale: #242424. Windows color (decimal): -16569509 or 5974787. OLE color: 5974787.

HSL color Cylindrical-coordinate representation of color #032B5B: hue angle of 212.73º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032B5B is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB34391-
CMYK0.970.5300.64
HSL212.73º93.62%18.43%-
HSV(B)212.73º96.7%35.69%-
XYZ2.792.510.23-
YUV36.51158.75104.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=2.19%
G=31.39%
B=66.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal343910.970.5300.64212.7393.6218.43
Hex32B5B6135040d55e12
Octal35313314165010032513622
Binary11101011101101111000011101010100000011010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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