#213E96

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

Shades of Egyptian Blue #213E96

Tints of Egyptian Blue #213E96

Color information

#213E96 (or 0x213E96) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3E and 96. RGB value is (33,62,150). Sum of RGB (Red+Green+Blue) = 33+62+150=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #213E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E96 is #DEC169. Grayscale: #3E3E3E. Windows color (decimal): -14598506 or 9846305. OLE color: 9846305.

HSL color Cylindrical-coordinate representation of color #213E96: hue angle of 225.13º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213E96 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3362150-
CMYK0.780.5900.41
HSL225.13º63.93%35.88%-
HSV(B)225.13º78%58.82%-
XYZ7.855.9729.59-
YUV63.36176.89106.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=13.47%
G=25.31%
B=61.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33621500.780.5900.41225.1363.9335.88
Hex213E964E3B029e14024
Octal41762261167305134110044
Binary1000011111101001011010011101110110101001111000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E96; }

 p { color: rgb(33,62,150); }

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

<style>
 a { background-color: #213E96; }

 a { background-color: rgb(33,62,150); }

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

<style>
 span { border-color: #213E96; }

 span { border-color: rgb(33,62,150); }

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