#202DAA

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

Shades of Egyptian Blue #202DAA

Tints of Egyptian Blue #202DAA

Color information

#202DAA (or 0x202DAA) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2D and AA. RGB value is (32,45,170). Sum of RGB (Red+Green+Blue) = 32+45+170=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #202DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202DAA is #DFD255. Grayscale: #363636. Windows color (decimal): -14668374 or 11152672. OLE color: 11152672.

HSL color Cylindrical-coordinate representation of color #202DAA: hue angle of 234.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202DAA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3245170-
CMYK0.810.7400.33
HSL234.35º68.32%39.61%-
HSV(B)234.35º81.18%66.67%-
XYZ8.795.0938.55-
YUV55.36192.69111.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 170 (66.80% from 255) = 68.83%
R=12.96%
G=18.22%
B=68.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32451700.810.7400.33234.3568.3239.61
Hex202DAA514A021ea4428
Octal405525212111204135210450
Binary10000010110110101010101000110010100100001111010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,45,170); }

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

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

 a { background-color: rgb(32,45,170); }

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

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

 span { border-color: rgb(32,45,170); }

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