Shades of Tory Blue #3D4982
Tints of Tory Blue #3D4982
RGB
CMYK
RGB Variations
Color information
#3D4982 (or 0x3D4982) is known color: Tory Blue. HEX triplet: 3D, 49 and 82. RGB value is (61,73,130). Sum of RGB (Red+Green+Blue) = 61+73+130=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D4982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4982 is #C2B67D. Grayscale: #4B4B4B. Windows color (decimal): -12760702 or 8538429. OLE color: 8538429.
HSL color Cylindrical-coordinate representation of color #3D4982: hue angle of 229.57º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4982 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 73 | 130 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.49 |
| HSL | 229.57º | 0.36% | 0.37% | - |
| HSV(B) | 229.57º | 0.53% | 0.51% | - |
| XYZ | 8.34 | 7.37 | 22.1 | - |
| YUV | 75.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 130 | 0.53 | 0.44 | 0 | 0.49 | 229.57 | 0.36 | 0.37 |
| Hex | 3D | 49 | 82 | 35 | 2C | 0 | 31 | E6 | 24 | 25 |
| Octal | 75 | 111 | 202 | 65 | 54 | 0 | 61 | 346 | 44 | 45 |
| Binary | 111101 | 1001001 | 10000010 | 110101 | 101100 | 0 | 110001 | 11100110 | 100100 | 100101 |
Color Harmonies of #3D4982
Complementary color
Monochromatic Colors of #3D4982
Black with #3D4982
Text Example
Text Example
White with #3D4982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4982; }
p { color: rgb(61,73,130); }
H1.HeaderClassName
{
color: #3D4982;
}
.AnyTagClassName
{
color: #3D4982;
}
</style>
background-color css
<style>
a { background-color: #3D4982; }
a { background-color: rgb(61,73,130); }
div.DivClassName
{
background-color: #3D4982;
}
.BgClassName
{
background-color: #3D4982;
}
</style>
border-color css
<style>
span { border-color: #3D4982; }
span { border-color: rgb(61,73,130); }
td.TdClassName
{
border-color: #3D4982;
}
.TagClassName
{
border-color: #3D4982;
}
</style>