Html Css Color HEX #202CA4 Egyptian Blue

📋 copy color: '#202CA4'

red 32 ◦ green 44 ◦ blue 164

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

Shades of Egyptian Blue #202CA4

Tints of Egyptian Blue #202CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

 BLUE value IS 164 (64.45% from 255) = 68.33%

R = 13.33%
G = 18.33%
B = 68.33%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#202CA4 (or 0x202CA4) is known color: Egyptian Blue. HEX triplet: 20, 2C and A4. RGB value is (32,44,164). Sum of RGB (Red+Green+Blue) = 32+44+164=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #202CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202CA4 is #DFD35B. Grayscale: #353535. Windows color (decimal): -14668636 or 10759200. OLE color: 10759200.

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

Color convert

RGB 32 44 164 -
CMYK 0.80 0.73 0 0.36
HSL 234.55º 0.67% 0.38% -
HSV(B) 234.55º 0.8% 0.64% -
XYZ 8.2 4.79 35.61 -
YUV 54.09 190.02 112.24 -
System Red Green Blue C M Y K H S L
Decimal 32 44 164 0.80 0.73 0 0.36 234.55 0.67 0.38
Hex 20 2C A4 50 49 0 24 EB 43 26
Octal 40 54 244 120 111 0 44 353 103 46
Binary 100000 101100 10100100 1010000 1001001 0 100100 11101011 1000011 100110

Color Harmonies of #202CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202CA4

Black with #202CA4

Text Example


Text Example

White with #202CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,44,164); }

 H1.HeaderClassName
 {
   color: #202CA4;
 }
 .AnyTagClassName
 {
   color: #202CA4;
 }
</style>

background-color css

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

 a { background-color: rgb(32,44,164); }

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

border-color css

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

 span { border-color: rgb(32,44,164); }

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