#222C9B

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

Shades of Egyptian Blue #222C9B

Tints of Egyptian Blue #222C9B

Color information

#222C9B (or 0x222C9B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2C and 9B. RGB value is (34,44,155). Sum of RGB (Red+Green+Blue) = 34+44+155=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #222C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222C9B is #DDD364. Grayscale: #353535. Windows color (decimal): -14537573 or 10169378. OLE color: 10169378.

HSL color Cylindrical-coordinate representation of color #222C9B: hue angle of 235.04º 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 #222C9B is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3444155-
CMYK0.780.7200.39
HSL235.04º64.02%37.06%-
HSV(B)235.04º78.06%60.78%-
XYZ7.484.5131.49-
YUV53.66185.19113.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=14.59%
G=18.88%
B=66.52%

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
Decimal34441550.780.7200.39235.0464.0237.06
Hex222C9B4E48027eb4025
Octal425423311611004735310045
Binary10001010110010011011100111010010000100111111010111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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