Html Css Color HEX #20549D Endeavour

📋 copy color: '#20549D'

red 32 ◦ green 84 ◦ blue 157

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

Shades of Endeavour #20549D

Tints of Endeavour #20549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

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

R = 11.72%
G = 30.77%
B = 57.51%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20549D (or 0x20549D) is known color: Endeavour. HEX triplet: 20, 54 and 9D. RGB value is (32,84,157). Sum of RGB (Red+Green+Blue) = 32+84+157=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #20549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20549D is #DFAB62. Grayscale: #4C4C4C. Windows color (decimal): -14658403 or 10310688. OLE color: 10310688.

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

Color convert

RGB 32 84 157 -
CMYK 0.80 0.46 0 0.38
HSL 215.04º 0.66% 0.37% -
HSV(B) 215.04º 0.8% 0.62% -
XYZ 9.85 9.08 33.13 -
YUV 76.77 173.27 96.06 -
System Red Green Blue C M Y K H S L
Decimal 32 84 157 0.80 0.46 0 0.38 215.04 0.66 0.37
Hex 20 54 9D 50 2E 0 26 D7 42 25
Octal 40 124 235 120 56 0 46 327 102 45
Binary 100000 1010100 10011101 1010000 101110 0 100110 11010111 1000010 100101

Color Harmonies of #20549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20549D

Black with #20549D

Text Example


Text Example

White with #20549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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