Shades of Endeavour #315899
Tints of Endeavour #315899
RGB
CMYK
RGB Variations
Color information
#315899 (or 0x315899) is known color: Endeavour. HEX triplet: 31, 58 and 99. RGB value is (49,88,153). Sum of RGB (Red+Green+Blue) = 49+88+153=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #315899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315899 is #CEA766. Grayscale: #535353. Windows color (decimal): -13543271 or 10049585. OLE color: 10049585.
HSL color Cylindrical-coordinate representation of color #315899: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315899 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 88 | 153 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.4 |
| HSL | 217.5º | 0.51% | 0.4% | - |
| HSV(B) | 217.5º | 0.68% | 0.6% | - |
| XYZ | 10.51 | 9.93 | 31.5 | - |
| YUV | 83.75 | 167.08 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 153 | 0.68 | 0.42 | 0 | 0.4 | 217.5 | 0.51 | 0.4 |
| Hex | 31 | 58 | 99 | 44 | 2A | 0 | 28 | DA | 33 | 28 |
| Octal | 61 | 130 | 231 | 104 | 52 | 0 | 50 | 332 | 63 | 50 |
| Binary | 110001 | 1011000 | 10011001 | 1000100 | 101010 | 0 | 101000 | 11011010 | 110011 | 101000 |
Color Harmonies of #315899
Complementary color
Monochromatic Colors of #315899
Black with #315899
Text Example
Text Example
White with #315899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315899; }
p { color: rgb(49,88,153); }
H1.HeaderClassName
{
color: #315899;
}
.AnyTagClassName
{
color: #315899;
}
</style>
background-color css
<style>
a { background-color: #315899; }
a { background-color: rgb(49,88,153); }
div.DivClassName
{
background-color: #315899;
}
.BgClassName
{
background-color: #315899;
}
</style>
border-color css
<style>
span { border-color: #315899; }
span { border-color: rgb(49,88,153); }
td.TdClassName
{
border-color: #315899;
}
.TagClassName
{
border-color: #315899;
}
</style>