Shades of Tory Blue #415D8C
Tints of Tory Blue #415D8C
RGB
CMYK
RGB Variations
Color information
#415D8C (or 0x415D8C) is known color: Tory Blue. HEX triplet: 41, 5D and 8C. RGB value is (65,93,140). Sum of RGB (Red+Green+Blue) = 65+93+140=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #415D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D8C is #BEA273. Grayscale: #595959. Windows color (decimal): -12493428 or 9198913. OLE color: 9198913.
HSL color Cylindrical-coordinate representation of color #415D8C: hue angle of 217.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #415D8C is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 93 | 140 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.45 |
| HSL | 217.6º | 0.37% | 0.4% | - |
| HSV(B) | 217.6º | 0.54% | 0.55% | - |
| XYZ | 10.83 | 10.85 | 26.33 | - |
| YUV | 89.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 140 | 0.54 | 0.34 | 0 | 0.45 | 217.6 | 0.37 | 0.4 |
| Hex | 41 | 5D | 8C | 36 | 22 | 0 | 2D | DA | 25 | 28 |
| Octal | 101 | 135 | 214 | 66 | 42 | 0 | 55 | 332 | 45 | 50 |
| Binary | 1000001 | 1011101 | 10001100 | 110110 | 100010 | 0 | 101101 | 11011010 | 100101 | 101000 |
Color Harmonies of #415D8C
Complementary color
Monochromatic Colors of #415D8C
Black with #415D8C
Text Example
Text Example
White with #415D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D8C; }
p { color: rgb(65,93,140); }
H1.HeaderClassName
{
color: #415D8C;
}
.AnyTagClassName
{
color: #415D8C;
}
</style>
background-color css
<style>
a { background-color: #415D8C; }
a { background-color: rgb(65,93,140); }
div.DivClassName
{
background-color: #415D8C;
}
.BgClassName
{
background-color: #415D8C;
}
</style>
border-color css
<style>
span { border-color: #415D8C; }
span { border-color: rgb(65,93,140); }
td.TdClassName
{
border-color: #415D8C;
}
.TagClassName
{
border-color: #415D8C;
}
</style>