#2126AA

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

Shades of Egyptian Blue #2126AA

Tints of Egyptian Blue #2126AA

Color information

#2126AA (or 0x2126AA) is unknown color: approx Egyptian Blue. HEX triplet: 21, 26 and AA. RGB value is (33,38,170). Sum of RGB (Red+Green+Blue) = 33+38+170=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #2126AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2126AA is #DED955. Grayscale: #333333. Windows color (decimal): -14604630 or 11150881. OLE color: 11150881.

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

Color convert

RGB3338170-
CMYK0.810.7800.33
HSL237.81º67.49%39.8%-
HSV(B)237.81º80.59%66.67%-
XYZ8.584.6138.47-
YUV51.55194.84114.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=13.69%
G=15.77%
B=70.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33381700.810.7800.33237.8167.4939.8
Hex2126AA514E021ee4328
Octal414625212111604135610350
Binary10000110011010101010101000110011100100001111011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2126AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2126AA; }

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

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

<style>
 a { background-color: #2126AA; }

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

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

<style>
 span { border-color: #2126AA; }

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

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