#20508B

Color #20508B Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #20508B

Tints of Endeavour #20508B

Color information

#20508B (or 0x20508B) is unknown color: approx Endeavour. HEX triplet: 20, 50 and 8B. RGB value is (32,80,139). Sum of RGB (Red+Green+Blue) = 32+80+139=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #20508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20508B is #DFAF74. Grayscale: #484848. Windows color (decimal): -14659445 or 9130016. OLE color: 9130016.

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

Color convert

RGB3280139-
CMYK0.770.4200.45
HSL213.08º62.57%33.53%-
HSV(B)213.08º76.98%54.51%-
XYZ8.127.9125.52-
YUV72.37165.699.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=12.75%
G=31.87%
B=55.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32801390.770.4200.45213.0862.5733.53
Hex20508B4D2A02Dd53f22
Octal40120213115520553257742
Binary1000001010000100010111001101101010010110111010101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20508B;
 }
 .AnyTagClassName
 {
   color: #20508B;
 }
</style>
background-color css

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

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

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

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

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

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