#222C9C

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

Shades of Egyptian Blue #222C9C

Tints of Egyptian Blue #222C9C

Color information

#222C9C (or 0x222C9C) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2C and 9C. RGB value is (34,44,156). Sum of RGB (Red+Green+Blue) = 34+44+156=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #222C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222C9C is #DDD363. Grayscale: #353535. Windows color (decimal): -14537572 or 10234914. OLE color: 10234914.

HSL color Cylindrical-coordinate representation of color #222C9C: hue angle of 235.08º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222C9C is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3444156-
CMYK0.780.7200.39
HSL235.08º64.21%37.25%-
HSV(B)235.08º78.21%61.18%-
XYZ7.564.5431.93-
YUV53.78185.69113.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.53%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 156 (61.33% from 255) = 66.67%
R=14.53%
G=18.80%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34441560.780.7200.39235.0864.2137.25
Hex222C9C4E48027eb4025
Octal425423411611004735310045
Binary10001010110010011100100111010010000100111111010111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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