#2121AB

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

Shades of Egyptian Blue #2121AB

Tints of Egyptian Blue #2121AB

Color information

#2121AB (or 0x2121AB) is unknown color: approx Egyptian Blue. HEX triplet: 21, 21 and AB. RGB value is (33,33,171). Sum of RGB (Red+Green+Blue) = 33+33+171=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #2121AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2121AB is #DEDE54. Grayscale: #303030. Windows color (decimal): -14605909 or 11215137. OLE color: 11215137.

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

Color convert

RGB3333171-
CMYK0.810.8100.33
HSL240º67.65%40%-
HSV(B)240º80.7%67.06%-
XYZ8.524.3538.92-
YUV48.73197116.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 171 (67.19% from 255) = 72.15%
R=13.92%
G=13.92%
B=72.15%

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
Decimal33331710.810.8100.3324067.6540
Hex2121AB5151021f04428
Octal414125312112104136010450
Binary10000110000110101011101000110100010100001111100001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2121AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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