#202C8D

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

Shades of Egyptian Blue #202C8D

Tints of Egyptian Blue #202C8D

Color information

#202C8D (or 0x202C8D) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2C and 8D. RGB value is (32,44,141). Sum of RGB (Red+Green+Blue) = 32+44+141=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #202C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C8D is #DFD372. Grayscale: #333333. Windows color (decimal): -14668659 or 9251872. OLE color: 9251872.

HSL color Cylindrical-coordinate representation of color #202C8D: hue angle of 233.39º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202C8D is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3244141-
CMYK0.770.6900.45
HSL233.39º63.01%33.92%-
HSV(B)233.39º77.3%55.29%-
XYZ6.34.0325.65-
YUV51.47178.52114.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 141 (55.47% from 255) = 64.98%
R=14.75%
G=20.28%
B=64.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32441410.770.6900.45233.3963.0133.92
Hex202C8D4D4502De93f22
Octal40542151151050553517742
Binary1000001011001000110110011011000101010110111101001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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