#202AA0

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

Shades of Egyptian Blue #202AA0

Tints of Egyptian Blue #202AA0

Color information

#202AA0 (or 0x202AA0) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2A and A0. RGB value is (32,42,160). Sum of RGB (Red+Green+Blue) = 32+42+160=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 160 (62.89% from 255 or 68.38% from 234); Max value from RGB is 160 - color contains mainly: blue. Hex color #202AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202AA0 is #DFD55F. Grayscale: #333333. Windows color (decimal): -14669152 or 10496544. OLE color: 10496544.

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

Color convert

RGB3242160-
CMYK0.800.7400.37
HSL235.31º66.67%37.65%-
HSV(B)235.31º80%62.75%-
XYZ7.774.533.72-
YUV52.46188.69113.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 160 (62.89% from 255) = 68.38%
R=13.68%
G=17.95%
B=68.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32421600.800.7400.37235.3166.6737.65
Hex202AA0504A025eb4326
Octal405224012011204535310346
Binary10000010101010100000101000010010100100101111010111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,42,160); }

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

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

 a { background-color: rgb(32,42,160); }

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

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

 span { border-color: rgb(32,42,160); }

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