#032952

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

Shades of Prussian Blue #032952

Tints of Prussian Blue #032952

Color information

#032952 (or 0x032952) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 52. RGB value is (3,41,82). Sum of RGB (Red+Green+Blue) = 3+41+82=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #032952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032952 is #FCD6AD. Grayscale: #222222. Windows color (decimal): -16570030 or 5384451. OLE color: 5384451.

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

Color convert

RGB34182-
CMYK0.960.5000.68
HSL211.14º92.94%16.67%-
HSV(B)211.14º96.34%32.16%-
XYZ2.352.218.29-
YUV34.31154.91105.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 82 (32.42% from 255) = 65.08%
R=2.38%
G=32.54%
B=65.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal341820.960.5000.68211.1492.9416.67
Hex329526032044d35d11
Octal35112214062010432313521
Binary11101001101001011000001100100100010011010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032952; }

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

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

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

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

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

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

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

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