Shades of Tory Blue #3F5396
Tints of Tory Blue #3F5396
RGB
CMYK
RGB Variations
Color information
#3F5396 (or 0x3F5396) is known color: Tory Blue. HEX triplet: 3F, 53 and 96. RGB value is (63,83,150). Sum of RGB (Red+Green+Blue) = 63+83+150=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5396 is #C0AC69. Grayscale: #545454. Windows color (decimal): -12627050 or 9851711. OLE color: 9851711.
HSL color Cylindrical-coordinate representation of color #3F5396: hue angle of 226.21º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F5396 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 83 | 150 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.41 |
| HSL | 226.21º | 0.41% | 0.42% | - |
| HSV(B) | 226.21º | 0.58% | 0.59% | - |
| XYZ | 10.65 | 9.45 | 30.12 | - |
| YUV | 84.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 150 | 0.58 | 0.45 | 0 | 0.41 | 226.21 | 0.41 | 0.42 |
| Hex | 3F | 53 | 96 | 3A | 2D | 0 | 29 | E2 | 29 | 2A |
| Octal | 77 | 123 | 226 | 72 | 55 | 0 | 51 | 342 | 51 | 52 |
| Binary | 111111 | 1010011 | 10010110 | 111010 | 101101 | 0 | 101001 | 11100010 | 101001 | 101010 |
Color Harmonies of #3F5396
Complementary color
Monochromatic Colors of #3F5396
Black with #3F5396
Text Example
Text Example
White with #3F5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5396; }
p { color: rgb(63,83,150); }
H1.HeaderClassName
{
color: #3F5396;
}
.AnyTagClassName
{
color: #3F5396;
}
</style>
background-color css
<style>
a { background-color: #3F5396; }
a { background-color: rgb(63,83,150); }
div.DivClassName
{
background-color: #3F5396;
}
.BgClassName
{
background-color: #3F5396;
}
</style>
border-color css
<style>
span { border-color: #3F5396; }
span { border-color: rgb(63,83,150); }
td.TdClassName
{
border-color: #3F5396;
}
.TagClassName
{
border-color: #3F5396;
}
</style>