Shades of Tory Blue #3142A3
Tints of Tory Blue #3142A3
RGB
CMYK
RGB Variations
Color information
#3142A3 (or 0x3142A3) is known color: Tory Blue. HEX triplet: 31, 42 and A3. RGB value is (49,66,163). Sum of RGB (Red+Green+Blue) = 49+66+163=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #3142A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3142A3 is #CEBD5C. Grayscale: #474747. Windows color (decimal): -13548893 or 10699313. OLE color: 10699313.
HSL color Cylindrical-coordinate representation of color #3142A3: hue angle of 231.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3142A3 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 66 | 163 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.36 |
| HSL | 231.05º | 0.54% | 0.42% | - |
| HSV(B) | 231.05º | 0.7% | 0.64% | - |
| XYZ | 9.83 | 7.19 | 35.52 | - |
| YUV | 71.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 163 | 0.70 | 0.60 | 0 | 0.36 | 231.05 | 0.54 | 0.42 |
| Hex | 31 | 42 | A3 | 46 | 3C | 0 | 24 | E7 | 36 | 2A |
| Octal | 61 | 102 | 243 | 106 | 74 | 0 | 44 | 347 | 66 | 52 |
| Binary | 110001 | 1000010 | 10100011 | 1000110 | 111100 | 0 | 100100 | 11100111 | 110110 | 101010 |
Color Harmonies of #3142A3
Complementary color
Monochromatic Colors of #3142A3
Black with #3142A3
Text Example
Text Example
White with #3142A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142A3; }
p { color: rgb(49,66,163); }
H1.HeaderClassName
{
color: #3142A3;
}
.AnyTagClassName
{
color: #3142A3;
}
</style>
background-color css
<style>
a { background-color: #3142A3; }
a { background-color: rgb(49,66,163); }
div.DivClassName
{
background-color: #3142A3;
}
.BgClassName
{
background-color: #3142A3;
}
</style>
border-color css
<style>
span { border-color: #3142A3; }
span { border-color: rgb(49,66,163); }
td.TdClassName
{
border-color: #3142A3;
}
.TagClassName
{
border-color: #3142A3;
}
</style>