#032A50

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

Shades of Prussian Blue #032A50

Tints of Prussian Blue #032A50

Color information

#032A50 (or 0x032A50) is unknown color: approx Prussian Blue. HEX triplet: 03, 2A and 50. RGB value is (3,42,80). Sum of RGB (Red+Green+Blue) = 3+42+80=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #032A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A50 is #FCD5AF. Grayscale: #222222. Windows color (decimal): -16569776 or 5253635. OLE color: 5253635.

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

Color convert

RGB34280-
CMYK0.960.4800.69
HSL209.61º92.77%16.27%-
HSV(B)209.61º96.25%31.37%-
XYZ2.312.257.9-
YUV34.67153.58105.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 80 (31.64% from 255) = 64%
R=2.4%
G=33.6%
B=64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal342800.960.4800.69209.6192.7716.27
Hex32A506030045d25d10
Octal35212014060010532213520
Binary11101010101000011000001100000100010111010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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