Html Css Color HEX #2225AA Egyptian Blue

📋 copy color: '#2225AA'

red 34 ◦ green 37 ◦ blue 170

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

Shades of Egyptian Blue #2225AA

Tints of Egyptian Blue #2225AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 14.11%
G = 15.35%
B = 70.54%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2225AA (or 0x2225AA) is known color: Egyptian Blue. HEX triplet: 22, 25 and AA. RGB value is (34,37,170). Sum of RGB (Red+Green+Blue) = 34+37+170=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #2225AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2225AA is #DDDA55. Grayscale: #323232. Windows color (decimal): -14539350 or 11150626. OLE color: 11150626.

HSL color Cylindrical-coordinate representation of color #2225AA: hue angle of 238.68º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2225AA is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 37 170 -
CMYK 0.80 0.78 0 0.33
HSL 238.68º 0.67% 0.4% -
HSV(B) 238.68º 0.8% 0.67% -
XYZ 8.58 4.57 38.46 -
YUV 51.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 34 37 170 0.80 0.78 0 0.33 238.68 0.67 0.4
Hex 22 25 AA 50 4E 0 21 EF 43 28
Octal 42 45 252 120 116 0 41 357 103 50
Binary 100010 100101 10101010 1010000 1001110 0 100001 11101111 1000011 101000

Color Harmonies of #2225AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2225AA

Black with #2225AA

Text Example


Text Example

White with #2225AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2225AA; }

 p { color: rgb(34,37,170); }

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

background-color css

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

 a { background-color: rgb(34,37,170); }

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

border-color css

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

 span { border-color: rgb(34,37,170); }

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