Shades of Tory Blue #3B578E
Tints of Tory Blue #3B578E
RGB
CMYK
RGB Variations
Color information
#3B578E (or 0x3B578E) is known color: Tory Blue. HEX triplet: 3B, 57 and 8E. RGB value is (59,87,142). Sum of RGB (Red+Green+Blue) = 59+87+142=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B578E is #C4A871. Grayscale: #545454. Windows color (decimal): -12888178 or 9328443. OLE color: 9328443.
HSL color Cylindrical-coordinate representation of color #3B578E: hue angle of 219.76º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B578E is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 87 | 142 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.44 |
| HSL | 219.76º | 0.41% | 0.39% | - |
| HSV(B) | 219.76º | 0.58% | 0.56% | - |
| XYZ | 10.09 | 9.7 | 26.93 | - |
| YUV | 84.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 142 | 0.58 | 0.39 | 0 | 0.44 | 219.76 | 0.41 | 0.39 |
| Hex | 3B | 57 | 8E | 3A | 27 | 0 | 2C | DC | 29 | 27 |
| Octal | 73 | 127 | 216 | 72 | 47 | 0 | 54 | 334 | 51 | 47 |
| Binary | 111011 | 1010111 | 10001110 | 111010 | 100111 | 0 | 101100 | 11011100 | 101001 | 100111 |
Color Harmonies of #3B578E
Complementary color
Monochromatic Colors of #3B578E
Black with #3B578E
Text Example
Text Example
White with #3B578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B578E; }
p { color: rgb(59,87,142); }
H1.HeaderClassName
{
color: #3B578E;
}
.AnyTagClassName
{
color: #3B578E;
}
</style>
background-color css
<style>
a { background-color: #3B578E; }
a { background-color: rgb(59,87,142); }
div.DivClassName
{
background-color: #3B578E;
}
.BgClassName
{
background-color: #3B578E;
}
</style>
border-color css
<style>
span { border-color: #3B578E; }
span { border-color: rgb(59,87,142); }
td.TdClassName
{
border-color: #3B578E;
}
.TagClassName
{
border-color: #3B578E;
}
</style>