Shades of Tory Blue #3D5085
Tints of Tory Blue #3D5085
RGB
CMYK
RGB Variations
Color information
#3D5085 (or 0x3D5085) is known color: Tory Blue. HEX triplet: 3D, 50 and 85. RGB value is (61,80,133). Sum of RGB (Red+Green+Blue) = 61+80+133=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5085 is #C2AF7A. Grayscale: #505050. Windows color (decimal): -12758907 or 8736829. OLE color: 8736829.
HSL color Cylindrical-coordinate representation of color #3D5085: hue angle of 224.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5085 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 80 | 133 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.48 |
| HSL | 224.17º | 0.37% | 0.38% | - |
| HSV(B) | 224.17º | 0.54% | 0.52% | - |
| XYZ | 9.03 | 8.42 | 23.34 | - |
| YUV | 80.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 133 | 0.54 | 0.40 | 0 | 0.48 | 224.17 | 0.37 | 0.38 |
| Hex | 3D | 50 | 85 | 36 | 28 | 0 | 30 | E0 | 25 | 26 |
| Octal | 75 | 120 | 205 | 66 | 50 | 0 | 60 | 340 | 45 | 46 |
| Binary | 111101 | 1010000 | 10000101 | 110110 | 101000 | 0 | 110000 | 11100000 | 100101 | 100110 |
Color Harmonies of #3D5085
Complementary color
Monochromatic Colors of #3D5085
Black with #3D5085
Text Example
Text Example
White with #3D5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5085; }
p { color: rgb(61,80,133); }
H1.HeaderClassName
{
color: #3D5085;
}
.AnyTagClassName
{
color: #3D5085;
}
</style>
background-color css
<style>
a { background-color: #3D5085; }
a { background-color: rgb(61,80,133); }
div.DivClassName
{
background-color: #3D5085;
}
.BgClassName
{
background-color: #3D5085;
}
</style>
border-color css
<style>
span { border-color: #3D5085; }
span { border-color: rgb(61,80,133); }
td.TdClassName
{
border-color: #3D5085;
}
.TagClassName
{
border-color: #3D5085;
}
</style>