#032E4B

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

Shades of Prussian Blue #032E4B

Tints of Prussian Blue #032E4B

Color information

#032E4B (or 0x032E4B) is unknown color: approx Prussian Blue. HEX triplet: 03, 2E and 4B. RGB value is (3,46,75). Sum of RGB (Red+Green+Blue) = 3+46+75=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #032E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E4B is #FCD1B4. Grayscale: #242424. Windows color (decimal): -16568757 or 4926979. OLE color: 4926979.

HSL color Cylindrical-coordinate representation of color #032E4B: hue angle of 204.17º 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 #032E4B is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34675-
CMYK0.960.3900.71
HSL204.17º92.31%15.29%-
HSV(B)204.17º96%29.41%-
XYZ2.282.487.02-
YUV36.45149.75104.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=2.42%
G=37.10%
B=60.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal346750.960.3900.71204.1792.3115.29
Hex32E4B6027047cc5cf
Octal35611314047010731413417
Binary1110111010010111100000100111010001111100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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