Shades of Endeavour #315C8B
Tints of Endeavour #315C8B
RGB
CMYK
RGB Variations
Color information
#315C8B (or 0x315C8B) is known color: Endeavour. HEX triplet: 31, 5C and 8B. RGB value is (49,92,139). Sum of RGB (Red+Green+Blue) = 49+92+139=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #315C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C8B is #CEA374. Grayscale: #545454. Windows color (decimal): -13542261 or 9133105. OLE color: 9133105.
HSL color Cylindrical-coordinate representation of color #315C8B: hue angle of 211.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #315C8B is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 92 | 139 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.45 |
| HSL | 211.33º | 0.48% | 0.37% | - |
| HSV(B) | 211.33º | 0.65% | 0.55% | - |
| XYZ | 9.75 | 10.17 | 25.88 | - |
| YUV | 84.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 139 | 0.65 | 0.34 | 0 | 0.45 | 211.33 | 0.48 | 0.37 |
| Hex | 31 | 5C | 8B | 41 | 22 | 0 | 2D | D3 | 30 | 25 |
| Octal | 61 | 134 | 213 | 101 | 42 | 0 | 55 | 323 | 60 | 45 |
| Binary | 110001 | 1011100 | 10001011 | 1000001 | 100010 | 0 | 101101 | 11010011 | 110000 | 100101 |
Color Harmonies of #315C8B
Complementary color
Monochromatic Colors of #315C8B
Black with #315C8B
Text Example
Text Example
White with #315C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C8B; }
p { color: rgb(49,92,139); }
H1.HeaderClassName
{
color: #315C8B;
}
.AnyTagClassName
{
color: #315C8B;
}
</style>
background-color css
<style>
a { background-color: #315C8B; }
a { background-color: rgb(49,92,139); }
div.DivClassName
{
background-color: #315C8B;
}
.BgClassName
{
background-color: #315C8B;
}
</style>
border-color css
<style>
span { border-color: #315C8B; }
span { border-color: rgb(49,92,139); }
td.TdClassName
{
border-color: #315C8B;
}
.TagClassName
{
border-color: #315C8B;
}
</style>