#213096

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

Shades of Egyptian Blue #213096

Tints of Egyptian Blue #213096

Color information

#213096 (or 0x213096) is unknown color: approx Egyptian Blue. HEX triplet: 21, 30 and 96. RGB value is (33,48,150). Sum of RGB (Red+Green+Blue) = 33+48+150=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #213096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213096 is #DECF69. Grayscale: #363636. Windows color (decimal): -14602090 or 9842721. OLE color: 9842721.

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

Color convert

RGB3348150-
CMYK0.780.6800.41
HSL232.31º63.93%35.88%-
HSV(B)232.31º78%58.82%-
XYZ7.194.6429.37-
YUV55.14181.53112.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=14.29%
G=20.78%
B=64.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33481500.780.6800.41232.3163.9335.88
Hex2130964E44029e84024
Octal416022611610405135010044
Binary10000111000010010110100111010001000101001111010001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213096; }

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

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

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

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

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

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

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

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