#202C9F

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

Shades of Egyptian Blue #202C9F

Tints of Egyptian Blue #202C9F

Color information

#202C9F (or 0x202C9F) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2C and 9F. RGB value is (32,44,159). Sum of RGB (Red+Green+Blue) = 32+44+159=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #202C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C9F is #DFD360. Grayscale: #353535. Windows color (decimal): -14668641 or 10431520. OLE color: 10431520.

HSL color Cylindrical-coordinate representation of color #202C9F: hue angle of 234.33º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #202C9F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3244159-
CMYK0.800.7200.38
HSL234.33º66.49%37.45%-
HSV(B)234.33º79.87%62.35%-
XYZ7.754.6133.28-
YUV53.52187.52112.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=13.62%
G=18.72%
B=67.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32441590.800.7200.38234.3366.4937.45
Hex202C9F5048026ea4225
Octal405423712011004635210245
Binary10000010110010011111101000010010000100110111010101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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