Shades of Endeavour #315592
Tints of Endeavour #315592
RGB
CMYK
RGB Variations
Color information
#315592 (or 0x315592) is known color: Endeavour. HEX triplet: 31, 55 and 92. RGB value is (49,85,146). Sum of RGB (Red+Green+Blue) = 49+85+146=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #315592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315592 is #CEAA6D. Grayscale: #505050. Windows color (decimal): -13544046 or 9590065. OLE color: 9590065.
HSL color Cylindrical-coordinate representation of color #315592: hue angle of 217.73º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315592 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 85 | 146 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.43 |
| HSL | 217.73º | 0.5% | 0.38% | - |
| HSV(B) | 217.73º | 0.66% | 0.57% | - |
| XYZ | 9.7 | 9.23 | 28.46 | - |
| YUV | 81.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 146 | 0.66 | 0.42 | 0 | 0.43 | 217.73 | 0.5 | 0.38 |
| Hex | 31 | 55 | 92 | 42 | 2A | 0 | 2B | DA | 32 | 26 |
| Octal | 61 | 125 | 222 | 102 | 52 | 0 | 53 | 332 | 62 | 46 |
| Binary | 110001 | 1010101 | 10010010 | 1000010 | 101010 | 0 | 101011 | 11011010 | 110010 | 100110 |
Color Harmonies of #315592
Complementary color
Monochromatic Colors of #315592
Black with #315592
Text Example
Text Example
White with #315592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315592; }
p { color: rgb(49,85,146); }
H1.HeaderClassName
{
color: #315592;
}
.AnyTagClassName
{
color: #315592;
}
</style>
background-color css
<style>
a { background-color: #315592; }
a { background-color: rgb(49,85,146); }
div.DivClassName
{
background-color: #315592;
}
.BgClassName
{
background-color: #315592;
}
</style>
border-color css
<style>
span { border-color: #315592; }
span { border-color: rgb(49,85,146); }
td.TdClassName
{
border-color: #315592;
}
.TagClassName
{
border-color: #315592;
}
</style>