#213496

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

Shades of Egyptian Blue #213496

Tints of Egyptian Blue #213496

Color information

#213496 (or 0x213496) is unknown color: approx Egyptian Blue. HEX triplet: 21, 34 and 96. RGB value is (33,52,150). Sum of RGB (Red+Green+Blue) = 33+52+150=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #213496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213496 is #DECB69. Grayscale: #393939. Windows color (decimal): -14601066 or 9843745. OLE color: 9843745.

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

Color convert

RGB3352150-
CMYK0.780.6500.41
HSL230.26º63.93%35.88%-
HSV(B)230.26º78%58.82%-
XYZ7.364.9829.43-
YUV57.49180.21110.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 150 (58.98% from 255) = 63.83%
R=14.04%
G=22.13%
B=63.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33521500.780.6500.41230.2663.9335.88
Hex2134964E41029e64024
Octal416422611610105134610044
Binary10000111010010010110100111010000010101001111001101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213496; }

 p { color: rgb(33,52,150); }

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

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

 a { background-color: rgb(33,52,150); }

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

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

 span { border-color: rgb(33,52,150); }

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