Shades of Endeavour #315A9A
Tints of Endeavour #315A9A
RGB
CMYK
RGB Variations
Color information
#315A9A (or 0x315A9A) is known color: Endeavour. HEX triplet: 31, 5A and 9A. RGB value is (49,90,154). Sum of RGB (Red+Green+Blue) = 49+90+154=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #315A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A9A is #CEA565. Grayscale: #545454. Windows color (decimal): -13542758 or 10115633. OLE color: 10115633.
HSL color Cylindrical-coordinate representation of color #315A9A: hue angle of 216.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315A9A is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 90 | 154 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.40 |
| HSL | 216.57º | 0.52% | 0.4% | - |
| HSV(B) | 216.57º | 0.68% | 0.6% | - |
| XYZ | 10.76 | 10.3 | 31.99 | - |
| YUV | 85.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 154 | 0.68 | 0.42 | 0 | 0.40 | 216.57 | 0.52 | 0.4 |
| Hex | 31 | 5A | 9A | 44 | 2A | 0 | 28 | D9 | 34 | 28 |
| Octal | 61 | 132 | 232 | 104 | 52 | 0 | 50 | 331 | 64 | 50 |
| Binary | 110001 | 1011010 | 10011010 | 1000100 | 101010 | 0 | 101000 | 11011001 | 110100 | 101000 |
Color Harmonies of #315A9A
Complementary color
Monochromatic Colors of #315A9A
Black with #315A9A
Text Example
Text Example
White with #315A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A9A; }
p { color: rgb(49,90,154); }
H1.HeaderClassName
{
color: #315A9A;
}
.AnyTagClassName
{
color: #315A9A;
}
</style>
background-color css
<style>
a { background-color: #315A9A; }
a { background-color: rgb(49,90,154); }
div.DivClassName
{
background-color: #315A9A;
}
.BgClassName
{
background-color: #315A9A;
}
</style>
border-color css
<style>
span { border-color: #315A9A; }
span { border-color: rgb(49,90,154); }
td.TdClassName
{
border-color: #315A9A;
}
.TagClassName
{
border-color: #315A9A;
}
</style>