#032958

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

Shades of Prussian Blue #032958

Tints of Prussian Blue #032958

Color information

#032958 (or 0x032958) is unknown color: approx Prussian Blue. HEX triplet: 03, 29 and 58. RGB value is (3,41,88). Sum of RGB (Red+Green+Blue) = 3+41+88=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #032958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032958 is #FCD6A7. Grayscale: #222222. Windows color (decimal): -16570024 or 5777667. OLE color: 5777667.

HSL color Cylindrical-coordinate representation of color #032958: hue angle of 213.18º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032958 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB34188-
CMYK0.970.5300.65
HSL213.18º93.41%17.84%-
HSV(B)213.18º96.59%34.51%-
XYZ2.592.319.54-
YUV35157.91105.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 88 (34.77% from 255) = 66.67%
R=2.27%
G=31.06%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal341880.970.5300.65213.1893.4117.84
Hex329586135041d55d12
Octal35113014165010132513522
Binary11101001101100011000011101010100000111010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032958; }

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

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

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

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

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

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

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

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