#202E9F

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

Shades of Egyptian Blue #202E9F

Tints of Egyptian Blue #202E9F

Color information

#202E9F (or 0x202E9F) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2E and 9F. RGB value is (32,46,159). Sum of RGB (Red+Green+Blue) = 32+46+159=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #202E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E9F is #DFD160. Grayscale: #363636. Windows color (decimal): -14668129 or 10432032. OLE color: 10432032.

HSL color Cylindrical-coordinate representation of color #202E9F: hue angle of 233.39º 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 #202E9F is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3246159-
CMYK0.800.7100.38
HSL233.39º66.49%37.45%-
HSV(B)233.39º79.87%62.35%-
XYZ7.834.7633.31-
YUV54.7186.86111.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 159 (62.5% from 255) = 67.09%
R=13.50%
G=19.41%
B=67.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32461590.800.7100.38233.3966.4937.45
Hex202E9F5047026e94225
Octal405623712010704635110245
Binary10000010111010011111101000010001110100110111010011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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