#022E64

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

Shades of Prussian Blue #022E64

Tints of Prussian Blue #022E64

Color information

#022E64 (or 0x022E64) is unknown color: approx Prussian Blue. HEX triplet: 02, 2E and 64. RGB value is (2,46,100). Sum of RGB (Red+Green+Blue) = 2+46+100=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #022E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E64 is #FDD19B. Grayscale: #262626. Windows color (decimal): -16634268 or 6565378. OLE color: 6565378.

HSL color Cylindrical-coordinate representation of color #022E64: hue angle of 213.06º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E64 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB246100-
CMYK0.980.5400.61
HSL213.06º96.08%20%-
HSV(B)213.06º98%39.22%-
XYZ3.32.8912.44-
YUV39162.42101.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 100 (39.45% from 255) = 67.57%
R=1.35%
G=31.08%
B=67.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2461000.980.5400.61213.0696.0820
Hex22E64623603Dd56014
Octal2561441426607532514024
Binary1010111011001001100010110110011110111010101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,46,100); }

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

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

 a { background-color: rgb(2,46,100); }

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

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

 span { border-color: rgb(2,46,100); }

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