Html Css Color HEX #222799 Egyptian Blue

📋 copy color: '#222799'

red 34 ◦ green 39 ◦ blue 153

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

Shades of Egyptian Blue #222799

Tints of Egyptian Blue #222799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 67.7%

R = 15.04%
G = 17.26%
B = 67.7%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#222799 (or 0x222799) is known color: Egyptian Blue. HEX triplet: 22, 27 and 99. RGB value is (34,39,153). Sum of RGB (Red+Green+Blue) = 34+39+153=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #222799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222799 is #DDD866. Grayscale: #323232. Windows color (decimal): -14538855 or 10037026. OLE color: 10037026.

HSL color Cylindrical-coordinate representation of color #222799: hue angle of 237.48º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222799 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 39 153 -
CMYK 0.78 0.75 0 0.4
HSL 237.48º 0.64% 0.37% -
HSV(B) 237.48º 0.78% 0.6% -
XYZ 7.13 4.09 30.55 -
YUV 50.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 34 39 153 0.78 0.75 0 0.4 237.48 0.64 0.37
Hex 22 27 99 4E 4B 0 28 ED 40 25
Octal 42 47 231 116 113 0 50 355 100 45
Binary 100010 100111 10011001 1001110 1001011 0 101000 11101101 1000000 100101

Color Harmonies of #222799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222799

Black with #222799

Text Example


Text Example

White with #222799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222799; }

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

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

background-color css

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

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

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

border-color css

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

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

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