Shades of Tory Blue #3D498B
Tints of Tory Blue #3D498B
RGB
CMYK
RGB Variations
Color information
#3D498B (or 0x3D498B) is known color: Tory Blue. HEX triplet: 3D, 49 and 8B. RGB value is (61,73,139). Sum of RGB (Red+Green+Blue) = 61+73+139=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D498B is #C2B674. Grayscale: #4C4C4C. Windows color (decimal): -12760693 or 9128253. OLE color: 9128253.
HSL color Cylindrical-coordinate representation of color #3D498B: hue angle of 230.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D498B is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 73 | 139 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.45 |
| HSL | 230.77º | 0.39% | 0.39% | - |
| HSV(B) | 230.77º | 0.56% | 0.55% | - |
| XYZ | 8.97 | 7.62 | 25.42 | - |
| YUV | 76.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 139 | 0.56 | 0.47 | 0 | 0.45 | 230.77 | 0.39 | 0.39 |
| Hex | 3D | 49 | 8B | 38 | 2F | 0 | 2D | E7 | 27 | 27 |
| Octal | 75 | 111 | 213 | 70 | 57 | 0 | 55 | 347 | 47 | 47 |
| Binary | 111101 | 1001001 | 10001011 | 111000 | 101111 | 0 | 101101 | 11100111 | 100111 | 100111 |
Color Harmonies of #3D498B
Complementary color
Monochromatic Colors of #3D498B
Black with #3D498B
Text Example
Text Example
White with #3D498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D498B; }
p { color: rgb(61,73,139); }
H1.HeaderClassName
{
color: #3D498B;
}
.AnyTagClassName
{
color: #3D498B;
}
</style>
background-color css
<style>
a { background-color: #3D498B; }
a { background-color: rgb(61,73,139); }
div.DivClassName
{
background-color: #3D498B;
}
.BgClassName
{
background-color: #3D498B;
}
</style>
border-color css
<style>
span { border-color: #3D498B; }
span { border-color: rgb(61,73,139); }
td.TdClassName
{
border-color: #3D498B;
}
.TagClassName
{
border-color: #3D498B;
}
</style>