Shades of Endeavour #315F92
Tints of Endeavour #315F92
RGB
CMYK
RGB Variations
Color information
#315F92 (or 0x315F92) is known color: Endeavour. HEX triplet: 31, 5F and 92. RGB value is (49,95,146). Sum of RGB (Red+Green+Blue) = 49+95+146=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #315F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F92 is #CEA06D. Grayscale: #565656. Windows color (decimal): -13541486 or 9592625. OLE color: 9592625.
HSL color Cylindrical-coordinate representation of color #315F92: hue angle of 211.55º 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 #315F92 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 95 | 146 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.43 |
| HSL | 211.55º | 0.5% | 0.38% | - |
| HSV(B) | 211.55º | 0.66% | 0.57% | - |
| XYZ | 10.55 | 10.91 | 28.74 | - |
| YUV | 87.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 146 | 0.66 | 0.35 | 0 | 0.43 | 211.55 | 0.5 | 0.38 |
| Hex | 31 | 5F | 92 | 42 | 23 | 0 | 2B | D4 | 32 | 26 |
| Octal | 61 | 137 | 222 | 102 | 43 | 0 | 53 | 324 | 62 | 46 |
| Binary | 110001 | 1011111 | 10010010 | 1000010 | 100011 | 0 | 101011 | 11010100 | 110010 | 100110 |
Color Harmonies of #315F92
Complementary color
Monochromatic Colors of #315F92
Black with #315F92
Text Example
Text Example
White with #315F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F92; }
p { color: rgb(49,95,146); }
H1.HeaderClassName
{
color: #315F92;
}
.AnyTagClassName
{
color: #315F92;
}
</style>
background-color css
<style>
a { background-color: #315F92; }
a { background-color: rgb(49,95,146); }
div.DivClassName
{
background-color: #315F92;
}
.BgClassName
{
background-color: #315F92;
}
</style>
border-color css
<style>
span { border-color: #315F92; }
span { border-color: rgb(49,95,146); }
td.TdClassName
{
border-color: #315F92;
}
.TagClassName
{
border-color: #315F92;
}
</style>