#202E95

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

Shades of Egyptian Blue #202E95

Tints of Egyptian Blue #202E95

Color information

#202E95 (or 0x202E95) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2E and 95. RGB value is (32,46,149). Sum of RGB (Red+Green+Blue) = 32+46+149=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #202E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E95 is #DFD16A. Grayscale: #353535. Windows color (decimal): -14668139 or 9776672. OLE color: 9776672.

HSL color Cylindrical-coordinate representation of color #202E95: hue angle of 232.82º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202E95 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3246149-
CMYK0.790.6900.42
HSL232.82º64.64%35.49%-
HSV(B)232.82º78.52%58.43%-
XYZ74.4328.92-
YUV53.56181.86112.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=14.10%
G=20.26%
B=65.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32461490.790.6900.42232.8264.6435.49
Hex202E954F4502Ae94123
Octal405622511710505235110143
Binary10000010111010010101100111110001010101010111010011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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