Shades of Tory Blue #31429D
Tints of Tory Blue #31429D
RGB
CMYK
RGB Variations
Color information
#31429D (or 0x31429D) is known color: Tory Blue. HEX triplet: 31, 42 and 9D. RGB value is (49,66,157). Sum of RGB (Red+Green+Blue) = 49+66+157=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #31429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31429D is #CEBD62. Grayscale: #464646. Windows color (decimal): -13548899 or 10306097. OLE color: 10306097.
HSL color Cylindrical-coordinate representation of color #31429D: hue angle of 230.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31429D is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 66 | 157 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.38 |
| HSL | 230.56º | 0.52% | 0.4% | - |
| HSV(B) | 230.56º | 0.69% | 0.62% | - |
| XYZ | 9.3 | 6.98 | 32.76 | - |
| YUV | 71.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 157 | 0.69 | 0.58 | 0 | 0.38 | 230.56 | 0.52 | 0.4 |
| Hex | 31 | 42 | 9D | 45 | 3A | 0 | 26 | E7 | 34 | 28 |
| Octal | 61 | 102 | 235 | 105 | 72 | 0 | 46 | 347 | 64 | 50 |
| Binary | 110001 | 1000010 | 10011101 | 1000101 | 111010 | 0 | 100110 | 11100111 | 110100 | 101000 |
Color Harmonies of #31429D
Complementary color
Monochromatic Colors of #31429D
Black with #31429D
Text Example
Text Example
White with #31429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31429D; }
p { color: rgb(49,66,157); }
H1.HeaderClassName
{
color: #31429D;
}
.AnyTagClassName
{
color: #31429D;
}
</style>
background-color css
<style>
a { background-color: #31429D; }
a { background-color: rgb(49,66,157); }
div.DivClassName
{
background-color: #31429D;
}
.BgClassName
{
background-color: #31429D;
}
</style>
border-color css
<style>
span { border-color: #31429D; }
span { border-color: rgb(49,66,157); }
td.TdClassName
{
border-color: #31429D;
}
.TagClassName
{
border-color: #31429D;
}
</style>