Shades of Tory Blue #3B5185
Tints of Tory Blue #3B5185
RGB
CMYK
RGB Variations
Color information
#3B5185 (or 0x3B5185) is known color: Tory Blue. HEX triplet: 3B, 51 and 85. RGB value is (59,81,133). Sum of RGB (Red+Green+Blue) = 59+81+133=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B5185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5185 is #C4AE7A. Grayscale: #505050. Windows color (decimal): -12889723 or 8737083. OLE color: 8737083.
HSL color Cylindrical-coordinate representation of color #3B5185: hue angle of 222.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B5185 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 81 | 133 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.48 |
| HSL | 222.16º | 0.39% | 0.38% | - |
| HSV(B) | 222.16º | 0.56% | 0.52% | - |
| XYZ | 8.98 | 8.51 | 23.36 | - |
| YUV | 80.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 133 | 0.56 | 0.39 | 0 | 0.48 | 222.16 | 0.39 | 0.38 |
| Hex | 3B | 51 | 85 | 38 | 27 | 0 | 30 | DE | 27 | 26 |
| Octal | 73 | 121 | 205 | 70 | 47 | 0 | 60 | 336 | 47 | 46 |
| Binary | 111011 | 1010001 | 10000101 | 111000 | 100111 | 0 | 110000 | 11011110 | 100111 | 100110 |
Color Harmonies of #3B5185
Complementary color
Monochromatic Colors of #3B5185
Black with #3B5185
Text Example
Text Example
White with #3B5185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5185; }
p { color: rgb(59,81,133); }
H1.HeaderClassName
{
color: #3B5185;
}
.AnyTagClassName
{
color: #3B5185;
}
</style>
background-color css
<style>
a { background-color: #3B5185; }
a { background-color: rgb(59,81,133); }
div.DivClassName
{
background-color: #3B5185;
}
.BgClassName
{
background-color: #3B5185;
}
</style>
border-color css
<style>
span { border-color: #3B5185; }
span { border-color: rgb(59,81,133); }
td.TdClassName
{
border-color: #3B5185;
}
.TagClassName
{
border-color: #3B5185;
}
</style>