Html Css Color HEX #202EAA Egyptian Blue

📋 copy color: '#202EAA'

red 32 ◦ green 46 ◦ blue 170

#202EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #202EAA

Tints of Egyptian Blue #202EAA

RGB

 RED value IS 32 (12.89% from 255) = 12.9%

 GREEN value IS 46 (18.36% from 255) = 18.55%

 BLUE value IS 170 (66.8% from 255) = 68.55%

R = 12.9%
G = 18.55%
B = 68.55%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#202EAA (or 0x202EAA) is known color: 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

RGB 32 46 170 -
CMYK 0.81 0.73 0 0.33
HSL 233.91º 0.68% 0.4% -
HSV(B) 233.91º 0.81% 0.67% -
XYZ 8.83 5.16 38.56 -
YUV 55.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 32 46 170 0.81 0.73 0 0.33 233.91 0.68 0.4
Hex 20 2E AA 51 49 0 21 EA 44 28
Octal 40 56 252 121 111 0 41 352 104 50
Binary 100000 101110 10101010 1010001 1001001 0 100001 11101010 1000100 101000

Color Harmonies of #202EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202EAA

Black with #202EAA

Text Example


Text Example

White with #202EAA

Text Example


Text Example

HTML Codes & Css Web 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>