Shades of Endeavour #315C93
Tints of Endeavour #315C93
RGB
CMYK
RGB Variations
Color information
#315C93 (or 0x315C93) is known color: Endeavour. HEX triplet: 31, 5C and 93. RGB value is (49,92,147). Sum of RGB (Red+Green+Blue) = 49+92+147=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #315C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C93 is #CEA36C. Grayscale: #555555. Windows color (decimal): -13542253 or 9657393. OLE color: 9657393.
HSL color Cylindrical-coordinate representation of color #315C93: hue angle of 213.67º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315C93 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 92 | 147 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.42 |
| HSL | 213.67º | 0.5% | 0.38% | - |
| HSV(B) | 213.67º | 0.67% | 0.58% | - |
| XYZ | 10.36 | 10.41 | 29.07 | - |
| YUV | 85.41 | 162.75 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 147 | 0.67 | 0.37 | 0 | 0.42 | 213.67 | 0.5 | 0.38 |
| Hex | 31 | 5C | 93 | 43 | 25 | 0 | 2A | D6 | 32 | 26 |
| Octal | 61 | 134 | 223 | 103 | 45 | 0 | 52 | 326 | 62 | 46 |
| Binary | 110001 | 1011100 | 10010011 | 1000011 | 100101 | 0 | 101010 | 11010110 | 110010 | 100110 |
Color Harmonies of #315C93
Complementary color
Monochromatic Colors of #315C93
Black with #315C93
Text Example
Text Example
White with #315C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C93; }
p { color: rgb(49,92,147); }
H1.HeaderClassName
{
color: #315C93;
}
.AnyTagClassName
{
color: #315C93;
}
</style>
background-color css
<style>
a { background-color: #315C93; }
a { background-color: rgb(49,92,147); }
div.DivClassName
{
background-color: #315C93;
}
.BgClassName
{
background-color: #315C93;
}
</style>
border-color css
<style>
span { border-color: #315C93; }
span { border-color: rgb(49,92,147); }
td.TdClassName
{
border-color: #315C93;
}
.TagClassName
{
border-color: #315C93;
}
</style>