#032A4F

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

Shades of Prussian Blue #032A4F

Tints of Prussian Blue #032A4F

Color information

#032A4F (or 0x032A4F) is unknown color: approx Prussian Blue. HEX triplet: 03, 2A and 4F. RGB value is (3,42,79). Sum of RGB (Red+Green+Blue) = 3+42+79=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #032A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A4F is #FCD5B0. Grayscale: #222222. Windows color (decimal): -16569777 or 5188099. OLE color: 5188099.

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

Color convert

RGB34279-
CMYK0.960.4700.69
HSL209.21º92.68%16.08%-
HSV(B)209.21º96.2%30.98%-
XYZ2.282.247.71-
YUV34.56153.08105.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=2.42%
G=33.87%
B=63.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal342790.960.4700.69209.2192.6816.08
Hex32A4F602F045d15d10
Octal35211714057010532113520
Binary11101010100111111000001011110100010111010001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,42,79); }

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

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

 a { background-color: rgb(3,42,79); }

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

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

 span { border-color: rgb(3,42,79); }

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