#202596

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

Shades of Egyptian Blue #202596

Tints of Egyptian Blue #202596

Color information

#202596 (or 0x202596) is unknown color: approx Egyptian Blue. HEX triplet: 20, 25 and 96. RGB value is (32,37,150). Sum of RGB (Red+Green+Blue) = 32+37+150=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #202596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202596 is #DFDA69. Grayscale: #2F2F2F. Windows color (decimal): -14670442 or 9839904. OLE color: 9839904.

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

Color convert

RGB3237150-
CMYK0.790.7500.41
HSL237.46º64.84%35.69%-
HSV(B)237.46º78.67%58.82%-
XYZ6.763.8329.24-
YUV48.39185.34116.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=14.61%
G=16.89%
B=68.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal32371500.790.7500.41237.4664.8435.69
Hex2025964F4B029ed4124
Octal404522611711305135510144
Binary10000010010110010110100111110010110101001111011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202596; }

 p { color: rgb(32,37,150); }

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

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

 a { background-color: rgb(32,37,150); }

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

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

 span { border-color: rgb(32,37,150); }

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