Shades of Endeavour #316093
Tints of Endeavour #316093
RGB
CMYK
RGB Variations
Color information
#316093 (or 0x316093) is known color: Endeavour. HEX triplet: 31, 60 and 93. RGB value is (49,96,147). Sum of RGB (Red+Green+Blue) = 49+96+147=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #316093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316093 is #CE9F6C. Grayscale: #575757. Windows color (decimal): -13541229 or 9658417. OLE color: 9658417.
HSL color Cylindrical-coordinate representation of color #316093: hue angle of 211.22º 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 #316093 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 96 | 147 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.42 |
| HSL | 211.22º | 0.5% | 0.38% | - |
| HSV(B) | 211.22º | 0.67% | 0.58% | - |
| XYZ | 10.72 | 11.13 | 29.19 | - |
| YUV | 87.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 147 | 0.67 | 0.35 | 0 | 0.42 | 211.22 | 0.5 | 0.38 |
| Hex | 31 | 60 | 93 | 43 | 23 | 0 | 2A | D3 | 32 | 26 |
| Octal | 61 | 140 | 223 | 103 | 43 | 0 | 52 | 323 | 62 | 46 |
| Binary | 110001 | 1100000 | 10010011 | 1000011 | 100011 | 0 | 101010 | 11010011 | 110010 | 100110 |
Color Harmonies of #316093
Complementary color
Monochromatic Colors of #316093
Black with #316093
Text Example
Text Example
White with #316093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316093; }
p { color: rgb(49,96,147); }
H1.HeaderClassName
{
color: #316093;
}
.AnyTagClassName
{
color: #316093;
}
</style>
background-color css
<style>
a { background-color: #316093; }
a { background-color: rgb(49,96,147); }
div.DivClassName
{
background-color: #316093;
}
.BgClassName
{
background-color: #316093;
}
</style>
border-color css
<style>
span { border-color: #316093; }
span { border-color: rgb(49,96,147); }
td.TdClassName
{
border-color: #316093;
}
.TagClassName
{
border-color: #316093;
}
</style>