Shades of Endeavour #315E88
Tints of Endeavour #315E88
RGB
CMYK
RGB Variations
Color information
#315E88 (or 0x315E88) is known color: Endeavour. HEX triplet: 31, 5E and 88. RGB value is (49,94,136). Sum of RGB (Red+Green+Blue) = 49+94+136=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #315E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E88 is #CEA177. Grayscale: #555555. Windows color (decimal): -13541752 or 8937009. OLE color: 8937009.
HSL color Cylindrical-coordinate representation of color #315E88: hue angle of 208.97º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315E88 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 94 | 136 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.47 |
| HSL | 208.97º | 0.47% | 0.36% | - |
| HSV(B) | 208.97º | 0.64% | 0.53% | - |
| XYZ | 9.71 | 10.44 | 24.79 | - |
| YUV | 85.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 136 | 0.64 | 0.31 | 0 | 0.47 | 208.97 | 0.47 | 0.36 |
| Hex | 31 | 5E | 88 | 40 | 1F | 0 | 2F | D1 | 2F | 24 |
| Octal | 61 | 136 | 210 | 100 | 37 | 0 | 57 | 321 | 57 | 44 |
| Binary | 110001 | 1011110 | 10001000 | 1000000 | 11111 | 0 | 101111 | 11010001 | 101111 | 100100 |
Color Harmonies of #315E88
Complementary color
Monochromatic Colors of #315E88
Black with #315E88
Text Example
Text Example
White with #315E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E88; }
p { color: rgb(49,94,136); }
H1.HeaderClassName
{
color: #315E88;
}
.AnyTagClassName
{
color: #315E88;
}
</style>
background-color css
<style>
a { background-color: #315E88; }
a { background-color: rgb(49,94,136); }
div.DivClassName
{
background-color: #315E88;
}
.BgClassName
{
background-color: #315E88;
}
</style>
border-color css
<style>
span { border-color: #315E88; }
span { border-color: rgb(49,94,136); }
td.TdClassName
{
border-color: #315E88;
}
.TagClassName
{
border-color: #315E88;
}
</style>