#212EA3

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

Shades of Egyptian Blue #212EA3

Tints of Egyptian Blue #212EA3

Color information

#212EA3 (or 0x212EA3) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2E and A3. RGB value is (33,46,163). Sum of RGB (Red+Green+Blue) = 33+46+163=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #212EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EA3 is #DED15C. Grayscale: #363636. Windows color (decimal): -14602589 or 10694177. OLE color: 10694177.

HSL color Cylindrical-coordinate representation of color #212EA3: hue angle of 234º 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 #212EA3 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3346163-
CMYK0.800.7200.36
HSL234º66.33%38.43%-
HSV(B)234º79.75%63.92%-
XYZ8.224.9235.17-
YUV55.45188.69111.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 163 (64.06% from 255) = 67.36%
R=13.64%
G=19.01%
B=67.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33461630.800.7200.3623466.3338.43
Hex212EA35048024ea4226
Octal415624312011004435210246
Binary10000110111010100011101000010010000100100111010101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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