Html Css Color HEX #2225A6 Egyptian Blue

📋 copy color: '#2225A6'

red 34 ◦ green 37 ◦ blue 166

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

Shades of Egyptian Blue #2225A6

Tints of Egyptian Blue #2225A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 70.04%

R = 14.35%
G = 15.61%
B = 70.04%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2225A6 (or 0x2225A6) is known color: Egyptian Blue. HEX triplet: 22, 25 and A6. RGB value is (34,37,166). Sum of RGB (Red+Green+Blue) = 34+37+166=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 166 (65.23% from 255 or 70.04% from 237); Max value from RGB is 166 - color contains mainly: blue. Hex color #2225A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2225A6 is #DDDA59. Grayscale: #323232. Windows color (decimal): -14539354 or 10888482. OLE color: 10888482.

HSL color Cylindrical-coordinate representation of color #2225A6: hue angle of 238.64º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2225A6 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 34 37 166 -
CMYK 0.80 0.78 0 0.35
HSL 238.64º 0.66% 0.39% -
HSV(B) 238.64º 0.8% 0.65% -
XYZ 8.2 4.42 36.5 -
YUV 50.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 34 37 166 0.80 0.78 0 0.35 238.64 0.66 0.39
Hex 22 25 A6 50 4E 0 23 EF 42 27
Octal 42 45 246 120 116 0 43 357 102 47
Binary 100010 100101 10100110 1010000 1001110 0 100011 11101111 1000010 100111

Color Harmonies of #2225A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2225A6

Black with #2225A6

Text Example


Text Example

White with #2225A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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