#213791

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

Shades of Egyptian Blue #213791

Tints of Egyptian Blue #213791

Color information

#213791 (or 0x213791) is unknown color: approx Egyptian Blue. HEX triplet: 21, 37 and 91. RGB value is (33,55,145). Sum of RGB (Red+Green+Blue) = 33+55+145=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #213791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213791 is #DEC86E. Grayscale: #3A3A3A. Windows color (decimal): -14600303 or 9516833. OLE color: 9516833.

HSL color Cylindrical-coordinate representation of color #213791: hue angle of 228.21º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213791 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3355145-
CMYK0.770.6200.43
HSL228.21º62.92%34.9%-
HSV(B)228.21º77.24%56.86%-
XYZ7.15.127.4-
YUV58.68176.71109.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 145 (57.03% from 255) = 62.23%
R=14.16%
G=23.61%
B=62.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33551450.770.6200.43228.2162.9234.9
Hex2137914D3E02Be43f23
Octal4167221115760533447743
Binary100001110111100100011001101111110010101111100100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213791; }

 p { color: rgb(33,55,145); }

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

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

 a { background-color: rgb(33,55,145); }

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

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

 span { border-color: rgb(33,55,145); }

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