#2121aa

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

Shades of Egyptian Blue #2121AA

Tints of Egyptian Blue #2121AA

Color information

#2121AA (or 0x2121AA) is unknown color: approx Egyptian Blue. HEX triplet: 21, 21 and AA. RGB value is (33,33,170). Sum of RGB (Red+Green+Blue) = 33+33+170=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #2121AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2121AA is #DEDE55. Grayscale: #303030. Windows color (decimal): -14605910 or 11149601. OLE color: 11149601.

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

Color convert

RGB3333170-
CMYK0.810.8100.33
HSL240º67.49%39.8%-
HSV(B)240º80.59%66.67%-
XYZ8.434.3138.42-
YUV48.62196.5116.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 170 (66.80% from 255) = 72.03%
R=13.98%
G=13.98%
B=72.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33331700.810.8100.3324067.4939.8
Hex2121AA5151021f04328
Octal414125212112104136010350
Binary10000110000110101010101000110100010100001111100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2121aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2121aa; }

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

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

<style>
 a { background-color: #2121aa; }

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

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

<style>
 span { border-color: #2121aa; }

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

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