#022E62

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

Shades of Prussian Blue #022E62

Tints of Prussian Blue #022E62

Color information

#022E62 (or 0x022E62) is unknown color: approx Prussian Blue. HEX triplet: 02, 2E and 62. RGB value is (2,46,98). Sum of RGB (Red+Green+Blue) = 2+46+98=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #022E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E62 is #FDD19D. Grayscale: #262626. Windows color (decimal): -16634270 or 6434306. OLE color: 6434306.

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

Color convert

RGB24698-
CMYK0.980.5300.62
HSL212.5º96%19.61%-
HSV(B)212.5º97.96%38.43%-
XYZ3.212.8511.94-
YUV38.77161.42101.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 98 (38.67% from 255) = 67.12%
R=1.37%
G=31.51%
B=67.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal246980.980.5300.62212.59619.61
Hex22E62623503Ed46014
Octal2561421426507632414024
Binary1010111011000101100010110101011111011010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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