Html Css Color HEX #20328D Egyptian Blue

📋 copy color: '#20328D'

red 32 ◦ green 50 ◦ blue 141

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

Shades of Egyptian Blue #20328D

Tints of Egyptian Blue #20328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 14.35%
G = 22.42%
B = 63.23%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20328D (or 0x20328D) is known color: Egyptian Blue. HEX triplet: 20, 32 and 8D. RGB value is (32,50,141). Sum of RGB (Red+Green+Blue) = 32+50+141=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #20328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20328D is #DFCD72. Grayscale: #363636. Windows color (decimal): -14667123 or 9253408. OLE color: 9253408.

HSL color Cylindrical-coordinate representation of color #20328D: hue angle of 230.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20328D is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 50 141 -
CMYK 0.77 0.65 0 0.45
HSL 230.09º 0.63% 0.34% -
HSV(B) 230.09º 0.77% 0.55% -
XYZ 6.54 4.51 25.73 -
YUV 54.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 32 50 141 0.77 0.65 0 0.45 230.09 0.63 0.34
Hex 20 32 8D 4D 41 0 2D E6 3F 22
Octal 40 62 215 115 101 0 55 346 77 42
Binary 100000 110010 10001101 1001101 1000001 0 101101 11100110 111111 100010

Color Harmonies of #20328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20328D

Black with #20328D

Text Example


Text Example

White with #20328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20328D; }

 p { color: rgb(32,50,141); }

 H1.HeaderClassName
 {
   color: #20328D;
 }
 .AnyTagClassName
 {
   color: #20328D;
 }
</style>

background-color css

<style>
 a { background-color: #20328D; }

 a { background-color: rgb(32,50,141); }

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

border-color css

<style>
 span { border-color: #20328D; }

 span { border-color: rgb(32,50,141); }

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