#211FAA

Color #211FAA Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #211FAA

Tints of Egyptian Blue #211FAA

Color information

#211FAA (or 0x211FAA) is unknown color: approx Egyptian Blue. HEX triplet: 21, 1F and AA. RGB value is (33,31,170). Sum of RGB (Red+Green+Blue) = 33+31+170=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #211FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FAA is #DEE055. Grayscale: #2E2E2E. Windows color (decimal): -14606422 or 11149089. OLE color: 11149089.

HSL color Cylindrical-coordinate representation of color #211FAA: hue angle of 240.86º degrees, saturation: 0.69, 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 #211FAA is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3331170-
CMYK0.810.8200.33
HSL240.86º69.15%39.41%-
HSV(B)240.86º81.76%66.67%-
XYZ8.374.2138.4-
YUV47.44197.16117.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 31 (12.5% from 255) = 13.25%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=14.10%
G=13.25%
B=72.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33311700.810.8200.33240.8669.1539.41
Hex211FAA5152021f14527
Octal413725212112204136110547
Binary1000011111110101010101000110100100100001111100011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #211FAA;
 }
 .AnyTagClassName
 {
   color: #211FAA;
 }
</style>
background-color css

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

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

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

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

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

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