#212AAA

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

Shades of Egyptian Blue #212AAA

Tints of Egyptian Blue #212AAA

Color information

#212AAA (or 0x212AAA) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and AA. RGB value is (33,42,170). Sum of RGB (Red+Green+Blue) = 33+42+170=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #212AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AAA is #DED555. Grayscale: #353535. Windows color (decimal): -14603606 or 11151905. OLE color: 11151905.

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

Color convert

RGB3342170-
CMYK0.810.7500.33
HSL236.06º67.49%39.8%-
HSV(B)236.06º80.59%66.67%-
XYZ8.714.8838.51-
YUV53.9193.52113.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 170 (66.80% from 255) = 69.39%
R=13.47%
G=17.14%
B=69.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33421700.810.7500.33236.0667.4939.8
Hex212AAA514B021ec4328
Octal415225212111304135410350
Binary10000110101010101010101000110010110100001111011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212AAA; }

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

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

<style>
 a { background-color: #212AAA; }

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

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

<style>
 span { border-color: #212AAA; }

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

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