#222B9E

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

Shades of Egyptian Blue #222B9E

Tints of Egyptian Blue #222B9E

Color information

#222B9E (or 0x222B9E) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2B and 9E. RGB value is (34,43,158). Sum of RGB (Red+Green+Blue) = 34+43+158=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #222B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B9E is #DDD461. Grayscale: #343434. Windows color (decimal): -14537826 or 10365730. OLE color: 10365730.

HSL color Cylindrical-coordinate representation of color #222B9E: hue angle of 235.65º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222B9E is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3443158-
CMYK0.780.7300.38
HSL235.65º64.58%37.65%-
HSV(B)235.65º78.48%61.96%-
XYZ7.74.5432.82-
YUV53.42187.02114.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 43 (17.19% from 255) = 18.30%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=14.47%
G=18.30%
B=67.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34431580.780.7300.38235.6564.5837.65
Hex222B9E4E49026ec4126
Octal425323611611104635410146
Binary10001010101110011110100111010010010100110111011001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,43,158); }

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

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

 a { background-color: rgb(34,43,158); }

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

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

 span { border-color: rgb(34,43,158); }

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