Html Css Color HEX #20508D Endeavour

📋 copy color: '#20508D'

red 32 ◦ green 80 ◦ blue 141

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

Shades of Endeavour #20508D

Tints of Endeavour #20508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

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

R = 12.65%
G = 31.62%
B = 55.73%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20508D (or 0x20508D) is known color: Endeavour. HEX triplet: 20, 50 and 8D. RGB value is (32,80,141). Sum of RGB (Red+Green+Blue) = 32+80+141=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #20508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20508D is #DFAF72. Grayscale: #484848. Windows color (decimal): -14659443 or 9261088. OLE color: 9261088.

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

Color convert

RGB 32 80 141 -
CMYK 0.77 0.43 0 0.45
HSL 213.58º 0.63% 0.34% -
HSV(B) 213.58º 0.77% 0.55% -
XYZ 8.27 7.97 26.3 -
YUV 72.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 32 80 141 0.77 0.43 0 0.45 213.58 0.63 0.34
Hex 20 50 8D 4D 2B 0 2D D6 3F 22
Octal 40 120 215 115 53 0 55 326 77 42
Binary 100000 1010000 10001101 1001101 101011 0 101101 11010110 111111 100010

Color Harmonies of #20508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20508D

Black with #20508D

Text Example


Text Example

White with #20508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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