#213691

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

Shades of Egyptian Blue #213691

Tints of Egyptian Blue #213691

Color information

#213691 (or 0x213691) is unknown color: approx Egyptian Blue. HEX triplet: 21, 36 and 91. RGB value is (33,54,145). Sum of RGB (Red+Green+Blue) = 33+54+145=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #213691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213691 is #DEC96E. Grayscale: #393939. Windows color (decimal): -14600559 or 9516577. OLE color: 9516577.

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

Color convert

RGB3354145-
CMYK0.770.6300.43
HSL228.75º62.92%34.9%-
HSV(B)228.75º77.24%56.86%-
XYZ7.065.0127.38-
YUV58.1177.04110.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=14.22%
G=23.28%
B=62.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33541450.770.6300.43228.7562.9234.9
Hex2136914D3F02Be53f23
Octal4166221115770533457743
Binary100001110110100100011001101111111010101111100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213691; }

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

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

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

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

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

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

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

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