#032F4D

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

Shades of Prussian Blue #032F4D

Tints of Prussian Blue #032F4D

Color information

#032F4D (or 0x032F4D) is unknown color: approx Prussian Blue. HEX triplet: 03, 2F and 4D. RGB value is (3,47,77). Sum of RGB (Red+Green+Blue) = 3+47+77=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #032F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F4D is #FCD0B2. Grayscale: #252525. Windows color (decimal): -16568499 or 5058307. OLE color: 5058307.

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

Color convert

RGB34777-
CMYK0.960.3900.70
HSL204.32º92.5%15.69%-
HSV(B)204.32º96.1%30.2%-
XYZ2.392.597.39-
YUV37.26150.42103.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=2.36%
G=37.01%
B=60.63%

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
Decimal347770.960.3900.70204.3292.515.69
Hex32F4D6027046cc5c10
Octal35711514047010631413420
Binary11101111100110111000001001110100011011001100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,47,77); }

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

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

 a { background-color: rgb(3,47,77); }

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

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

 span { border-color: rgb(3,47,77); }

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