#032A4D

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

Shades of Prussian Blue #032A4D

Tints of Prussian Blue #032A4D

Color information

#032A4D (or 0x032A4D) is unknown color: approx Prussian Blue. HEX triplet: 03, 2A and 4D. RGB value is (3,42,77). Sum of RGB (Red+Green+Blue) = 3+42+77=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #032A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A4D is #FCD5B2. Grayscale: #222222. Windows color (decimal): -16569779 or 5057027. OLE color: 5057027.

HSL color Cylindrical-coordinate representation of color #032A4D: hue angle of 208.38º 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 #032A4D is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB34277-
CMYK0.960.4500.70
HSL208.38º92.5%15.69%-
HSV(B)208.38º96.1%30.2%-
XYZ2.212.217.33-
YUV34.33152.08105.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=2.46%
G=34.43%
B=63.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal342770.960.4500.70208.3892.515.69
Hex32A4D602D046d05c10
Octal35211514055010632013420
Binary11101010100110111000001011010100011011010000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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