Html Css Color HEX #222A91 Egyptian Blue

📋 copy color: '#222A91'

red 34 ◦ green 42 ◦ blue 145

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

Shades of Egyptian Blue #222A91

Tints of Egyptian Blue #222A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

 BLUE value IS 145 (57.03% from 255) = 65.61%

R = 15.38%
G = 19%
B = 65.61%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#222A91 (or 0x222A91) is known color: Egyptian Blue. HEX triplet: 22, 2A and 91. RGB value is (34,42,145). Sum of RGB (Red+Green+Blue) = 34+42+145=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #222A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222A91 is #DDD56E. Grayscale: #323232. Windows color (decimal): -14538095 or 9513506. OLE color: 9513506.

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

Color convert

RGB 34 42 145 -
CMYK 0.77 0.71 0 0.43
HSL 235.68º 0.62% 0.35% -
HSV(B) 235.68º 0.77% 0.57% -
XYZ 6.6 4.04 27.22 -
YUV 51.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 34 42 145 0.77 0.71 0 0.43 235.68 0.62 0.35
Hex 22 2A 91 4D 47 0 2B EC 3E 23
Octal 42 52 221 115 107 0 53 354 76 43
Binary 100010 101010 10010001 1001101 1000111 0 101011 11101100 111110 100011

Color Harmonies of #222A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222A91

Black with #222A91

Text Example


Text Example

White with #222A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,42,145); }

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

background-color css

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

 a { background-color: rgb(34,42,145); }

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

border-color css

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

 span { border-color: rgb(34,42,145); }

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