#202EAA

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

Shades of Egyptian Blue #202EAA

Tints of Egyptian Blue #202EAA

Color information

#202EAA (or 0x202EAA) is unknown color: approx Egyptian Blue. HEX triplet: 20, 2E and AA. RGB value is (32,46,170). Sum of RGB (Red+Green+Blue) = 32+46+170=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #202EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202EAA is #DFD155. Grayscale: #373737. Windows color (decimal): -14668118 or 11152928. OLE color: 11152928.

HSL color Cylindrical-coordinate representation of color #202EAA: hue angle of 233.91º 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 #202EAA is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3246170-
CMYK0.810.7300.33
HSL233.91º68.32%39.61%-
HSV(B)233.91º81.18%66.67%-
XYZ8.835.1638.56-
YUV55.95192.36110.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 170 (66.80% from 255) = 68.55%
R=12.90%
G=18.55%
B=68.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32461700.810.7300.33233.9168.3239.61
Hex202EAA5149021ea4428
Octal405625212111104135210450
Binary10000010111010101010101000110010010100001111010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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