Shades of Tory Blue #415188
Tints of Tory Blue #415188
RGB
CMYK
RGB Variations
Color information
#415188 (or 0x415188) is known color: Tory Blue. HEX triplet: 41, 51 and 88. RGB value is (65,81,136). Sum of RGB (Red+Green+Blue) = 65+81+136=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #415188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415188 is #BEAE77. Grayscale: #525252. Windows color (decimal): -12496504 or 8933697. OLE color: 8933697.
HSL color Cylindrical-coordinate representation of color #415188: hue angle of 226.48º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #415188 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 81 | 136 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.47 |
| HSL | 226.48º | 0.35% | 0.39% | - |
| HSV(B) | 226.48º | 0.52% | 0.53% | - |
| XYZ | 9.57 | 8.79 | 24.48 | - |
| YUV | 82.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 136 | 0.52 | 0.40 | 0 | 0.47 | 226.48 | 0.35 | 0.39 |
| Hex | 41 | 51 | 88 | 34 | 28 | 0 | 2F | E2 | 23 | 27 |
| Octal | 101 | 121 | 210 | 64 | 50 | 0 | 57 | 342 | 43 | 47 |
| Binary | 1000001 | 1010001 | 10001000 | 110100 | 101000 | 0 | 101111 | 11100010 | 100011 | 100111 |
Color Harmonies of #415188
Complementary color
Monochromatic Colors of #415188
Black with #415188
Text Example
Text Example
White with #415188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415188; }
p { color: rgb(65,81,136); }
H1.HeaderClassName
{
color: #415188;
}
.AnyTagClassName
{
color: #415188;
}
</style>
background-color css
<style>
a { background-color: #415188; }
a { background-color: rgb(65,81,136); }
div.DivClassName
{
background-color: #415188;
}
.BgClassName
{
background-color: #415188;
}
</style>
border-color css
<style>
span { border-color: #415188; }
span { border-color: rgb(65,81,136); }
td.TdClassName
{
border-color: #415188;
}
.TagClassName
{
border-color: #415188;
}
</style>