Shades of Endeavour #315593
Tints of Endeavour #315593
RGB
CMYK
RGB Variations
Color information
#315593 (or 0x315593) is known color: Endeavour. HEX triplet: 31, 55 and 93. RGB value is (49,85,147). Sum of RGB (Red+Green+Blue) = 49+85+147=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #315593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315593 is #CEAA6C. Grayscale: #515151. Windows color (decimal): -13544045 or 9655601. OLE color: 9655601.
HSL color Cylindrical-coordinate representation of color #315593: hue angle of 217.96º 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 #315593 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 85 | 147 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.42 |
| HSL | 217.96º | 0.5% | 0.38% | - |
| HSV(B) | 217.96º | 0.67% | 0.58% | - |
| XYZ | 9.78 | 9.26 | 28.87 | - |
| YUV | 81.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 147 | 0.67 | 0.42 | 0 | 0.42 | 217.96 | 0.5 | 0.38 |
| Hex | 31 | 55 | 93 | 43 | 2A | 0 | 2A | DA | 32 | 26 |
| Octal | 61 | 125 | 223 | 103 | 52 | 0 | 52 | 332 | 62 | 46 |
| Binary | 110001 | 1010101 | 10010011 | 1000011 | 101010 | 0 | 101010 | 11011010 | 110010 | 100110 |
Color Harmonies of #315593
Complementary color
Monochromatic Colors of #315593
Black with #315593
Text Example
Text Example
White with #315593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315593; }
p { color: rgb(49,85,147); }
H1.HeaderClassName
{
color: #315593;
}
.AnyTagClassName
{
color: #315593;
}
</style>
background-color css
<style>
a { background-color: #315593; }
a { background-color: rgb(49,85,147); }
div.DivClassName
{
background-color: #315593;
}
.BgClassName
{
background-color: #315593;
}
</style>
border-color css
<style>
span { border-color: #315593; }
span { border-color: rgb(49,85,147); }
td.TdClassName
{
border-color: #315593;
}
.TagClassName
{
border-color: #315593;
}
</style>