#032C4B

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

Shades of Prussian Blue #032C4B

Tints of Prussian Blue #032C4B

Color information

#032C4B (or 0x032C4B) is unknown color: approx Prussian Blue. HEX triplet: 03, 2C and 4B. RGB value is (3,44,75). Sum of RGB (Red+Green+Blue) = 3+44+75=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #032C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C4B is #FCD3B4. Grayscale: #232323. Windows color (decimal): -16569269 or 4926467. OLE color: 4926467.

HSL color Cylindrical-coordinate representation of color #032C4B: hue angle of 205.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032C4B is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34475-
CMYK0.960.4100.71
HSL205.83º92.31%15.29%-
HSV(B)205.83º96%29.41%-
XYZ2.212.336.99-
YUV35.28150.42104.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=2.46%
G=36.07%
B=61.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal344750.960.4100.71205.8392.3115.29
Hex32C4B6029047ce5cf
Octal35411314051010731613417
Binary1110110010010111100000101001010001111100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,44,75); }

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

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

 a { background-color: rgb(3,44,75); }

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

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

 span { border-color: rgb(3,44,75); }

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