#032E5D

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

Shades of Prussian Blue #032E5D

Tints of Prussian Blue #032E5D

Color information

#032E5D (or 0x032E5D) is unknown color: approx Prussian Blue. HEX triplet: 03, 2E and 5D. RGB value is (3,46,93). Sum of RGB (Red+Green+Blue) = 3+46+93=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #032E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E5D is #FCD1A2. Grayscale: #262626. Windows color (decimal): -16568739 or 6106627. OLE color: 6106627.

HSL color Cylindrical-coordinate representation of color #032E5D: hue angle of 211.33º 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 #032E5D is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB34693-
CMYK0.970.5100.64
HSL211.33º93.75%18.82%-
HSV(B)211.33º96.77%36.47%-
XYZ2.992.7610.73-
YUV38.5158.75102.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=2.11%
G=32.39%
B=65.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal346930.970.5100.64211.3393.7518.82
Hex32E5D6133040d35e13
Octal35613514163010032313623
Binary11101110101110111000011100110100000011010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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