Shades of Tory Blue #34418C
Tints of Tory Blue #34418C
RGB
CMYK
RGB Variations
Color information
#34418C (or 0x34418C) is known color: Tory Blue. HEX triplet: 34, 41 and 8C. RGB value is (52,65,140). Sum of RGB (Red+Green+Blue) = 52+65+140=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #34418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34418C is #CBBE73. Grayscale: #454545. Windows color (decimal): -13352564 or 9191732. OLE color: 9191732.
HSL color Cylindrical-coordinate representation of color #34418C: hue angle of 231.14º 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 #34418C is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 65 | 140 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.45 |
| HSL | 231.14º | 0.46% | 0.38% | - |
| HSV(B) | 231.14º | 0.63% | 0.55% | - |
| XYZ | 8.04 | 6.4 | 25.62 | - |
| YUV | 69.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 140 | 0.63 | 0.54 | 0 | 0.45 | 231.14 | 0.46 | 0.38 |
| Hex | 34 | 41 | 8C | 3F | 36 | 0 | 2D | E7 | 2E | 26 |
| Octal | 64 | 101 | 214 | 77 | 66 | 0 | 55 | 347 | 56 | 46 |
| Binary | 110100 | 1000001 | 10001100 | 111111 | 110110 | 0 | 101101 | 11100111 | 101110 | 100110 |
Color Harmonies of #34418C
Complementary color
Monochromatic Colors of #34418C
Black with #34418C
Text Example
Text Example
White with #34418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34418C; }
p { color: rgb(52,65,140); }
H1.HeaderClassName
{
color: #34418C;
}
.AnyTagClassName
{
color: #34418C;
}
</style>
background-color css
<style>
a { background-color: #34418C; }
a { background-color: rgb(52,65,140); }
div.DivClassName
{
background-color: #34418C;
}
.BgClassName
{
background-color: #34418C;
}
</style>
border-color css
<style>
span { border-color: #34418C; }
span { border-color: rgb(52,65,140); }
td.TdClassName
{
border-color: #34418C;
}
.TagClassName
{
border-color: #34418C;
}
</style>