Html Css Color HEX #222994 Egyptian Blue

📋 copy color: '#222994'

red 34 ◦ green 41 ◦ blue 148

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

Shades of Egyptian Blue #222994

Tints of Egyptian Blue #222994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.37%

R = 15.25%
G = 18.39%
B = 66.37%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222994 (or 0x222994) is known color: Egyptian Blue. HEX triplet: 22, 29 and 94. RGB value is (34,41,148). Sum of RGB (Red+Green+Blue) = 34+41+148=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #222994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222994 is #DDD66B. Grayscale: #323232. Windows color (decimal): -14538348 or 9709858. OLE color: 9709858.

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

Color convert

RGB 34 41 148 -
CMYK 0.77 0.72 0 0.42
HSL 236.32º 0.63% 0.36% -
HSV(B) 236.32º 0.77% 0.58% -
XYZ 6.8 4.06 28.44 -
YUV 51.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 34 41 148 0.77 0.72 0 0.42 236.32 0.63 0.36
Hex 22 29 94 4D 48 0 2A EC 3F 24
Octal 42 51 224 115 110 0 52 354 77 44
Binary 100010 101001 10010100 1001101 1001000 0 101010 11101100 111111 100100

Color Harmonies of #222994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222994

Black with #222994

Text Example


Text Example

White with #222994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222994; }

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

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

background-color css

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

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

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

border-color css

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

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

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