Shades of Tory Blue #3D498D
Tints of Tory Blue #3D498D
RGB
CMYK
RGB Variations
Color information
#3D498D (or 0x3D498D) is known color: Tory Blue. HEX triplet: 3D, 49 and 8D. RGB value is (61,73,141). Sum of RGB (Red+Green+Blue) = 61+73+141=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D498D is #C2B672. Grayscale: #4C4C4C. Windows color (decimal): -12760691 or 9259325. OLE color: 9259325.
HSL color Cylindrical-coordinate representation of color #3D498D: hue angle of 231º 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 #3D498D is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 73 | 141 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.45 |
| HSL | 231º | 0.4% | 0.4% | - |
| HSV(B) | 231º | 0.57% | 0.55% | - |
| XYZ | 9.11 | 7.68 | 26.2 | - |
| YUV | 77.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 141 | 0.57 | 0.48 | 0 | 0.45 | 231 | 0.4 | 0.4 |
| Hex | 3D | 49 | 8D | 39 | 30 | 0 | 2D | E7 | 28 | 28 |
| Octal | 75 | 111 | 215 | 71 | 60 | 0 | 55 | 347 | 50 | 50 |
| Binary | 111101 | 1001001 | 10001101 | 111001 | 110000 | 0 | 101101 | 11100111 | 101000 | 101000 |
Color Harmonies of #3D498D
Complementary color
Monochromatic Colors of #3D498D
Black with #3D498D
Text Example
Text Example
White with #3D498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D498D; }
p { color: rgb(61,73,141); }
H1.HeaderClassName
{
color: #3D498D;
}
.AnyTagClassName
{
color: #3D498D;
}
</style>
background-color css
<style>
a { background-color: #3D498D; }
a { background-color: rgb(61,73,141); }
div.DivClassName
{
background-color: #3D498D;
}
.BgClassName
{
background-color: #3D498D;
}
</style>
border-color css
<style>
span { border-color: #3D498D; }
span { border-color: rgb(61,73,141); }
td.TdClassName
{
border-color: #3D498D;
}
.TagClassName
{
border-color: #3D498D;
}
</style>