Html Css Color HEX #222999 Egyptian Blue

📋 copy color: '#222999'

red 34 ◦ green 41 ◦ blue 153

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

Shades of Egyptian Blue #222999

Tints of Egyptian Blue #222999

RGB

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

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

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

R = 14.91%
G = 17.98%
B = 67.11%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#222999 (or 0x222999) is known color: Egyptian Blue. HEX triplet: 22, 29 and 99. RGB value is (34,41,153). Sum of RGB (Red+Green+Blue) = 34+41+153=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #222999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222999 is #DDD666. Grayscale: #333333. Windows color (decimal): -14538343 or 10037538. OLE color: 10037538.

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

Color convert

RGB 34 41 153 -
CMYK 0.78 0.73 0 0.4
HSL 236.47º 0.64% 0.37% -
HSV(B) 236.47º 0.78% 0.6% -
XYZ 7.2 4.23 30.57 -
YUV 51.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 34 41 153 0.78 0.73 0 0.4 236.47 0.64 0.37
Hex 22 29 99 4E 49 0 28 EC 40 25
Octal 42 51 231 116 111 0 50 354 100 45
Binary 100010 101001 10011001 1001110 1001001 0 101000 11101100 1000000 100101

Color Harmonies of #222999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222999

Black with #222999

Text Example


Text Example

White with #222999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222999; }

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

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

background-color css

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

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

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

border-color css

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

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

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