Shades of Tory Blue #3B508D
Tints of Tory Blue #3B508D
RGB
CMYK
RGB Variations
Color information
#3B508D (or 0x3B508D) is known color: Tory Blue. HEX triplet: 3B, 50 and 8D. RGB value is (59,80,141). Sum of RGB (Red+Green+Blue) = 59+80+141=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B508D is #C4AF72. Grayscale: #505050. Windows color (decimal): -12889971 or 9261115. OLE color: 9261115.
HSL color Cylindrical-coordinate representation of color #3B508D: hue angle of 224.63º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B508D is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 80 | 141 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.45 |
| HSL | 224.63º | 0.41% | 0.39% | - |
| HSV(B) | 224.63º | 0.58% | 0.55% | - |
| XYZ | 9.48 | 8.59 | 26.36 | - |
| YUV | 80.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 141 | 0.58 | 0.43 | 0 | 0.45 | 224.63 | 0.41 | 0.39 |
| Hex | 3B | 50 | 8D | 3A | 2B | 0 | 2D | E1 | 29 | 27 |
| Octal | 73 | 120 | 215 | 72 | 53 | 0 | 55 | 341 | 51 | 47 |
| Binary | 111011 | 1010000 | 10001101 | 111010 | 101011 | 0 | 101101 | 11100001 | 101001 | 100111 |
Color Harmonies of #3B508D
Complementary color
Monochromatic Colors of #3B508D
Black with #3B508D
Text Example
Text Example
White with #3B508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B508D; }
p { color: rgb(59,80,141); }
H1.HeaderClassName
{
color: #3B508D;
}
.AnyTagClassName
{
color: #3B508D;
}
</style>
background-color css
<style>
a { background-color: #3B508D; }
a { background-color: rgb(59,80,141); }
div.DivClassName
{
background-color: #3B508D;
}
.BgClassName
{
background-color: #3B508D;
}
</style>
border-color css
<style>
span { border-color: #3B508D; }
span { border-color: rgb(59,80,141); }
td.TdClassName
{
border-color: #3B508D;
}
.TagClassName
{
border-color: #3B508D;
}
</style>