#222598

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

Shades of Egyptian Blue #222598

Tints of Egyptian Blue #222598

Color information

#222598 (or 0x222598) is unknown color: approx Egyptian Blue. HEX triplet: 22, 25 and 98. RGB value is (34,37,152). Sum of RGB (Red+Green+Blue) = 34+37+152=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #222598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222598 is #DDDA67. Grayscale: #303030. Windows color (decimal): -14539368 or 9970978. OLE color: 9970978.

HSL color Cylindrical-coordinate representation of color #222598: hue angle of 238.47º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222598 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3437152-
CMYK0.780.7600.40
HSL238.47º63.44%36.47%-
HSV(B)238.47º77.63%59.61%-
XYZ6.993.9330.1-
YUV49.21186.01117.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 152 (59.77% from 255) = 68.16%
R=15.25%
G=16.59%
B=68.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34371520.780.7600.40238.4763.4436.47
Hex2225984E4C028ee3f24
Octal42452301161140503567744
Binary1000101001011001100010011101001100010100011101110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222598; }

 p { color: rgb(34,37,152); }

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

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

 a { background-color: rgb(34,37,152); }

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

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

 span { border-color: rgb(34,37,152); }

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