Html Css Color HEX #20389F Egyptian Blue

📋 copy color: '#20389F'

red 32 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #20389F

Tints of Egyptian Blue #20389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 159 (62.5% from 255) = 64.37%

R = 12.96%
G = 22.67%
B = 64.37%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20389F (or 0x20389F) is known color: Egyptian Blue. HEX triplet: 20, 38 and 9F. RGB value is (32,56,159). Sum of RGB (Red+Green+Blue) = 32+56+159=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #20389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20389F is #DFC760. Grayscale: #3C3C3C. Windows color (decimal): -14665569 or 10434592. OLE color: 10434592.

HSL color Cylindrical-coordinate representation of color #20389F: hue angle of 228.66º 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 #20389F is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 56 159 -
CMYK 0.80 0.65 0 0.38
HSL 228.66º 0.66% 0.37% -
HSV(B) 228.66º 0.8% 0.62% -
XYZ 8.27 5.64 33.45 -
YUV 60.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 32 56 159 0.80 0.65 0 0.38 228.66 0.66 0.37
Hex 20 38 9F 50 41 0 26 E5 42 25
Octal 40 70 237 120 101 0 46 345 102 45
Binary 100000 111000 10011111 1010000 1000001 0 100110 11100101 1000010 100101

Color Harmonies of #20389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20389F

Black with #20389F

Text Example


Text Example

White with #20389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20389F; }

 p { color: rgb(32,56,159); }

 H1.HeaderClassName
 {
   color: #20389F;
 }
 .AnyTagClassName
 {
   color: #20389F;
 }
</style>

background-color css

<style>
 a { background-color: #20389F; }

 a { background-color: rgb(32,56,159); }

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

border-color css

<style>
 span { border-color: #20389F; }

 span { border-color: rgb(32,56,159); }

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