#202C99

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

Shades of Egyptian Blue #202C99

Tints of Egyptian Blue #202C99

Color information

#202C99 (or 0x202C99) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2C and 99. RGB value is (32,44,153). Sum of RGB (Red+Green+Blue) = 32+44+153=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #202C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C99 is #DFD366. Grayscale: #343434. Windows color (decimal): -14668647 or 10038304. OLE color: 10038304.

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

Color convert

RGB3244153-
CMYK0.790.7100.4
HSL234.05º65.41%36.27%-
HSV(B)234.05º79.08%60%-
XYZ7.254.4130.61-
YUV52.84184.52113.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 153 (60.16% from 255) = 66.81%
R=13.97%
G=19.21%
B=66.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal32441530.790.7100.4234.0565.4136.27
Hex202C994F47028ea4124
Octal405423111710705035210144
Binary10000010110010011001100111110001110101000111010101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202C99; }

 p { color: rgb(32,44,153); }

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

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

 a { background-color: rgb(32,44,153); }

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

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

 span { border-color: rgb(32,44,153); }

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