Shades of Tory Blue #3B509D
Tints of Tory Blue #3B509D
RGB
CMYK
RGB Variations
Color information
#3B509D (or 0x3B509D) is known color: Tory Blue. HEX triplet: 3B, 50 and 9D. RGB value is (59,80,157). Sum of RGB (Red+Green+Blue) = 59+80+157=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B509D is #C4AF62. Grayscale: #525252. Windows color (decimal): -12889955 or 10309691. OLE color: 10309691.
HSL color Cylindrical-coordinate representation of color #3B509D: hue angle of 227.14º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B509D is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 80 | 157 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.38 |
| HSL | 227.14º | 0.45% | 0.42% | - |
| HSV(B) | 227.14º | 0.62% | 0.62% | - |
| XYZ | 10.76 | 9.1 | 33.09 | - |
| YUV | 82.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 157 | 0.62 | 0.49 | 0 | 0.38 | 227.14 | 0.45 | 0.42 |
| Hex | 3B | 50 | 9D | 3E | 31 | 0 | 26 | E3 | 2D | 2A |
| Octal | 73 | 120 | 235 | 76 | 61 | 0 | 46 | 343 | 55 | 52 |
| Binary | 111011 | 1010000 | 10011101 | 111110 | 110001 | 0 | 100110 | 11100011 | 101101 | 101010 |
Color Harmonies of #3B509D
Complementary color
Monochromatic Colors of #3B509D
Black with #3B509D
Text Example
Text Example
White with #3B509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B509D; }
p { color: rgb(59,80,157); }
H1.HeaderClassName
{
color: #3B509D;
}
.AnyTagClassName
{
color: #3B509D;
}
</style>
background-color css
<style>
a { background-color: #3B509D; }
a { background-color: rgb(59,80,157); }
div.DivClassName
{
background-color: #3B509D;
}
.BgClassName
{
background-color: #3B509D;
}
</style>
border-color css
<style>
span { border-color: #3B509D; }
span { border-color: rgb(59,80,157); }
td.TdClassName
{
border-color: #3B509D;
}
.TagClassName
{
border-color: #3B509D;
}
</style>