Html Css Color HEX #222991 Egyptian Blue

📋 copy color: '#222991'

red 34 ◦ green 41 ◦ blue 145

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

Shades of Egyptian Blue #222991

Tints of Egyptian Blue #222991

RGB

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

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

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

R = 15.45%
G = 18.64%
B = 65.91%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#222991 (or 0x222991) is known color: Egyptian Blue. HEX triplet: 22, 29 and 91. RGB value is (34,41,145). Sum of RGB (Red+Green+Blue) = 34+41+145=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 145 (57.03% from 255 or 65.91% from 220); Max value from RGB is 145 - color contains mainly: blue. Hex color #222991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222991 is #DDD66E. Grayscale: #323232. Windows color (decimal): -14538351 or 9513250. OLE color: 9513250.

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

Color convert

RGB 34 41 145 -
CMYK 0.77 0.72 0 0.43
HSL 236.22º 0.62% 0.35% -
HSV(B) 236.22º 0.77% 0.57% -
XYZ 6.56 3.97 27.21 -
YUV 50.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 34 41 145 0.77 0.72 0 0.43 236.22 0.62 0.35
Hex 22 29 91 4D 48 0 2B EC 3E 23
Octal 42 51 221 115 110 0 53 354 76 43
Binary 100010 101001 10010001 1001101 1001000 0 101011 11101100 111110 100011

Color Harmonies of #222991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222991

Black with #222991

Text Example


Text Example

White with #222991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222991; }

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

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

background-color css

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

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

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

border-color css

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

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

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