Html Css Color HEX #224AA3 Egyptian Blue

📋 copy color: '#224AA3'

red 34 ◦ green 74 ◦ blue 163

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

Shades of Egyptian Blue #224AA3

Tints of Egyptian Blue #224AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 60.15%

R = 12.55%
G = 27.31%
B = 60.15%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#224AA3 (or 0x224AA3) is known color: Egyptian Blue. HEX triplet: 22, 4A and A3. RGB value is (34,74,163). Sum of RGB (Red+Green+Blue) = 34+74+163=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 163 (64.06% from 255 or 60.15% from 271); Max value from RGB is 163 - color contains mainly: blue. Hex color #224AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224AA3 is #DDB55C. Grayscale: #474747. Windows color (decimal): -14529885 or 10701346. OLE color: 10701346.

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

Color convert

RGB 34 74 163 -
CMYK 0.79 0.55 0 0.36
HSL 221.4º 0.65% 0.39% -
HSV(B) 221.4º 0.79% 0.64% -
XYZ 9.72 7.88 35.66 -
YUV 72.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 34 74 163 0.79 0.55 0 0.36 221.4 0.65 0.39
Hex 22 4A A3 4F 37 0 24 DD 41 27
Octal 42 112 243 117 67 0 44 335 101 47
Binary 100010 1001010 10100011 1001111 110111 0 100100 11011101 1000001 100111

Color Harmonies of #224AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AA3

Black with #224AA3

Text Example


Text Example

White with #224AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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