Html Css Color HEX #211EAA Egyptian Blue

📋 copy color: '#211EAA'

red 33 ◦ green 30 ◦ blue 170

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

Shades of Egyptian Blue #211EAA

Tints of Egyptian Blue #211EAA

RGB

 RED value IS 33 (13.28% from 255) = 14.16%

 GREEN value IS 30 (12.11% from 255) = 12.88%

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

R = 14.16%
G = 12.88%
B = 72.96%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#211EAA (or 0x211EAA) is known color: Egyptian Blue. HEX triplet: 21, 1E and AA. RGB value is (33,30,170). Sum of RGB (Red+Green+Blue) = 33+30+170=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #211EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211EAA is #DEE155. Grayscale: #2E2E2E. Windows color (decimal): -14606678 or 11148833. OLE color: 11148833.

HSL color Cylindrical-coordinate representation of color #211EAA: hue angle of 241.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211EAA is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 30 170 -
CMYK 0.81 0.82 0 0.33
HSL 241.29º 0.7% 0.39% -
HSV(B) 241.29º 0.82% 0.67% -
XYZ 8.35 4.15 38.39 -
YUV 46.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 33 30 170 0.81 0.82 0 0.33 241.29 0.7 0.39
Hex 21 1E AA 51 52 0 21 F1 46 27
Octal 41 36 252 121 122 0 41 361 106 47
Binary 100001 11110 10101010 1010001 1010010 0 100001 11110001 1000110 100111

Color Harmonies of #211EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211EAA

Black with #211EAA

Text Example


Text Example

White with #211EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211EAA; }

 p { color: rgb(33,30,170); }

 H1.HeaderClassName
 {
   color: #211EAA;
 }
 .AnyTagClassName
 {
   color: #211EAA;
 }
</style>

background-color css

<style>
 a { background-color: #211EAA; }

 a { background-color: rgb(33,30,170); }

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

border-color css

<style>
 span { border-color: #211EAA; }

 span { border-color: rgb(33,30,170); }

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