Shades of Tory Blue #3F508B
Tints of Tory Blue #3F508B
RGB
CMYK
RGB Variations
Color information
#3F508B (or 0x3F508B) is known color: Tory Blue. HEX triplet: 3F, 50 and 8B. RGB value is (63,80,139). Sum of RGB (Red+Green+Blue) = 63+80+139=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F508B is #C0AF74. Grayscale: #515151. Windows color (decimal): -12627829 or 9130047. OLE color: 9130047.
HSL color Cylindrical-coordinate representation of color #3F508B: hue angle of 226.58º 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 #3F508B is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 80 | 139 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.45 |
| HSL | 226.58º | 0.38% | 0.4% | - |
| HSV(B) | 226.58º | 0.55% | 0.55% | - |
| XYZ | 9.58 | 8.66 | 25.59 | - |
| YUV | 81.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 139 | 0.55 | 0.42 | 0 | 0.45 | 226.58 | 0.38 | 0.4 |
| Hex | 3F | 50 | 8B | 37 | 2A | 0 | 2D | E3 | 26 | 28 |
| Octal | 77 | 120 | 213 | 67 | 52 | 0 | 55 | 343 | 46 | 50 |
| Binary | 111111 | 1010000 | 10001011 | 110111 | 101010 | 0 | 101101 | 11100011 | 100110 | 101000 |
Color Harmonies of #3F508B
Complementary color
Monochromatic Colors of #3F508B
Black with #3F508B
Text Example
Text Example
White with #3F508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F508B; }
p { color: rgb(63,80,139); }
H1.HeaderClassName
{
color: #3F508B;
}
.AnyTagClassName
{
color: #3F508B;
}
</style>
background-color css
<style>
a { background-color: #3F508B; }
a { background-color: rgb(63,80,139); }
div.DivClassName
{
background-color: #3F508B;
}
.BgClassName
{
background-color: #3F508B;
}
</style>
border-color css
<style>
span { border-color: #3F508B; }
span { border-color: rgb(63,80,139); }
td.TdClassName
{
border-color: #3F508B;
}
.TagClassName
{
border-color: #3F508B;
}
</style>