Shades of Tory Blue #3D578B
Tints of Tory Blue #3D578B
RGB
CMYK
RGB Variations
Color information
#3D578B (or 0x3D578B) is known color: Tory Blue. HEX triplet: 3D, 57 and 8B. RGB value is (61,87,139). Sum of RGB (Red+Green+Blue) = 61+87+139=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D578B is #C2A874. Grayscale: #545454. Windows color (decimal): -12757109 or 9131837. OLE color: 9131837.
HSL color Cylindrical-coordinate representation of color #3D578B: hue angle of 220º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D578B is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 87 | 139 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.45 |
| HSL | 220º | 0.39% | 0.39% | - |
| HSV(B) | 220º | 0.56% | 0.55% | - |
| XYZ | 9.99 | 9.67 | 25.77 | - |
| YUV | 85.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 139 | 0.56 | 0.37 | 0 | 0.45 | 220 | 0.39 | 0.39 |
| Hex | 3D | 57 | 8B | 38 | 25 | 0 | 2D | DC | 27 | 27 |
| Octal | 75 | 127 | 213 | 70 | 45 | 0 | 55 | 334 | 47 | 47 |
| Binary | 111101 | 1010111 | 10001011 | 111000 | 100101 | 0 | 101101 | 11011100 | 100111 | 100111 |
Color Harmonies of #3D578B
Complementary color
Monochromatic Colors of #3D578B
Black with #3D578B
Text Example
Text Example
White with #3D578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D578B; }
p { color: rgb(61,87,139); }
H1.HeaderClassName
{
color: #3D578B;
}
.AnyTagClassName
{
color: #3D578B;
}
</style>
background-color css
<style>
a { background-color: #3D578B; }
a { background-color: rgb(61,87,139); }
div.DivClassName
{
background-color: #3D578B;
}
.BgClassName
{
background-color: #3D578B;
}
</style>
border-color css
<style>
span { border-color: #3D578B; }
span { border-color: rgb(61,87,139); }
td.TdClassName
{
border-color: #3D578B;
}
.TagClassName
{
border-color: #3D578B;
}
</style>