Shades of Endeavour #315C8D
Tints of Endeavour #315C8D
RGB
CMYK
RGB Variations
Color information
#315C8D (or 0x315C8D) is known color: Endeavour. HEX triplet: 31, 5C and 8D. RGB value is (49,92,141). Sum of RGB (Red+Green+Blue) = 49+92+141=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #315C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C8D is #CEA372. Grayscale: #545454. Windows color (decimal): -13542259 or 9264177. OLE color: 9264177.
HSL color Cylindrical-coordinate representation of color #315C8D: hue angle of 211.96º 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 #315C8D is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 92 | 141 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.45 |
| HSL | 211.96º | 0.48% | 0.37% | - |
| HSV(B) | 211.96º | 0.65% | 0.55% | - |
| XYZ | 9.9 | 10.23 | 26.65 | - |
| YUV | 84.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 141 | 0.65 | 0.35 | 0 | 0.45 | 211.96 | 0.48 | 0.37 |
| Hex | 31 | 5C | 8D | 41 | 23 | 0 | 2D | D4 | 30 | 25 |
| Octal | 61 | 134 | 215 | 101 | 43 | 0 | 55 | 324 | 60 | 45 |
| Binary | 110001 | 1011100 | 10001101 | 1000001 | 100011 | 0 | 101101 | 11010100 | 110000 | 100101 |
Color Harmonies of #315C8D
Complementary color
Monochromatic Colors of #315C8D
Black with #315C8D
Text Example
Text Example
White with #315C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C8D; }
p { color: rgb(49,92,141); }
H1.HeaderClassName
{
color: #315C8D;
}
.AnyTagClassName
{
color: #315C8D;
}
</style>
background-color css
<style>
a { background-color: #315C8D; }
a { background-color: rgb(49,92,141); }
div.DivClassName
{
background-color: #315C8D;
}
.BgClassName
{
background-color: #315C8D;
}
</style>
border-color css
<style>
span { border-color: #315C8D; }
span { border-color: rgb(49,92,141); }
td.TdClassName
{
border-color: #315C8D;
}
.TagClassName
{
border-color: #315C8D;
}
</style>