Html Css Color HEX #20328C Egyptian Blue

📋 copy color: '#20328C'

red 32 ◦ green 50 ◦ blue 140

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

Shades of Egyptian Blue #20328C

Tints of Egyptian Blue #20328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 14.41%
G = 22.52%
B = 63.06%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20328C (or 0x20328C) is known color: Egyptian Blue. HEX triplet: 20, 32 and 8C. RGB value is (32,50,140). Sum of RGB (Red+Green+Blue) = 32+50+140=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #20328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20328C is #DFCD73. Grayscale: #363636. Windows color (decimal): -14667124 or 9187872. OLE color: 9187872.

HSL color Cylindrical-coordinate representation of color #20328C: hue angle of 230º 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 #20328C is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 50 140 -
CMYK 0.77 0.64 0 0.45
HSL 230º 0.63% 0.34% -
HSV(B) 230º 0.77% 0.55% -
XYZ 6.47 4.48 25.34 -
YUV 54.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 32 50 140 0.77 0.64 0 0.45 230 0.63 0.34
Hex 20 32 8C 4D 40 0 2D E6 3F 22
Octal 40 62 214 115 100 0 55 346 77 42
Binary 100000 110010 10001100 1001101 1000000 0 101101 11100110 111111 100010

Color Harmonies of #20328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20328C

Black with #20328C

Text Example


Text Example

White with #20328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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