Shades of Endeavour #315F89
Tints of Endeavour #315F89
RGB
CMYK
RGB Variations
Color information
#315F89 (or 0x315F89) is known color: Endeavour. HEX triplet: 31, 5F and 89. RGB value is (49,95,137). Sum of RGB (Red+Green+Blue) = 49+95+137=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #315F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F89 is #CEA076. Grayscale: #555555. Windows color (decimal): -13541495 or 9002801. OLE color: 9002801.
HSL color Cylindrical-coordinate representation of color #315F89: hue angle of 208.64º 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 #315F89 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 95 | 137 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.46 |
| HSL | 208.64º | 0.47% | 0.36% | - |
| HSV(B) | 208.64º | 0.64% | 0.54% | - |
| XYZ | 9.87 | 10.64 | 25.2 | - |
| YUV | 86.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 137 | 0.64 | 0.31 | 0 | 0.46 | 208.64 | 0.47 | 0.36 |
| Hex | 31 | 5F | 89 | 40 | 1F | 0 | 2E | D1 | 2F | 24 |
| Octal | 61 | 137 | 211 | 100 | 37 | 0 | 56 | 321 | 57 | 44 |
| Binary | 110001 | 1011111 | 10001001 | 1000000 | 11111 | 0 | 101110 | 11010001 | 101111 | 100100 |
Color Harmonies of #315F89
Complementary color
Monochromatic Colors of #315F89
Black with #315F89
Text Example
Text Example
White with #315F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F89; }
p { color: rgb(49,95,137); }
H1.HeaderClassName
{
color: #315F89;
}
.AnyTagClassName
{
color: #315F89;
}
</style>
background-color css
<style>
a { background-color: #315F89; }
a { background-color: rgb(49,95,137); }
div.DivClassName
{
background-color: #315F89;
}
.BgClassName
{
background-color: #315F89;
}
</style>
border-color css
<style>
span { border-color: #315F89; }
span { border-color: rgb(49,95,137); }
td.TdClassName
{
border-color: #315F89;
}
.TagClassName
{
border-color: #315F89;
}
</style>