Shades of Endeavour #31588C
Tints of Endeavour #31588C
RGB
CMYK
RGB Variations
Color information
#31588C (or 0x31588C) is known color: Endeavour. HEX triplet: 31, 58 and 8C. RGB value is (49,88,140). Sum of RGB (Red+Green+Blue) = 49+88+140=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #31588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31588C is #CEA773. Grayscale: #525252. Windows color (decimal): -13543284 or 9197617. OLE color: 9197617.
HSL color Cylindrical-coordinate representation of color #31588C: hue angle of 214.29º 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 #31588C is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 88 | 140 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.45 |
| HSL | 214.29º | 0.48% | 0.37% | - |
| HSV(B) | 214.29º | 0.65% | 0.55% | - |
| XYZ | 9.49 | 9.53 | 26.15 | - |
| YUV | 82.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 140 | 0.65 | 0.37 | 0 | 0.45 | 214.29 | 0.48 | 0.37 |
| Hex | 31 | 58 | 8C | 41 | 25 | 0 | 2D | D6 | 30 | 25 |
| Octal | 61 | 130 | 214 | 101 | 45 | 0 | 55 | 326 | 60 | 45 |
| Binary | 110001 | 1011000 | 10001100 | 1000001 | 100101 | 0 | 101101 | 11010110 | 110000 | 100101 |
Color Harmonies of #31588C
Complementary color
Monochromatic Colors of #31588C
Black with #31588C
Text Example
Text Example
White with #31588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31588C; }
p { color: rgb(49,88,140); }
H1.HeaderClassName
{
color: #31588C;
}
.AnyTagClassName
{
color: #31588C;
}
</style>
background-color css
<style>
a { background-color: #31588C; }
a { background-color: rgb(49,88,140); }
div.DivClassName
{
background-color: #31588C;
}
.BgClassName
{
background-color: #31588C;
}
</style>
border-color css
<style>
span { border-color: #31588C; }
span { border-color: rgb(49,88,140); }
td.TdClassName
{
border-color: #31588C;
}
.TagClassName
{
border-color: #31588C;
}
</style>