Shades of Endeavour #315C8C
Tints of Endeavour #315C8C
RGB
CMYK
RGB Variations
Color information
#315C8C (or 0x315C8C) is known color: Endeavour. HEX triplet: 31, 5C and 8C. RGB value is (49,92,140). Sum of RGB (Red+Green+Blue) = 49+92+140=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #315C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C8C is #CEA373. Grayscale: #545454. Windows color (decimal): -13542260 or 9198641. OLE color: 9198641.
HSL color Cylindrical-coordinate representation of color #315C8C: hue angle of 211.65º 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 #315C8C is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 92 | 140 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.45 |
| HSL | 211.65º | 0.48% | 0.37% | - |
| HSV(B) | 211.65º | 0.65% | 0.55% | - |
| XYZ | 9.83 | 10.2 | 26.26 | - |
| YUV | 84.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 140 | 0.65 | 0.34 | 0 | 0.45 | 211.65 | 0.48 | 0.37 |
| Hex | 31 | 5C | 8C | 41 | 22 | 0 | 2D | D4 | 30 | 25 |
| Octal | 61 | 134 | 214 | 101 | 42 | 0 | 55 | 324 | 60 | 45 |
| Binary | 110001 | 1011100 | 10001100 | 1000001 | 100010 | 0 | 101101 | 11010100 | 110000 | 100101 |
Color Harmonies of #315C8C
Complementary color
Monochromatic Colors of #315C8C
Black with #315C8C
Text Example
Text Example
White with #315C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C8C; }
p { color: rgb(49,92,140); }
H1.HeaderClassName
{
color: #315C8C;
}
.AnyTagClassName
{
color: #315C8C;
}
</style>
background-color css
<style>
a { background-color: #315C8C; }
a { background-color: rgb(49,92,140); }
div.DivClassName
{
background-color: #315C8C;
}
.BgClassName
{
background-color: #315C8C;
}
</style>
border-color css
<style>
span { border-color: #315C8C; }
span { border-color: rgb(49,92,140); }
td.TdClassName
{
border-color: #315C8C;
}
.TagClassName
{
border-color: #315C8C;
}
</style>