Shades of Endeavour #315893
Tints of Endeavour #315893
RGB
CMYK
RGB Variations
Color information
#315893 (or 0x315893) is known color: Endeavour. HEX triplet: 31, 58 and 93. RGB value is (49,88,147). Sum of RGB (Red+Green+Blue) = 49+88+147=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #315893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315893 is #CEA76C. Grayscale: #525252. Windows color (decimal): -13543277 or 9656369. OLE color: 9656369.
HSL color Cylindrical-coordinate representation of color #315893: hue angle of 216.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315893 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 88 | 147 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.42 |
| HSL | 216.12º | 0.5% | 0.38% | - |
| HSV(B) | 216.12º | 0.67% | 0.58% | - |
| XYZ | 10.02 | 9.74 | 28.96 | - |
| YUV | 83.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 147 | 0.67 | 0.40 | 0 | 0.42 | 216.12 | 0.5 | 0.38 |
| Hex | 31 | 58 | 93 | 43 | 28 | 0 | 2A | D8 | 32 | 26 |
| Octal | 61 | 130 | 223 | 103 | 50 | 0 | 52 | 330 | 62 | 46 |
| Binary | 110001 | 1011000 | 10010011 | 1000011 | 101000 | 0 | 101010 | 11011000 | 110010 | 100110 |
Color Harmonies of #315893
Complementary color
Monochromatic Colors of #315893
Black with #315893
Text Example
Text Example
White with #315893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315893; }
p { color: rgb(49,88,147); }
H1.HeaderClassName
{
color: #315893;
}
.AnyTagClassName
{
color: #315893;
}
</style>
background-color css
<style>
a { background-color: #315893; }
a { background-color: rgb(49,88,147); }
div.DivClassName
{
background-color: #315893;
}
.BgClassName
{
background-color: #315893;
}
</style>
border-color css
<style>
span { border-color: #315893; }
span { border-color: rgb(49,88,147); }
td.TdClassName
{
border-color: #315893;
}
.TagClassName
{
border-color: #315893;
}
</style>