#212990

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

Shades of Egyptian Blue #212990

Tints of Egyptian Blue #212990

Color information

#212990 (or 0x212990) is unknown color: approx Egyptian Blue. HEX triplet: 21, 29 and 90. RGB value is (33,41,144). Sum of RGB (Red+Green+Blue) = 33+41+144=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #212990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212990 is #DED66F. Grayscale: #313131. Windows color (decimal): -14603888 or 9447713. OLE color: 9447713.

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

Color convert

RGB3341144-
CMYK0.770.7200.44
HSL235.68º62.71%34.71%-
HSV(B)235.68º77.08%56.47%-
XYZ6.453.9226.8-
YUV50.35180.85115.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 144 (56.64% from 255) = 66.06%
R=15.14%
G=18.81%
B=66.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33411440.770.7200.44235.6862.7134.71
Hex2129904D4802Cec3f23
Octal41512201151100543547743
Binary1000011010011001000010011011001000010110011101100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212990; }

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

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

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

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

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

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

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

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