#032E4C

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

Shades of Prussian Blue #032E4C

Tints of Prussian Blue #032E4C

Color information

#032E4C (or 0x032E4C) is unknown color: approx Prussian Blue. HEX triplet: 03, 2E and 4C. RGB value is (3,46,76). Sum of RGB (Red+Green+Blue) = 3+46+76=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #032E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E4C is #FCD1B3. Grayscale: #242424. Windows color (decimal): -16568756 or 4992515. OLE color: 4992515.

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

Color convert

RGB34676-
CMYK0.960.3900.70
HSL204.66º92.41%15.49%-
HSV(B)204.66º96.05%29.8%-
XYZ2.322.57.2-
YUV36.56150.25104.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 76 (30.08% from 255) = 60.8%
R=2.4%
G=36.8%
B=60.8%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal346760.960.3900.70204.6692.4115.49
Hex32E4C6027046cd5cf
Octal35611414047010631513417
Binary1110111010011001100000100111010001101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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