#022D4D

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

Shades of Prussian Blue #022D4D

Tints of Prussian Blue #022D4D

Color information

#022D4D (or 0x022D4D) is unknown color: approx Prussian Blue. HEX triplet: 02, 2D and 4D. RGB value is (2,45,77). Sum of RGB (Red+Green+Blue) = 2+45+77=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #022D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D4D is #FDD2B2. Grayscale: #232323. Windows color (decimal): -16634547 or 5057794. OLE color: 5057794.

HSL color Cylindrical-coordinate representation of color #022D4D: hue angle of 205.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022D4D is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB24577-
CMYK0.970.4200.70
HSL205.6º94.94%15.49%-
HSV(B)205.6º97.4%30.2%-
XYZ2.32.437.37-
YUV35.79151.25103.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=1.61%
G=36.29%
B=62.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal245770.970.4200.70205.694.9415.49
Hex22D4D612A046ce5ff
Octal25511514152010631613717
Binary1010110110011011100001101010010001101100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D4D; }

 p { color: rgb(2,45,77); }

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

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

 a { background-color: rgb(2,45,77); }

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

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

 span { border-color: rgb(2,45,77); }

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