Shades of Endeavour #315C89
Tints of Endeavour #315C89
RGB
CMYK
RGB Variations
Color information
#315C89 (or 0x315C89) is known color: Endeavour. HEX triplet: 31, 5C and 89. RGB value is (49,92,137). Sum of RGB (Red+Green+Blue) = 49+92+137=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #315C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C89 is #CEA376. Grayscale: #545454. Windows color (decimal): -13542263 or 9002033. OLE color: 9002033.
HSL color Cylindrical-coordinate representation of color #315C89: hue angle of 210.68º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315C89 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 92 | 137 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.46 |
| HSL | 210.68º | 0.47% | 0.36% | - |
| HSV(B) | 210.68º | 0.64% | 0.54% | - |
| XYZ | 9.61 | 10.11 | 25.11 | - |
| YUV | 84.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 137 | 0.64 | 0.33 | 0 | 0.46 | 210.68 | 0.47 | 0.36 |
| Hex | 31 | 5C | 89 | 40 | 21 | 0 | 2E | D3 | 2F | 24 |
| Octal | 61 | 134 | 211 | 100 | 41 | 0 | 56 | 323 | 57 | 44 |
| Binary | 110001 | 1011100 | 10001001 | 1000000 | 100001 | 0 | 101110 | 11010011 | 101111 | 100100 |
Color Harmonies of #315C89
Complementary color
Monochromatic Colors of #315C89
Black with #315C89
Text Example
Text Example
White with #315C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C89; }
p { color: rgb(49,92,137); }
H1.HeaderClassName
{
color: #315C89;
}
.AnyTagClassName
{
color: #315C89;
}
</style>
background-color css
<style>
a { background-color: #315C89; }
a { background-color: rgb(49,92,137); }
div.DivClassName
{
background-color: #315C89;
}
.BgClassName
{
background-color: #315C89;
}
</style>
border-color css
<style>
span { border-color: #315C89; }
span { border-color: rgb(49,92,137); }
td.TdClassName
{
border-color: #315C89;
}
.TagClassName
{
border-color: #315C89;
}
</style>