Shades of Tory Blue #3D508B
Tints of Tory Blue #3D508B
RGB
CMYK
RGB Variations
Color information
#3D508B (or 0x3D508B) is known color: Tory Blue. HEX triplet: 3D, 50 and 8B. RGB value is (61,80,139). Sum of RGB (Red+Green+Blue) = 61+80+139=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D508B is #C2AF74. Grayscale: #505050. Windows color (decimal): -12758901 or 9130045. OLE color: 9130045.
HSL color Cylindrical-coordinate representation of color #3D508B: hue angle of 225.38º 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 #3D508B is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 80 | 139 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.45 |
| HSL | 225.38º | 0.39% | 0.39% | - |
| HSV(B) | 225.38º | 0.56% | 0.55% | - |
| XYZ | 9.45 | 8.59 | 25.59 | - |
| YUV | 81.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 139 | 0.56 | 0.42 | 0 | 0.45 | 225.38 | 0.39 | 0.39 |
| Hex | 3D | 50 | 8B | 38 | 2A | 0 | 2D | E1 | 27 | 27 |
| Octal | 75 | 120 | 213 | 70 | 52 | 0 | 55 | 341 | 47 | 47 |
| Binary | 111101 | 1010000 | 10001011 | 111000 | 101010 | 0 | 101101 | 11100001 | 100111 | 100111 |
Color Harmonies of #3D508B
Complementary color
Monochromatic Colors of #3D508B
Black with #3D508B
Text Example
Text Example
White with #3D508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D508B; }
p { color: rgb(61,80,139); }
H1.HeaderClassName
{
color: #3D508B;
}
.AnyTagClassName
{
color: #3D508B;
}
</style>
background-color css
<style>
a { background-color: #3D508B; }
a { background-color: rgb(61,80,139); }
div.DivClassName
{
background-color: #3D508B;
}
.BgClassName
{
background-color: #3D508B;
}
</style>
border-color css
<style>
span { border-color: #3D508B; }
span { border-color: rgb(61,80,139); }
td.TdClassName
{
border-color: #3D508B;
}
.TagClassName
{
border-color: #3D508B;
}
</style>