Html Css Color HEX #20309D Egyptian Blue

📋 copy color: '#20309D'

red 32 ◦ green 48 ◦ blue 157

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

Shades of Egyptian Blue #20309D

Tints of Egyptian Blue #20309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 157 (61.72% from 255) = 66.24%

R = 13.5%
G = 20.25%
B = 66.24%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20309D (or 0x20309D) is known color: Egyptian Blue. HEX triplet: 20, 30 and 9D. RGB value is (32,48,157). Sum of RGB (Red+Green+Blue) = 32+48+157=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #20309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20309D is #DFCF62. Grayscale: #373737. Windows color (decimal): -14667619 or 10301472. OLE color: 10301472.

HSL color Cylindrical-coordinate representation of color #20309D: hue angle of 232.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20309D is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 48 157 -
CMYK 0.80 0.69 0 0.38
HSL 232.32º 0.66% 0.37% -
HSV(B) 232.32º 0.8% 0.62% -
XYZ 7.74 4.86 32.43 -
YUV 55.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 32 48 157 0.80 0.69 0 0.38 232.32 0.66 0.37
Hex 20 30 9D 50 45 0 26 E8 42 25
Octal 40 60 235 120 105 0 46 350 102 45
Binary 100000 110000 10011101 1010000 1000101 0 100110 11101000 1000010 100101

Color Harmonies of #20309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20309D

Black with #20309D

Text Example


Text Example

White with #20309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,48,157); }

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

background-color css

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

 a { background-color: rgb(32,48,157); }

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

border-color css

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

 span { border-color: rgb(32,48,157); }

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