Shades of Tory Blue #415D8B
Tints of Tory Blue #415D8B
RGB
CMYK
RGB Variations
Color information
#415D8B (or 0x415D8B) is known color: Tory Blue. HEX triplet: 41, 5D and 8B. RGB value is (65,93,139). Sum of RGB (Red+Green+Blue) = 65+93+139=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #415D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D8B is #BEA274. Grayscale: #595959. Windows color (decimal): -12493429 or 9133377. OLE color: 9133377.
HSL color Cylindrical-coordinate representation of color #415D8B: hue angle of 217.3º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415D8B is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 93 | 139 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.45 |
| HSL | 217.3º | 0.36% | 0.4% | - |
| HSV(B) | 217.3º | 0.53% | 0.55% | - |
| XYZ | 10.75 | 10.82 | 25.95 | - |
| YUV | 89.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 139 | 0.53 | 0.33 | 0 | 0.45 | 217.3 | 0.36 | 0.4 |
| Hex | 41 | 5D | 8B | 35 | 21 | 0 | 2D | D9 | 24 | 28 |
| Octal | 101 | 135 | 213 | 65 | 41 | 0 | 55 | 331 | 44 | 50 |
| Binary | 1000001 | 1011101 | 10001011 | 110101 | 100001 | 0 | 101101 | 11011001 | 100100 | 101000 |
Color Harmonies of #415D8B
Complementary color
Monochromatic Colors of #415D8B
Black with #415D8B
Text Example
Text Example
White with #415D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D8B; }
p { color: rgb(65,93,139); }
H1.HeaderClassName
{
color: #415D8B;
}
.AnyTagClassName
{
color: #415D8B;
}
</style>
background-color css
<style>
a { background-color: #415D8B; }
a { background-color: rgb(65,93,139); }
div.DivClassName
{
background-color: #415D8B;
}
.BgClassName
{
background-color: #415D8B;
}
</style>
border-color css
<style>
span { border-color: #415D8B; }
span { border-color: rgb(65,93,139); }
td.TdClassName
{
border-color: #415D8B;
}
.TagClassName
{
border-color: #415D8B;
}
</style>