#222CA8

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

Shades of Egyptian Blue #222CA8

Tints of Egyptian Blue #222CA8

Color information

#222CA8 (or 0x222CA8) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2C and A8. RGB value is (34,44,168). Sum of RGB (Red+Green+Blue) = 34+44+168=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #222CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222CA8 is #DDD357. Grayscale: #363636. Windows color (decimal): -14537560 or 11021346. OLE color: 11021346.

HSL color Cylindrical-coordinate representation of color #222CA8: hue angle of 235.52º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222CA8 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3444168-
CMYK0.800.7400.34
HSL235.52º66.34%39.61%-
HSV(B)235.52º79.76%65.88%-
XYZ8.634.9737.55-
YUV55.15191.69112.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 168 (66.02% from 255) = 68.29%
R=13.82%
G=17.89%
B=68.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal34441680.800.7400.34235.5266.3439.61
Hex222CA8504A022ec4228
Octal425425012011204235410250
Binary10001010110010101000101000010010100100010111011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222CA8; }

 p { color: rgb(34,44,168); }

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

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

 a { background-color: rgb(34,44,168); }

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

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

 span { border-color: rgb(34,44,168); }

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