Shades of Tory Blue #3F598B
Tints of Tory Blue #3F598B
RGB
CMYK
RGB Variations
Color information
#3F598B (or 0x3F598B) is known color: Tory Blue. HEX triplet: 3F, 59 and 8B. RGB value is (63,89,139). Sum of RGB (Red+Green+Blue) = 63+89+139=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F598B is #C0A674. Grayscale: #565656. Windows color (decimal): -12625525 or 9132351. OLE color: 9132351.
HSL color Cylindrical-coordinate representation of color #3F598B: hue angle of 219.47º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F598B is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 89 | 139 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.45 |
| HSL | 219.47º | 0.38% | 0.4% | - |
| HSV(B) | 219.47º | 0.55% | 0.55% | - |
| XYZ | 10.28 | 10.07 | 25.83 | - |
| YUV | 86.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 139 | 0.55 | 0.36 | 0 | 0.45 | 219.47 | 0.38 | 0.4 |
| Hex | 3F | 59 | 8B | 37 | 24 | 0 | 2D | DB | 26 | 28 |
| Octal | 77 | 131 | 213 | 67 | 44 | 0 | 55 | 333 | 46 | 50 |
| Binary | 111111 | 1011001 | 10001011 | 110111 | 100100 | 0 | 101101 | 11011011 | 100110 | 101000 |
Color Harmonies of #3F598B
Complementary color
Monochromatic Colors of #3F598B
Black with #3F598B
Text Example
Text Example
White with #3F598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F598B; }
p { color: rgb(63,89,139); }
H1.HeaderClassName
{
color: #3F598B;
}
.AnyTagClassName
{
color: #3F598B;
}
</style>
background-color css
<style>
a { background-color: #3F598B; }
a { background-color: rgb(63,89,139); }
div.DivClassName
{
background-color: #3F598B;
}
.BgClassName
{
background-color: #3F598B;
}
</style>
border-color css
<style>
span { border-color: #3F598B; }
span { border-color: rgb(63,89,139); }
td.TdClassName
{
border-color: #3F598B;
}
.TagClassName
{
border-color: #3F598B;
}
</style>