#202AA3

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

Shades of Egyptian Blue #202AA3

Tints of Egyptian Blue #202AA3

Color information

#202AA3 (or 0x202AA3) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2A and A3. RGB value is (32,42,163). Sum of RGB (Red+Green+Blue) = 32+42+163=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 163 (64.06% from 255 or 68.78% from 237); Max value from RGB is 163 - color contains mainly: blue. Hex color #202AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202AA3 is #DFD55C. Grayscale: #343434. Windows color (decimal): -14669149 or 10693152. OLE color: 10693152.

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

Color convert

RGB3242163-
CMYK0.800.7400.36
HSL235.42º67.18%38.24%-
HSV(B)235.42º80.37%63.92%-
XYZ8.034.6135.12-
YUV52.8190.19113.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 163 (64.06% from 255) = 68.78%
R=13.50%
G=17.72%
B=68.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32421630.800.7400.36235.4267.1838.24
Hex202AA3504A024eb4326
Octal405224312011204435310346
Binary10000010101010100011101000010010100100100111010111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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