Shades of Endeavour #31628C
Tints of Endeavour #31628C
RGB
CMYK
RGB Variations
Color information
#31628C (or 0x31628C) is known color: Endeavour. HEX triplet: 31, 62 and 8C. RGB value is (49,98,140). Sum of RGB (Red+Green+Blue) = 49+98+140=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #31628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31628C is #CE9D73. Grayscale: #575757. Windows color (decimal): -13540724 or 9200177. OLE color: 9200177.
HSL color Cylindrical-coordinate representation of color #31628C: hue angle of 207.69º 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 #31628C is Cyan = 0.65, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 98 | 140 | - |
| CMYK | 0.65 | 0.3 | 0 | 0.45 |
| HSL | 207.69º | 0.48% | 0.37% | - |
| HSV(B) | 207.69º | 0.65% | 0.55% | - |
| XYZ | 10.37 | 11.28 | 26.44 | - |
| YUV | 88.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 140 | 0.65 | 0.3 | 0 | 0.45 | 207.69 | 0.48 | 0.37 |
| Hex | 31 | 62 | 8C | 41 | 1E | 0 | 2D | D0 | 30 | 25 |
| Octal | 61 | 142 | 214 | 101 | 36 | 0 | 55 | 320 | 60 | 45 |
| Binary | 110001 | 1100010 | 10001100 | 1000001 | 11110 | 0 | 101101 | 11010000 | 110000 | 100101 |
Color Harmonies of #31628C
Complementary color
Monochromatic Colors of #31628C
Black with #31628C
Text Example
Text Example
White with #31628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31628C; }
p { color: rgb(49,98,140); }
H1.HeaderClassName
{
color: #31628C;
}
.AnyTagClassName
{
color: #31628C;
}
</style>
background-color css
<style>
a { background-color: #31628C; }
a { background-color: rgb(49,98,140); }
div.DivClassName
{
background-color: #31628C;
}
.BgClassName
{
background-color: #31628C;
}
</style>
border-color css
<style>
span { border-color: #31628C; }
span { border-color: rgb(49,98,140); }
td.TdClassName
{
border-color: #31628C;
}
.TagClassName
{
border-color: #31628C;
}
</style>