Shades of Tory Blue #34418D
Tints of Tory Blue #34418D
RGB
CMYK
RGB Variations
Color information
#34418D (or 0x34418D) is known color: Tory Blue. HEX triplet: 34, 41 and 8D. RGB value is (52,65,141). Sum of RGB (Red+Green+Blue) = 52+65+141=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #34418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34418D is #CBBE72. Grayscale: #454545. Windows color (decimal): -13352563 or 9257268. OLE color: 9257268.
HSL color Cylindrical-coordinate representation of color #34418D: hue angle of 231.24º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34418D is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 65 | 141 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.45 |
| HSL | 231.24º | 0.46% | 0.38% | - |
| HSV(B) | 231.24º | 0.63% | 0.55% | - |
| XYZ | 8.11 | 6.43 | 26.01 | - |
| YUV | 69.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 141 | 0.63 | 0.54 | 0 | 0.45 | 231.24 | 0.46 | 0.38 |
| Hex | 34 | 41 | 8D | 3F | 36 | 0 | 2D | E7 | 2E | 26 |
| Octal | 64 | 101 | 215 | 77 | 66 | 0 | 55 | 347 | 56 | 46 |
| Binary | 110100 | 1000001 | 10001101 | 111111 | 110110 | 0 | 101101 | 11100111 | 101110 | 100110 |
Color Harmonies of #34418D
Complementary color
Monochromatic Colors of #34418D
Black with #34418D
Text Example
Text Example
White with #34418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34418D; }
p { color: rgb(52,65,141); }
H1.HeaderClassName
{
color: #34418D;
}
.AnyTagClassName
{
color: #34418D;
}
</style>
background-color css
<style>
a { background-color: #34418D; }
a { background-color: rgb(52,65,141); }
div.DivClassName
{
background-color: #34418D;
}
.BgClassName
{
background-color: #34418D;
}
</style>
border-color css
<style>
span { border-color: #34418D; }
span { border-color: rgb(52,65,141); }
td.TdClassName
{
border-color: #34418D;
}
.TagClassName
{
border-color: #34418D;
}
</style>