Shades of Endeavour #316389
Tints of Endeavour #316389
RGB
CMYK
RGB Variations
Color information
#316389 (or 0x316389) is known color: Endeavour. HEX triplet: 31, 63 and 89. RGB value is (49,99,137). Sum of RGB (Red+Green+Blue) = 49+99+137=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #316389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316389 is #CE9C76. Grayscale: #585858. Windows color (decimal): -13540471 or 9003825. OLE color: 9003825.
HSL color Cylindrical-coordinate representation of color #316389: hue angle of 205.91º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316389 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 99 | 137 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.46 |
| HSL | 205.91º | 0.47% | 0.36% | - |
| HSV(B) | 205.91º | 0.64% | 0.54% | - |
| XYZ | 10.24 | 11.38 | 25.32 | - |
| YUV | 88.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 137 | 0.64 | 0.28 | 0 | 0.46 | 205.91 | 0.47 | 0.36 |
| Hex | 31 | 63 | 89 | 40 | 1C | 0 | 2E | CE | 2F | 24 |
| Octal | 61 | 143 | 211 | 100 | 34 | 0 | 56 | 316 | 57 | 44 |
| Binary | 110001 | 1100011 | 10001001 | 1000000 | 11100 | 0 | 101110 | 11001110 | 101111 | 100100 |
Color Harmonies of #316389
Complementary color
Monochromatic Colors of #316389
Black with #316389
Text Example
Text Example
White with #316389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316389; }
p { color: rgb(49,99,137); }
H1.HeaderClassName
{
color: #316389;
}
.AnyTagClassName
{
color: #316389;
}
</style>
background-color css
<style>
a { background-color: #316389; }
a { background-color: rgb(49,99,137); }
div.DivClassName
{
background-color: #316389;
}
.BgClassName
{
background-color: #316389;
}
</style>
border-color css
<style>
span { border-color: #316389; }
span { border-color: rgb(49,99,137); }
td.TdClassName
{
border-color: #316389;
}
.TagClassName
{
border-color: #316389;
}
</style>