Html Css Color HEX #224AA2 Egyptian Blue

📋 copy color: '#224AA2'

red 34 ◦ green 74 ◦ blue 162

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

Shades of Egyptian Blue #224AA2

Tints of Egyptian Blue #224AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

 BLUE value IS 162 (63.67% from 255) = 60%

R = 12.59%
G = 27.41%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#224AA2 (or 0x224AA2) is known color: Egyptian Blue. HEX triplet: 22, 4A and A2. RGB value is (34,74,162). Sum of RGB (Red+Green+Blue) = 34+74+162=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #224AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AA2 is #DDB55D. Grayscale: #474747. Windows color (decimal): -14529886 or 10635810. OLE color: 10635810.

HSL color Cylindrical-coordinate representation of color #224AA2: hue angle of 221.25º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224AA2 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 34 74 162 -
CMYK 0.79 0.54 0 0.36
HSL 221.25º 0.65% 0.38% -
HSV(B) 221.25º 0.79% 0.64% -
XYZ 9.63 7.85 35.19 -
YUV 72.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 34 74 162 0.79 0.54 0 0.36 221.25 0.65 0.38
Hex 22 4A A2 4F 36 0 24 DD 41 26
Octal 42 112 242 117 66 0 44 335 101 46
Binary 100010 1001010 10100010 1001111 110110 0 100100 11011101 1000001 100110

Color Harmonies of #224AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AA2

Black with #224AA2

Text Example


Text Example

White with #224AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224AA2; }

 p { color: rgb(34,74,162); }

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

background-color css

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

 a { background-color: rgb(34,74,162); }

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

border-color css

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

 span { border-color: rgb(34,74,162); }

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