Html Css Color HEX #222794 Egyptian Blue

📋 copy color: '#222794'

red 34 ◦ green 39 ◦ blue 148

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

Shades of Egyptian Blue #222794

Tints of Egyptian Blue #222794

RGB

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

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

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

R = 15.38%
G = 17.65%
B = 66.97%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222794 (or 0x222794) is known color: Egyptian Blue. HEX triplet: 22, 27 and 94. RGB value is (34,39,148). Sum of RGB (Red+Green+Blue) = 34+39+148=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #222794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222794 is #DDD86B. Grayscale: #313131. Windows color (decimal): -14538860 or 9709346. OLE color: 9709346.

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

Color convert

RGB 34 39 148 -
CMYK 0.77 0.74 0 0.42
HSL 237.37º 0.63% 0.36% -
HSV(B) 237.37º 0.77% 0.58% -
XYZ 6.73 3.93 28.42 -
YUV 49.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 34 39 148 0.77 0.74 0 0.42 237.37 0.63 0.36
Hex 22 27 94 4D 4A 0 2A ED 3F 24
Octal 42 47 224 115 112 0 52 355 77 44
Binary 100010 100111 10010100 1001101 1001010 0 101010 11101101 111111 100100

Color Harmonies of #222794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222794

Black with #222794

Text Example


Text Example

White with #222794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222794; }

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

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

background-color css

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

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

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

border-color css

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

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

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