#202790

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

Shades of Egyptian Blue #202790

Tints of Egyptian Blue #202790

Color information

#202790 (or 0x202790) is unknown color: approx Egyptian Blue. HEX triplet: 20, 27 and 90. RGB value is (32,39,144). Sum of RGB (Red+Green+Blue) = 32+39+144=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #202790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202790 is #DFD86F. Grayscale: #303030. Windows color (decimal): -14669936 or 9447200. OLE color: 9447200.

HSL color Cylindrical-coordinate representation of color #202790: hue angle of 236.25º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202790 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3239144-
CMYK0.780.7300.44
HSL236.25º63.64%34.51%-
HSV(B)236.25º77.78%56.47%-
XYZ6.363.7726.78-
YUV48.88181.68115.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 144 (56.64% from 255) = 66.98%
R=14.88%
G=18.14%
B=66.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32391440.780.7300.44236.2563.6434.51
Hex2027904E4902Cec4023
Octal404722011611105435410043
Binary10000010011110010000100111010010010101100111011001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202790; }

 p { color: rgb(32,39,144); }

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

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

 a { background-color: rgb(32,39,144); }

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

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

 span { border-color: rgb(32,39,144); }

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