Html Css Color HEX #222993 Egyptian Blue

📋 copy color: '#222993'

red 34 ◦ green 41 ◦ blue 147

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

Shades of Egyptian Blue #222993

Tints of Egyptian Blue #222993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 15.32%
G = 18.47%
B = 66.22%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222993 (or 0x222993) is known color: Egyptian Blue. HEX triplet: 22, 29 and 93. RGB value is (34,41,147). Sum of RGB (Red+Green+Blue) = 34+41+147=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #222993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222993 is #DDD66C. Grayscale: #323232. Windows color (decimal): -14538349 or 9644322. OLE color: 9644322.

HSL color Cylindrical-coordinate representation of color #222993: hue angle of 236.28º 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 #222993 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 41 147 -
CMYK 0.77 0.72 0 0.42
HSL 236.28º 0.62% 0.35% -
HSV(B) 236.28º 0.77% 0.58% -
XYZ 6.72 4.03 28.03 -
YUV 50.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 34 41 147 0.77 0.72 0 0.42 236.28 0.62 0.35
Hex 22 29 93 4D 48 0 2A EC 3E 23
Octal 42 51 223 115 110 0 52 354 76 43
Binary 100010 101001 10010011 1001101 1001000 0 101010 11101100 111110 100011

Color Harmonies of #222993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222993

Black with #222993

Text Example


Text Example

White with #222993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222993; }

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

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

background-color css

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

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

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

border-color css

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

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

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