Html Css Color HEX #20508E Endeavour

📋 copy color: '#20508E'

red 32 ◦ green 80 ◦ blue 142

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

Shades of Endeavour #20508E

Tints of Endeavour #20508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.91%

R = 12.6%
G = 31.5%
B = 55.91%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20508E (or 0x20508E) is known color: Endeavour. HEX triplet: 20, 50 and 8E. RGB value is (32,80,142). Sum of RGB (Red+Green+Blue) = 32+80+142=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #20508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20508E is #DFAF71. Grayscale: #484848. Windows color (decimal): -14659442 or 9326624. OLE color: 9326624.

HSL color Cylindrical-coordinate representation of color #20508E: hue angle of 213.82º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20508E is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 80 142 -
CMYK 0.77 0.44 0 0.44
HSL 213.82º 0.63% 0.34% -
HSV(B) 213.82º 0.77% 0.56% -
XYZ 8.35 8 26.69 -
YUV 72.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 32 80 142 0.77 0.44 0 0.44 213.82 0.63 0.34
Hex 20 50 8E 4D 2C 0 2C D6 3F 22
Octal 40 120 216 115 54 0 54 326 77 42
Binary 100000 1010000 10001110 1001101 101100 0 101100 11010110 111111 100010

Color Harmonies of #20508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20508E

Black with #20508E

Text Example


Text Example

White with #20508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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