Shades of Tory Blue #41588C
Tints of Tory Blue #41588C
RGB
CMYK
RGB Variations
Color information
#41588C (or 0x41588C) is known color: Tory Blue. HEX triplet: 41, 58 and 8C. RGB value is (65,88,140). Sum of RGB (Red+Green+Blue) = 65+88+140=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #41588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41588C is #BEA773. Grayscale: #565656. Windows color (decimal): -12494708 or 9197633. OLE color: 9197633.
HSL color Cylindrical-coordinate representation of color #41588C: hue angle of 221.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 #41588C is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 88 | 140 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.45 |
| HSL | 221.6º | 0.37% | 0.4% | - |
| HSV(B) | 221.6º | 0.54% | 0.55% | - |
| XYZ | 10.4 | 10 | 26.19 | - |
| YUV | 87.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 88 | 140 | 0.54 | 0.37 | 0 | 0.45 | 221.6 | 0.37 | 0.4 |
| Hex | 41 | 58 | 8C | 36 | 25 | 0 | 2D | DE | 25 | 28 |
| Octal | 101 | 130 | 214 | 66 | 45 | 0 | 55 | 336 | 45 | 50 |
| Binary | 1000001 | 1011000 | 10001100 | 110110 | 100101 | 0 | 101101 | 11011110 | 100101 | 101000 |
Color Harmonies of #41588C
Complementary color
Monochromatic Colors of #41588C
Black with #41588C
Text Example
Text Example
White with #41588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41588C; }
p { color: rgb(65,88,140); }
H1.HeaderClassName
{
color: #41588C;
}
.AnyTagClassName
{
color: #41588C;
}
</style>
background-color css
<style>
a { background-color: #41588C; }
a { background-color: rgb(65,88,140); }
div.DivClassName
{
background-color: #41588C;
}
.BgClassName
{
background-color: #41588C;
}
</style>
border-color css
<style>
span { border-color: #41588C; }
span { border-color: rgb(65,88,140); }
td.TdClassName
{
border-color: #41588C;
}
.TagClassName
{
border-color: #41588C;
}
</style>