Html Css Color HEX #224AA1 Egyptian Blue

📋 copy color: '#224AA1'

red 34 ◦ green 74 ◦ blue 161

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

Shades of Egyptian Blue #224AA1

Tints of Egyptian Blue #224AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 59.85%

R = 12.64%
G = 27.51%
B = 59.85%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#224AA1 (or 0x224AA1) is known color: Egyptian Blue. HEX triplet: 22, 4A and A1. RGB value is (34,74,161). Sum of RGB (Red+Green+Blue) = 34+74+161=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #224AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AA1 is #DDB55E. Grayscale: #474747. Windows color (decimal): -14529887 or 10570274. OLE color: 10570274.

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

Color convert

RGB 34 74 161 -
CMYK 0.79 0.54 0 0.37
HSL 221.1º 0.65% 0.38% -
HSV(B) 221.1º 0.79% 0.63% -
XYZ 9.54 7.81 34.72 -
YUV 71.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 34 74 161 0.79 0.54 0 0.37 221.1 0.65 0.38
Hex 22 4A A1 4F 36 0 25 DD 41 26
Octal 42 112 241 117 66 0 45 335 101 46
Binary 100010 1001010 10100001 1001111 110110 0 100101 11011101 1000001 100110

Color Harmonies of #224AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AA1

Black with #224AA1

Text Example


Text Example

White with #224AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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