#212AA3

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

Shades of Egyptian Blue #212AA3

Tints of Egyptian Blue #212AA3

Color information

#212AA3 (or 0x212AA3) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and A3. RGB value is (33,42,163). Sum of RGB (Red+Green+Blue) = 33+42+163=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #212AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AA3 is #DED55C. Grayscale: #343434. Windows color (decimal): -14603613 or 10693153. OLE color: 10693153.

HSL color Cylindrical-coordinate representation of color #212AA3: hue angle of 235.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212AA3 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3342163-
CMYK0.800.7400.36
HSL235.85º66.33%38.43%-
HSV(B)235.85º79.75%63.92%-
XYZ8.074.6235.12-
YUV53.1190.02113.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 163 (64.06% from 255) = 68.49%
R=13.87%
G=17.65%
B=68.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33421630.800.7400.36235.8566.3338.43
Hex212AA3504A024ec4226
Octal415224312011204435410246
Binary10000110101010100011101000010010100100100111011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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