#213396

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

Shades of Egyptian Blue #213396

Tints of Egyptian Blue #213396

Color information

#213396 (or 0x213396) is unknown color: approx Egyptian Blue. HEX triplet: 21, 33 and 96. RGB value is (33,51,150). Sum of RGB (Red+Green+Blue) = 33+51+150=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #213396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213396 is #DECC69. Grayscale: #383838. Windows color (decimal): -14601322 or 9843489. OLE color: 9843489.

HSL color Cylindrical-coordinate representation of color #213396: hue angle of 230.77º 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 #213396 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3351150-
CMYK0.780.6600.41
HSL230.77º63.93%35.88%-
HSV(B)230.77º78%58.82%-
XYZ7.324.8929.41-
YUV56.9180.54110.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 150 (58.98% from 255) = 64.10%
R=14.10%
G=21.79%
B=64.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33511500.780.6600.41230.7763.9335.88
Hex2133964E42029e74024
Octal416322611610205134710044
Binary10000111001110010110100111010000100101001111001111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213396; }

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

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

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

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

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

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

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

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