#2122AB

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

Shades of Egyptian Blue #2122AB

Tints of Egyptian Blue #2122AB

Color information

#2122AB (or 0x2122AB) is unknown color: approx Egyptian Blue. HEX triplet: 21, 22 and AB. RGB value is (33,34,171). Sum of RGB (Red+Green+Blue) = 33+34+171=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #2122AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2122AB is #DEDD54. Grayscale: #303030. Windows color (decimal): -14605653 or 11215393. OLE color: 11215393.

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

Color convert

RGB3334171-
CMYK0.810.8000.33
HSL239.57º67.65%40%-
HSV(B)239.57º80.7%67.06%-
XYZ8.554.4138.93-
YUV49.32196.67116.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 171 (67.19% from 255) = 71.85%
R=13.87%
G=14.29%
B=71.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33341710.810.8000.33239.5767.6540
Hex2122AB5150021f04428
Octal414225312112004136010450
Binary10000110001010101011101000110100000100001111100001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2122AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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