Shades of Endeavour #315C88
Tints of Endeavour #315C88
RGB
CMYK
RGB Variations
Color information
#315C88 (or 0x315C88) is known color: Endeavour. HEX triplet: 31, 5C and 88. RGB value is (49,92,136). Sum of RGB (Red+Green+Blue) = 49+92+136=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #315C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C88 is #CEA377. Grayscale: #535353. Windows color (decimal): -13542264 or 8936497. OLE color: 8936497.
HSL color Cylindrical-coordinate representation of color #315C88: hue angle of 210.34º 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 #315C88 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 92 | 136 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.47 |
| HSL | 210.34º | 0.47% | 0.36% | - |
| HSV(B) | 210.34º | 0.64% | 0.53% | - |
| XYZ | 9.54 | 10.08 | 24.74 | - |
| YUV | 84.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 136 | 0.64 | 0.32 | 0 | 0.47 | 210.34 | 0.47 | 0.36 |
| Hex | 31 | 5C | 88 | 40 | 20 | 0 | 2F | D2 | 2F | 24 |
| Octal | 61 | 134 | 210 | 100 | 40 | 0 | 57 | 322 | 57 | 44 |
| Binary | 110001 | 1011100 | 10001000 | 1000000 | 100000 | 0 | 101111 | 11010010 | 101111 | 100100 |
Color Harmonies of #315C88
Complementary color
Monochromatic Colors of #315C88
Black with #315C88
Text Example
Text Example
White with #315C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C88; }
p { color: rgb(49,92,136); }
H1.HeaderClassName
{
color: #315C88;
}
.AnyTagClassName
{
color: #315C88;
}
</style>
background-color css
<style>
a { background-color: #315C88; }
a { background-color: rgb(49,92,136); }
div.DivClassName
{
background-color: #315C88;
}
.BgClassName
{
background-color: #315C88;
}
</style>
border-color css
<style>
span { border-color: #315C88; }
span { border-color: rgb(49,92,136); }
td.TdClassName
{
border-color: #315C88;
}
.TagClassName
{
border-color: #315C88;
}
</style>