#032A5D

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

Shades of Prussian Blue #032A5D

Tints of Prussian Blue #032A5D

Color information

#032A5D (or 0x032A5D) is unknown color: approx Prussian Blue. HEX triplet: 03, 2A and 5D. RGB value is (3,42,93). Sum of RGB (Red+Green+Blue) = 3+42+93=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #032A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A5D is #FCD5A2. Grayscale: #232323. Windows color (decimal): -16569763 or 6105603. OLE color: 6105603.

HSL color Cylindrical-coordinate representation of color #032A5D: hue angle of 214º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A5D is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB34293-
CMYK0.970.5500.64
HSL214º93.75%18.82%-
HSV(B)214º96.77%36.47%-
XYZ2.842.4710.68-
YUV36.15160.08104.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 93 (36.72% from 255) = 67.39%
R=2.17%
G=30.43%
B=67.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal342930.970.5500.6421493.7518.82
Hex32A5D6137040d65e13
Octal35213514167010032613623
Binary11101010101110111000011101110100000011010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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