#213190

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

Shades of Egyptian Blue #213190

Tints of Egyptian Blue #213190

Color information

#213190 (or 0x213190) is unknown color: approx Egyptian Blue. HEX triplet: 21, 31 and 90. RGB value is (33,49,144). Sum of RGB (Red+Green+Blue) = 33+49+144=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #213190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213190 is #DECE6F. Grayscale: #363636. Windows color (decimal): -14601840 or 9449761. OLE color: 9449761.

HSL color Cylindrical-coordinate representation of color #213190: hue angle of 231.35º 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 #213190 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3349144-
CMYK0.770.6600.44
HSL231.35º62.71%34.71%-
HSV(B)231.35º77.08%56.47%-
XYZ6.764.5326.9-
YUV55.05178.2112.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 144 (56.64% from 255) = 63.72%
R=14.60%
G=21.68%
B=63.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33491440.770.6600.44231.3562.7134.71
Hex2131904D4202Ce73f23
Octal41612201151020543477743
Binary1000011100011001000010011011000010010110011100111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213190; }

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

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

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

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

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

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

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

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