#212AA5

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

Shades of Egyptian Blue #212AA5

Tints of Egyptian Blue #212AA5

Color information

#212AA5 (or 0x212AA5) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and A5. RGB value is (33,42,165). Sum of RGB (Red+Green+Blue) = 33+42+165=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 165 (64.84% from 255 or 68.75% from 240); Max value from RGB is 165 - color contains mainly: blue. Hex color #212AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AA5 is #DED55A. Grayscale: #343434. Windows color (decimal): -14603611 or 10824225. OLE color: 10824225.

HSL color Cylindrical-coordinate representation of color #212AA5: hue angle of 235.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212AA5 is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3342165-
CMYK0.80.7500.35
HSL235.91º66.67%38.82%-
HSV(B)235.91º80%64.71%-
XYZ8.254.736.07-
YUV53.33191.02113.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 165 (64.84% from 255) = 68.75%
R=13.75%
G=17.5%
B=68.75%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33421650.80.7500.35235.9166.6738.82
Hex212AA5504B023ec4327
Octal415224512011304335410347
Binary10000110101010100101101000010010110100011111011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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