Shades of Tory Blue #3D5292
Tints of Tory Blue #3D5292
RGB
CMYK
RGB Variations
Color information
#3D5292 (or 0x3D5292) is known color: Tory Blue. HEX triplet: 3D, 52 and 92. RGB value is (61,82,146). Sum of RGB (Red+Green+Blue) = 61+82+146=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D5292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5292 is #C2AD6D. Grayscale: #525252. Windows color (decimal): -12758382 or 9589309. OLE color: 9589309.
HSL color Cylindrical-coordinate representation of color #3D5292: hue angle of 225.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D5292 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 82 | 146 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.43 |
| HSL | 225.18º | 0.41% | 0.41% | - |
| HSV(B) | 225.18º | 0.58% | 0.57% | - |
| XYZ | 10.13 | 9.1 | 28.42 | - |
| YUV | 83.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 146 | 0.58 | 0.44 | 0 | 0.43 | 225.18 | 0.41 | 0.41 |
| Hex | 3D | 52 | 92 | 3A | 2C | 0 | 2B | E1 | 29 | 29 |
| Octal | 75 | 122 | 222 | 72 | 54 | 0 | 53 | 341 | 51 | 51 |
| Binary | 111101 | 1010010 | 10010010 | 111010 | 101100 | 0 | 101011 | 11100001 | 101001 | 101001 |
Color Harmonies of #3D5292
Complementary color
Monochromatic Colors of #3D5292
Black with #3D5292
Text Example
Text Example
White with #3D5292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5292; }
p { color: rgb(61,82,146); }
H1.HeaderClassName
{
color: #3D5292;
}
.AnyTagClassName
{
color: #3D5292;
}
</style>
background-color css
<style>
a { background-color: #3D5292; }
a { background-color: rgb(61,82,146); }
div.DivClassName
{
background-color: #3D5292;
}
.BgClassName
{
background-color: #3D5292;
}
</style>
border-color css
<style>
span { border-color: #3D5292; }
span { border-color: rgb(61,82,146); }
td.TdClassName
{
border-color: #3D5292;
}
.TagClassName
{
border-color: #3D5292;
}
</style>