Html Css Color HEX #222796 Egyptian Blue

📋 copy color: '#222796'

red 34 ◦ green 39 ◦ blue 150

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

Shades of Egyptian Blue #222796

Tints of Egyptian Blue #222796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 15.25%
G = 17.49%
B = 67.26%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#222796 (or 0x222796) is known color: Egyptian Blue. HEX triplet: 22, 27 and 96. RGB value is (34,39,150). Sum of RGB (Red+Green+Blue) = 34+39+150=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #222796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222796 is #DDD869. Grayscale: #313131. Windows color (decimal): -14538858 or 9840418. OLE color: 9840418.

HSL color Cylindrical-coordinate representation of color #222796: hue angle of 237.41º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #222796 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 39 150 -
CMYK 0.77 0.74 0 0.41
HSL 237.41º 0.63% 0.36% -
HSV(B) 237.41º 0.77% 0.59% -
XYZ 6.89 3.99 29.26 -
YUV 50.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 34 39 150 0.77 0.74 0 0.41 237.41 0.63 0.36
Hex 22 27 96 4D 4A 0 29 ED 3F 24
Octal 42 47 226 115 112 0 51 355 77 44
Binary 100010 100111 10010110 1001101 1001010 0 101001 11101101 111111 100100

Color Harmonies of #222796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222796

Black with #222796

Text Example


Text Example

White with #222796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222796; }

 p { color: rgb(34,39,150); }

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

background-color css

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

 a { background-color: rgb(34,39,150); }

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

border-color css

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

 span { border-color: rgb(34,39,150); }

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