Shades of Endeavour #31638D
Tints of Endeavour #31638D
RGB
CMYK
RGB Variations
Color information
#31638D (or 0x31638D) is known color: Endeavour. HEX triplet: 31, 63 and 8D. RGB value is (49,99,141). Sum of RGB (Red+Green+Blue) = 49+99+141=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #31638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31638D is #CE9C72. Grayscale: #585858. Windows color (decimal): -13540467 or 9265969. OLE color: 9265969.
HSL color Cylindrical-coordinate representation of color #31638D: hue angle of 207.39º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31638D is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 99 | 141 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.45 |
| HSL | 207.39º | 0.48% | 0.37% | - |
| HSV(B) | 207.39º | 0.65% | 0.55% | - |
| XYZ | 10.54 | 11.5 | 26.86 | - |
| YUV | 88.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 141 | 0.65 | 0.30 | 0 | 0.45 | 207.39 | 0.48 | 0.37 |
| Hex | 31 | 63 | 8D | 41 | 1E | 0 | 2D | CF | 30 | 25 |
| Octal | 61 | 143 | 215 | 101 | 36 | 0 | 55 | 317 | 60 | 45 |
| Binary | 110001 | 1100011 | 10001101 | 1000001 | 11110 | 0 | 101101 | 11001111 | 110000 | 100101 |
Color Harmonies of #31638D
Complementary color
Monochromatic Colors of #31638D
Black with #31638D
Text Example
Text Example
White with #31638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31638D; }
p { color: rgb(49,99,141); }
H1.HeaderClassName
{
color: #31638D;
}
.AnyTagClassName
{
color: #31638D;
}
</style>
background-color css
<style>
a { background-color: #31638D; }
a { background-color: rgb(49,99,141); }
div.DivClassName
{
background-color: #31638D;
}
.BgClassName
{
background-color: #31638D;
}
</style>
border-color css
<style>
span { border-color: #31638D; }
span { border-color: rgb(49,99,141); }
td.TdClassName
{
border-color: #31638D;
}
.TagClassName
{
border-color: #31638D;
}
</style>