Shades of Tory Blue #3F5485
Tints of Tory Blue #3F5485
RGB
CMYK
RGB Variations
Color information
#3F5485 (or 0x3F5485) is known color: Tory Blue. HEX triplet: 3F, 54 and 85. RGB value is (63,84,133). Sum of RGB (Red+Green+Blue) = 63+84+133=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F5485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5485 is #C0AB7A. Grayscale: #535353. Windows color (decimal): -12626811 or 8737855. OLE color: 8737855.
HSL color Cylindrical-coordinate representation of color #3F5485: hue angle of 222º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F5485 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 84 | 133 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.48 |
| HSL | 222º | 0.36% | 0.38% | - |
| HSV(B) | 222º | 0.53% | 0.52% | - |
| XYZ | 9.45 | 9.09 | 23.45 | - |
| YUV | 83.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 133 | 0.53 | 0.37 | 0 | 0.48 | 222 | 0.36 | 0.38 |
| Hex | 3F | 54 | 85 | 35 | 25 | 0 | 30 | DE | 24 | 26 |
| Octal | 77 | 124 | 205 | 65 | 45 | 0 | 60 | 336 | 44 | 46 |
| Binary | 111111 | 1010100 | 10000101 | 110101 | 100101 | 0 | 110000 | 11011110 | 100100 | 100110 |
Color Harmonies of #3F5485
Complementary color
Monochromatic Colors of #3F5485
Black with #3F5485
Text Example
Text Example
White with #3F5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5485; }
p { color: rgb(63,84,133); }
H1.HeaderClassName
{
color: #3F5485;
}
.AnyTagClassName
{
color: #3F5485;
}
</style>
background-color css
<style>
a { background-color: #3F5485; }
a { background-color: rgb(63,84,133); }
div.DivClassName
{
background-color: #3F5485;
}
.BgClassName
{
background-color: #3F5485;
}
</style>
border-color css
<style>
span { border-color: #3F5485; }
span { border-color: rgb(63,84,133); }
td.TdClassName
{
border-color: #3F5485;
}
.TagClassName
{
border-color: #3F5485;
}
</style>