Shades of Tory Blue #3F5287
Tints of Tory Blue #3F5287
RGB
CMYK
RGB Variations
Color information
#3F5287 (or 0x3F5287) is known color: Tory Blue. HEX triplet: 3F, 52 and 87. RGB value is (63,82,135). Sum of RGB (Red+Green+Blue) = 63+82+135=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F5287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5287 is #C0AD78. Grayscale: #525252. Windows color (decimal): -12627321 or 8868415. OLE color: 8868415.
HSL color Cylindrical-coordinate representation of color #3F5287: hue angle of 224.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F5287 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 82 | 135 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.47 |
| HSL | 224.17º | 0.36% | 0.39% | - |
| HSV(B) | 224.17º | 0.53% | 0.53% | - |
| XYZ | 9.44 | 8.84 | 24.13 | - |
| YUV | 82.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 135 | 0.53 | 0.39 | 0 | 0.47 | 224.17 | 0.36 | 0.39 |
| Hex | 3F | 52 | 87 | 35 | 27 | 0 | 2F | E0 | 24 | 27 |
| Octal | 77 | 122 | 207 | 65 | 47 | 0 | 57 | 340 | 44 | 47 |
| Binary | 111111 | 1010010 | 10000111 | 110101 | 100111 | 0 | 101111 | 11100000 | 100100 | 100111 |
Color Harmonies of #3F5287
Complementary color
Monochromatic Colors of #3F5287
Black with #3F5287
Text Example
Text Example
White with #3F5287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5287; }
p { color: rgb(63,82,135); }
H1.HeaderClassName
{
color: #3F5287;
}
.AnyTagClassName
{
color: #3F5287;
}
</style>
background-color css
<style>
a { background-color: #3F5287; }
a { background-color: rgb(63,82,135); }
div.DivClassName
{
background-color: #3F5287;
}
.BgClassName
{
background-color: #3F5287;
}
</style>
border-color css
<style>
span { border-color: #3F5287; }
span { border-color: rgb(63,82,135); }
td.TdClassName
{
border-color: #3F5287;
}
.TagClassName
{
border-color: #3F5287;
}
</style>