#032951

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

Shades of Prussian Blue #032951

Tints of Prussian Blue #032951

Color information

#032951 (or 0x032951) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 51. RGB value is (3,41,81). Sum of RGB (Red+Green+Blue) = 3+41+81=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #032951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032951 is #FCD6AE. Grayscale: #222222. Windows color (decimal): -16570031 or 5318915. OLE color: 5318915.

HSL color Cylindrical-coordinate representation of color #032951: hue angle of 210.77º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032951 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB34181-
CMYK0.960.4900.68
HSL210.77º92.86%16.47%-
HSV(B)210.77º96.3%31.76%-
XYZ2.322.28.09-
YUV34.2154.41105.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=2.4%
G=32.8%
B=64.8%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal341810.960.4900.68210.7792.8616.47
Hex329516031044d35d10
Octal35112114061010432313520
Binary11101001101000111000001100010100010011010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032951; }

 p { color: rgb(3,41,81); }

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

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

 a { background-color: rgb(3,41,81); }

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

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

 span { border-color: rgb(3,41,81); }

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