Html Css Color HEX #222893 Egyptian Blue

📋 copy color: '#222893'

red 34 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #222893

Tints of Egyptian Blue #222893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 15.38%
G = 18.1%
B = 66.52%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222893 (or 0x222893) is known color: Egyptian Blue. HEX triplet: 22, 28 and 93. RGB value is (34,40,147). Sum of RGB (Red+Green+Blue) = 34+40+147=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #222893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222893 is #DDD76C. Grayscale: #313131. Windows color (decimal): -14538605 or 9644066. OLE color: 9644066.

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

Color convert

RGB 34 40 147 -
CMYK 0.77 0.73 0 0.42
HSL 236.81º 0.62% 0.35% -
HSV(B) 236.81º 0.77% 0.58% -
XYZ 6.68 3.96 28.02 -
YUV 50.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 34 40 147 0.77 0.73 0 0.42 236.81 0.62 0.35
Hex 22 28 93 4D 49 0 2A ED 3E 23
Octal 42 50 223 115 111 0 52 355 76 43
Binary 100010 101000 10010011 1001101 1001001 0 101010 11101101 111110 100011

Color Harmonies of #222893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222893

Black with #222893

Text Example


Text Example

White with #222893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222893; }

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

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

background-color css

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

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

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

border-color css

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

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

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