#213699

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

Shades of Egyptian Blue #213699

Tints of Egyptian Blue #213699

Color information

#213699 (or 0x213699) is unknown color: approx Egyptian Blue. HEX triplet: 21, 36 and 99. RGB value is (33,54,153). Sum of RGB (Red+Green+Blue) = 33+54+153=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #213699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213699 is #DEC966. Grayscale: #3A3A3A. Windows color (decimal): -14600551 or 10040865. OLE color: 10040865.

HSL color Cylindrical-coordinate representation of color #213699: hue angle of 229.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213699 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3354153-
CMYK0.780.6500.4
HSL229.5º64.52%36.47%-
HSV(B)229.5º78.43%60%-
XYZ7.75.2630.75-
YUV59.01181.04109.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=13.75%
G=22.5%
B=63.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33541530.780.6500.4229.564.5236.47
Hex2136994E41028e64124
Octal416623111610105034610144
Binary10000111011010011001100111010000010101000111001101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213699; }

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

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

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

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

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

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

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

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