#212E90

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

Shades of Egyptian Blue #212E90

Tints of Egyptian Blue #212E90

Color information

#212E90 (or 0x212E90) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2E and 90. RGB value is (33,46,144). Sum of RGB (Red+Green+Blue) = 33+46+144=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #212E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212E90 is #DED16F. Grayscale: #343434. Windows color (decimal): -14602608 or 9448993. OLE color: 9448993.

HSL color Cylindrical-coordinate representation of color #212E90: hue angle of 232.97º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212E90 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3346144-
CMYK0.770.6800.44
HSL232.97º62.71%34.71%-
HSV(B)232.97º77.08%56.47%-
XYZ6.644.2926.86-
YUV53.28179.19113.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=14.80%
G=20.63%
B=64.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33461440.770.6800.44232.9762.7134.71
Hex212E904D4402Ce93f23
Octal41562201151040543517743
Binary1000011011101001000010011011000100010110011101001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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