Shades of Tory Blue #3D478D
Tints of Tory Blue #3D478D
RGB
CMYK
RGB Variations
Color information
#3D478D (or 0x3D478D) is known color: Tory Blue. HEX triplet: 3D, 47 and 8D. RGB value is (61,71,141). Sum of RGB (Red+Green+Blue) = 61+71+141=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D478D is #C2B872. Grayscale: #4B4B4B. Windows color (decimal): -12761203 or 9258813. OLE color: 9258813.
HSL color Cylindrical-coordinate representation of color #3D478D: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D478D is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 71 | 141 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.45 |
| HSL | 232.5º | 0.4% | 0.4% | - |
| HSV(B) | 232.5º | 0.57% | 0.55% | - |
| XYZ | 8.99 | 7.42 | 26.16 | - |
| YUV | 75.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 141 | 0.57 | 0.50 | 0 | 0.45 | 232.5 | 0.4 | 0.4 |
| Hex | 3D | 47 | 8D | 39 | 32 | 0 | 2D | E8 | 28 | 28 |
| Octal | 75 | 107 | 215 | 71 | 62 | 0 | 55 | 350 | 50 | 50 |
| Binary | 111101 | 1000111 | 10001101 | 111001 | 110010 | 0 | 101101 | 11101000 | 101000 | 101000 |
Color Harmonies of #3D478D
Complementary color
Monochromatic Colors of #3D478D
Black with #3D478D
Text Example
Text Example
White with #3D478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D478D; }
p { color: rgb(61,71,141); }
H1.HeaderClassName
{
color: #3D478D;
}
.AnyTagClassName
{
color: #3D478D;
}
</style>
background-color css
<style>
a { background-color: #3D478D; }
a { background-color: rgb(61,71,141); }
div.DivClassName
{
background-color: #3D478D;
}
.BgClassName
{
background-color: #3D478D;
}
</style>
border-color css
<style>
span { border-color: #3D478D; }
span { border-color: rgb(61,71,141); }
td.TdClassName
{
border-color: #3D478D;
}
.TagClassName
{
border-color: #3D478D;
}
</style>