#21318E

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

Shades of Egyptian Blue #21318E

Tints of Egyptian Blue #21318E

Color information

#21318E (or 0x21318E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 31 and 8E. RGB value is (33,49,142). Sum of RGB (Red+Green+Blue) = 33+49+142=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #21318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21318E is #DECE71. Grayscale: #363636. Windows color (decimal): -14601842 or 9318689. OLE color: 9318689.

HSL color Cylindrical-coordinate representation of color #21318E: hue angle of 231.19º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21318E is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3349142-
CMYK0.770.6500.44
HSL231.19º62.29%34.31%-
HSV(B)231.19º76.76%55.69%-
XYZ6.614.4726.11-
YUV54.82177.2112.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 142 (55.86% from 255) = 63.39%
R=14.73%
G=21.88%
B=63.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33491420.770.6500.44231.1962.2934.31
Hex21318E4D4102Ce73e22
Octal41612161151010543477642
Binary1000011100011000111010011011000001010110011100111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21318E; }

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

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

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

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

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

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

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

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