#222E9B

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

Shades of Egyptian Blue #222E9B

Tints of Egyptian Blue #222E9B

Color information

#222E9B (or 0x222E9B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2E and 9B. RGB value is (34,46,155). Sum of RGB (Red+Green+Blue) = 34+46+155=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #222E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E9B is #DDD164. Grayscale: #363636. Windows color (decimal): -14537061 or 10169890. OLE color: 10169890.

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

Color convert

RGB3446155-
CMYK0.780.7000.39
HSL234.05º64.02%37.06%-
HSV(B)234.05º78.06%60.78%-
XYZ7.554.6631.51-
YUV54.84184.52113.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 155 (60.94% from 255) = 65.96%
R=14.47%
G=19.57%
B=65.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34461550.780.7000.39234.0564.0237.06
Hex222E9B4E46027ea4025
Octal425623311610604735210045
Binary10001010111010011011100111010001100100111111010101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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