Shades of Endeavour #31628E
Tints of Endeavour #31628E
RGB
CMYK
RGB Variations
Color information
#31628E (or 0x31628E) is known color: Endeavour. HEX triplet: 31, 62 and 8E. RGB value is (49,98,142). Sum of RGB (Red+Green+Blue) = 49+98+142=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #31628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31628E is #CE9D71. Grayscale: #585858. Windows color (decimal): -13540722 or 9331249. OLE color: 9331249.
HSL color Cylindrical-coordinate representation of color #31628E: hue angle of 208.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31628E is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 98 | 142 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.44 |
| HSL | 208.39º | 0.49% | 0.37% | - |
| HSV(B) | 208.39º | 0.65% | 0.56% | - |
| XYZ | 10.52 | 11.34 | 27.23 | - |
| YUV | 88.37 | 158.27 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 142 | 0.65 | 0.31 | 0 | 0.44 | 208.39 | 0.49 | 0.37 |
| Hex | 31 | 62 | 8E | 41 | 1F | 0 | 2C | D0 | 31 | 25 |
| Octal | 61 | 142 | 216 | 101 | 37 | 0 | 54 | 320 | 61 | 45 |
| Binary | 110001 | 1100010 | 10001110 | 1000001 | 11111 | 0 | 101100 | 11010000 | 110001 | 100101 |
Color Harmonies of #31628E
Complementary color
Monochromatic Colors of #31628E
Black with #31628E
Text Example
Text Example
White with #31628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31628E; }
p { color: rgb(49,98,142); }
H1.HeaderClassName
{
color: #31628E;
}
.AnyTagClassName
{
color: #31628E;
}
</style>
background-color css
<style>
a { background-color: #31628E; }
a { background-color: rgb(49,98,142); }
div.DivClassName
{
background-color: #31628E;
}
.BgClassName
{
background-color: #31628E;
}
</style>
border-color css
<style>
span { border-color: #31628E; }
span { border-color: rgb(49,98,142); }
td.TdClassName
{
border-color: #31628E;
}
.TagClassName
{
border-color: #31628E;
}
</style>