Shades of Tory Blue #31438F
Tints of Tory Blue #31438F
RGB
CMYK
RGB Variations
Color information
#31438F (or 0x31438F) is known color: Tory Blue. HEX triplet: 31, 43 and 8F. RGB value is (49,67,143). Sum of RGB (Red+Green+Blue) = 49+67+143=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #31438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31438F is #CEBC70. Grayscale: #454545. Windows color (decimal): -13548657 or 9388849. OLE color: 9388849.
HSL color Cylindrical-coordinate representation of color #31438F: hue angle of 228.51º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31438F is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 67 | 143 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.44 |
| HSL | 228.51º | 0.49% | 0.38% | - |
| HSV(B) | 228.51º | 0.66% | 0.56% | - |
| XYZ | 8.23 | 6.65 | 26.84 | - |
| YUV | 70.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 143 | 0.66 | 0.53 | 0 | 0.44 | 228.51 | 0.49 | 0.38 |
| Hex | 31 | 43 | 8F | 42 | 35 | 0 | 2C | E5 | 31 | 26 |
| Octal | 61 | 103 | 217 | 102 | 65 | 0 | 54 | 345 | 61 | 46 |
| Binary | 110001 | 1000011 | 10001111 | 1000010 | 110101 | 0 | 101100 | 11100101 | 110001 | 100110 |
Color Harmonies of #31438F
Complementary color
Monochromatic Colors of #31438F
Black with #31438F
Text Example
Text Example
White with #31438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31438F; }
p { color: rgb(49,67,143); }
H1.HeaderClassName
{
color: #31438F;
}
.AnyTagClassName
{
color: #31438F;
}
</style>
background-color css
<style>
a { background-color: #31438F; }
a { background-color: rgb(49,67,143); }
div.DivClassName
{
background-color: #31438F;
}
.BgClassName
{
background-color: #31438F;
}
</style>
border-color css
<style>
span { border-color: #31438F; }
span { border-color: rgb(49,67,143); }
td.TdClassName
{
border-color: #31438F;
}
.TagClassName
{
border-color: #31438F;
}
</style>