Html Css Color HEX #222B93 Egyptian Blue

📋 copy color: '#222B93'

red 34 ◦ green 43 ◦ blue 147

#222B93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #222B93

Tints of Egyptian Blue #222B93

RGB

 RED value IS 34 (13.67% from 255) = 15.18%

 GREEN value IS 43 (17.19% from 255) = 19.2%

 BLUE value IS 147 (57.81% from 255) = 65.63%

R = 15.18%
G = 19.2%
B = 65.63%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222B93 (or 0x222B93) is known color: Egyptian Blue. HEX triplet: 22, 2B and 93. RGB value is (34,43,147). Sum of RGB (Red+Green+Blue) = 34+43+147=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #222B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B93 is #DDD46C. Grayscale: #333333. Windows color (decimal): -14537837 or 9644834. OLE color: 9644834.

HSL color Cylindrical-coordinate representation of color #222B93: hue angle of 235.22º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222B93 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 43 147 -
CMYK 0.77 0.71 0 0.42
HSL 235.22º 0.62% 0.35% -
HSV(B) 235.22º 0.77% 0.58% -
XYZ 6.79 4.17 28.05 -
YUV 52.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 34 43 147 0.77 0.71 0 0.42 235.22 0.62 0.35
Hex 22 2B 93 4D 47 0 2A EB 3E 23
Octal 42 53 223 115 107 0 52 353 76 43
Binary 100010 101011 10010011 1001101 1000111 0 101010 11101011 111110 100011

Color Harmonies of #222B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222B93

Black with #222B93

Text Example


Text Example

White with #222B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #222B93;
 }
 .AnyTagClassName
 {
   color: #222B93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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