Html Css Color HEX #20379A Egyptian Blue

📋 copy color: '#20379A'

red 32 ◦ green 55 ◦ blue 154

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

Shades of Egyptian Blue #20379A

Tints of Egyptian Blue #20379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 13.28%
G = 22.82%
B = 63.9%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20379A (or 0x20379A) is known color: Egyptian Blue. HEX triplet: 20, 37 and 9A. RGB value is (32,55,154). Sum of RGB (Red+Green+Blue) = 32+55+154=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #20379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20379A is #DFC865. Grayscale: #3A3A3A. Windows color (decimal): -14665830 or 10106656. OLE color: 10106656.

HSL color Cylindrical-coordinate representation of color #20379A: hue angle of 228.69º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20379A is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 55 154 -
CMYK 0.79 0.64 0 0.40
HSL 228.69º 0.66% 0.36% -
HSV(B) 228.69º 0.79% 0.6% -
XYZ 7.79 5.37 31.2 -
YUV 59.41 181.38 108.45 -
System Red Green Blue C M Y K H S L
Decimal 32 55 154 0.79 0.64 0 0.40 228.69 0.66 0.36
Hex 20 37 9A 4F 40 0 28 E5 42 24
Octal 40 67 232 117 100 0 50 345 102 44
Binary 100000 110111 10011010 1001111 1000000 0 101000 11100101 1000010 100100

Color Harmonies of #20379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20379A

Black with #20379A

Text Example


Text Example

White with #20379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20379A; }

 p { color: rgb(32,55,154); }

 H1.HeaderClassName
 {
   color: #20379A;
 }
 .AnyTagClassName
 {
   color: #20379A;
 }
</style>

background-color css

<style>
 a { background-color: #20379A; }

 a { background-color: rgb(32,55,154); }

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

border-color css

<style>
 span { border-color: #20379A; }

 span { border-color: rgb(32,55,154); }

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