Html Css Color HEX #222C94 Egyptian Blue

📋 copy color: '#222C94'

red 34 ◦ green 44 ◦ blue 148

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

Shades of Egyptian Blue #222C94

Tints of Egyptian Blue #222C94

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.47%

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

R = 15.04%
G = 19.47%
B = 65.49%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#222C94 (or 0x222C94) is known color: Egyptian Blue. HEX triplet: 22, 2C and 94. RGB value is (34,44,148). Sum of RGB (Red+Green+Blue) = 34+44+148=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #222C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222C94 is #DDD36B. Grayscale: #343434. Windows color (decimal): -14537580 or 9710626. OLE color: 9710626.

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

Color convert

RGB 34 44 148 -
CMYK 0.77 0.70 0 0.42
HSL 234.74º 0.63% 0.36% -
HSV(B) 234.74º 0.77% 0.58% -
XYZ 6.91 4.28 28.48 -
YUV 52.87 181.69 114.54 -
System Red Green Blue C M Y K H S L
Decimal 34 44 148 0.77 0.70 0 0.42 234.74 0.63 0.36
Hex 22 2C 94 4D 46 0 2A EB 3F 24
Octal 42 54 224 115 106 0 52 353 77 44
Binary 100010 101100 10010100 1001101 1000110 0 101010 11101011 111111 100100

Color Harmonies of #222C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222C94

Black with #222C94

Text Example


Text Example

White with #222C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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