Shades of Tory Blue #3D5787
Tints of Tory Blue #3D5787
RGB
CMYK
RGB Variations
Color information
#3D5787 (or 0x3D5787) is known color: Tory Blue. HEX triplet: 3D, 57 and 87. RGB value is (61,87,135). Sum of RGB (Red+Green+Blue) = 61+87+135=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D5787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5787 is #C2A878. Grayscale: #545454. Windows color (decimal): -12757113 or 8869693. OLE color: 8869693.
HSL color Cylindrical-coordinate representation of color #3D5787: hue angle of 218.92º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D5787 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 87 | 135 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.47 |
| HSL | 218.92º | 0.38% | 0.38% | - |
| HSV(B) | 218.92º | 0.55% | 0.53% | - |
| XYZ | 9.71 | 9.56 | 24.25 | - |
| YUV | 84.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 135 | 0.55 | 0.36 | 0 | 0.47 | 218.92 | 0.38 | 0.38 |
| Hex | 3D | 57 | 87 | 37 | 24 | 0 | 2F | DB | 26 | 26 |
| Octal | 75 | 127 | 207 | 67 | 44 | 0 | 57 | 333 | 46 | 46 |
| Binary | 111101 | 1010111 | 10000111 | 110111 | 100100 | 0 | 101111 | 11011011 | 100110 | 100110 |
Color Harmonies of #3D5787
Complementary color
Monochromatic Colors of #3D5787
Black with #3D5787
Text Example
Text Example
White with #3D5787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5787; }
p { color: rgb(61,87,135); }
H1.HeaderClassName
{
color: #3D5787;
}
.AnyTagClassName
{
color: #3D5787;
}
</style>
background-color css
<style>
a { background-color: #3D5787; }
a { background-color: rgb(61,87,135); }
div.DivClassName
{
background-color: #3D5787;
}
.BgClassName
{
background-color: #3D5787;
}
</style>
border-color css
<style>
span { border-color: #3D5787; }
span { border-color: rgb(61,87,135); }
td.TdClassName
{
border-color: #3D5787;
}
.TagClassName
{
border-color: #3D5787;
}
</style>