#032E4D

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

Shades of Prussian Blue #032E4D

Tints of Prussian Blue #032E4D

Color information

#032E4D (or 0x032E4D) is unknown color: approx Prussian Blue. HEX triplet: 03, 2E and 4D. RGB value is (3,46,77). Sum of RGB (Red+Green+Blue) = 3+46+77=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #032E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E4D is #FCD1B2. Grayscale: #242424. Windows color (decimal): -16568755 or 5058051. OLE color: 5058051.

HSL color Cylindrical-coordinate representation of color #032E4D: hue angle of 205.14º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032E4D is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB34677-
CMYK0.960.4000.70
HSL205.14º92.5%15.69%-
HSV(B)205.14º96.1%30.2%-
XYZ2.352.517.38-
YUV36.68150.75103.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=2.38%
G=36.51%
B=61.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal346770.960.4000.70205.1492.515.69
Hex32E4D6028046cd5c10
Octal35611514050010631513420
Binary11101110100110111000001010000100011011001101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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