Shades of Tory Blue #3B578B
Tints of Tory Blue #3B578B
RGB
CMYK
RGB Variations
Color information
#3B578B (or 0x3B578B) is known color: Tory Blue. HEX triplet: 3B, 57 and 8B. RGB value is (59,87,139). Sum of RGB (Red+Green+Blue) = 59+87+139=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B578B is #C4A874. Grayscale: #545454. Windows color (decimal): -12888181 or 9131835. OLE color: 9131835.
HSL color Cylindrical-coordinate representation of color #3B578B: hue angle of 219º degrees, saturation: 0.4, 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 #3B578B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 87 | 139 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.45 |
| HSL | 219º | 0.4% | 0.39% | - |
| HSV(B) | 219º | 0.58% | 0.55% | - |
| XYZ | 9.87 | 9.61 | 25.76 | - |
| YUV | 84.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 139 | 0.58 | 0.37 | 0 | 0.45 | 219 | 0.4 | 0.39 |
| Hex | 3B | 57 | 8B | 3A | 25 | 0 | 2D | DB | 28 | 27 |
| Octal | 73 | 127 | 213 | 72 | 45 | 0 | 55 | 333 | 50 | 47 |
| Binary | 111011 | 1010111 | 10001011 | 111010 | 100101 | 0 | 101101 | 11011011 | 101000 | 100111 |
Color Harmonies of #3B578B
Complementary color
Monochromatic Colors of #3B578B
Black with #3B578B
Text Example
Text Example
White with #3B578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B578B; }
p { color: rgb(59,87,139); }
H1.HeaderClassName
{
color: #3B578B;
}
.AnyTagClassName
{
color: #3B578B;
}
</style>
background-color css
<style>
a { background-color: #3B578B; }
a { background-color: rgb(59,87,139); }
div.DivClassName
{
background-color: #3B578B;
}
.BgClassName
{
background-color: #3B578B;
}
</style>
border-color css
<style>
span { border-color: #3B578B; }
span { border-color: rgb(59,87,139); }
td.TdClassName
{
border-color: #3B578B;
}
.TagClassName
{
border-color: #3B578B;
}
</style>