Shades of Tory Blue #313C9F
Tints of Tory Blue #313C9F
RGB
CMYK
RGB Variations
Color information
#313C9F (or 0x313C9F) is known color: Tory Blue. HEX triplet: 31, 3C and 9F. RGB value is (49,60,159). Sum of RGB (Red+Green+Blue) = 49+60+159=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #313C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C9F is #CEC360. Grayscale: #434343. Windows color (decimal): -13550433 or 10435633. OLE color: 10435633.
HSL color Cylindrical-coordinate representation of color #313C9F: hue angle of 234º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #313C9F is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 60 | 159 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.38 |
| HSL | 234º | 0.53% | 0.41% | - |
| HSV(B) | 234º | 0.69% | 0.62% | - |
| XYZ | 9.14 | 6.39 | 33.55 | - |
| YUV | 68 | 179.36 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 159 | 0.69 | 0.62 | 0 | 0.38 | 234 | 0.53 | 0.41 |
| Hex | 31 | 3C | 9F | 45 | 3E | 0 | 26 | EA | 35 | 29 |
| Octal | 61 | 74 | 237 | 105 | 76 | 0 | 46 | 352 | 65 | 51 |
| Binary | 110001 | 111100 | 10011111 | 1000101 | 111110 | 0 | 100110 | 11101010 | 110101 | 101001 |
Color Harmonies of #313C9F
Complementary color
Monochromatic Colors of #313C9F
Black with #313C9F
Text Example
Text Example
White with #313C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C9F; }
p { color: rgb(49,60,159); }
H1.HeaderClassName
{
color: #313C9F;
}
.AnyTagClassName
{
color: #313C9F;
}
</style>
background-color css
<style>
a { background-color: #313C9F; }
a { background-color: rgb(49,60,159); }
div.DivClassName
{
background-color: #313C9F;
}
.BgClassName
{
background-color: #313C9F;
}
</style>
border-color css
<style>
span { border-color: #313C9F; }
span { border-color: rgb(49,60,159); }
td.TdClassName
{
border-color: #313C9F;
}
.TagClassName
{
border-color: #313C9F;
}
</style>