Shades of Tory Blue #34478D
Tints of Tory Blue #34478D
RGB
CMYK
RGB Variations
Color information
#34478D (or 0x34478D) is known color: Tory Blue. HEX triplet: 34, 47 and 8D. RGB value is (52,71,141). Sum of RGB (Red+Green+Blue) = 52+71+141=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #34478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34478D is #CBB872. Grayscale: #494949. Windows color (decimal): -13351027 or 9258804. OLE color: 9258804.
HSL color Cylindrical-coordinate representation of color #34478D: hue angle of 227.19º 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 #34478D is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 71 | 141 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.45 |
| HSL | 227.19º | 0.46% | 0.38% | - |
| HSV(B) | 227.19º | 0.63% | 0.55% | - |
| XYZ | 8.48 | 7.16 | 26.13 | - |
| YUV | 73.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 141 | 0.63 | 0.50 | 0 | 0.45 | 227.19 | 0.46 | 0.38 |
| Hex | 34 | 47 | 8D | 3F | 32 | 0 | 2D | E3 | 2E | 26 |
| Octal | 64 | 107 | 215 | 77 | 62 | 0 | 55 | 343 | 56 | 46 |
| Binary | 110100 | 1000111 | 10001101 | 111111 | 110010 | 0 | 101101 | 11100011 | 101110 | 100110 |
Color Harmonies of #34478D
Complementary color
Monochromatic Colors of #34478D
Black with #34478D
Text Example
Text Example
White with #34478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34478D; }
p { color: rgb(52,71,141); }
H1.HeaderClassName
{
color: #34478D;
}
.AnyTagClassName
{
color: #34478D;
}
</style>
background-color css
<style>
a { background-color: #34478D; }
a { background-color: rgb(52,71,141); }
div.DivClassName
{
background-color: #34478D;
}
.BgClassName
{
background-color: #34478D;
}
</style>
border-color css
<style>
span { border-color: #34478D; }
span { border-color: rgb(52,71,141); }
td.TdClassName
{
border-color: #34478D;
}
.TagClassName
{
border-color: #34478D;
}
</style>