Shades of Tory Blue #34478B
Tints of Tory Blue #34478B
RGB
CMYK
RGB Variations
Color information
#34478B (or 0x34478B) is known color: Tory Blue. HEX triplet: 34, 47 and 8B. RGB value is (52,71,139). Sum of RGB (Red+Green+Blue) = 52+71+139=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #34478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34478B is #CBB874. Grayscale: #484848. Windows color (decimal): -13351029 or 9127732. OLE color: 9127732.
HSL color Cylindrical-coordinate representation of color #34478B: hue angle of 226.9º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34478B is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 71 | 139 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.45 |
| HSL | 226.9º | 0.46% | 0.37% | - |
| HSV(B) | 226.9º | 0.63% | 0.55% | - |
| XYZ | 8.33 | 7.1 | 25.36 | - |
| YUV | 73.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 139 | 0.63 | 0.49 | 0 | 0.45 | 226.9 | 0.46 | 0.37 |
| Hex | 34 | 47 | 8B | 3F | 31 | 0 | 2D | E3 | 2E | 25 |
| Octal | 64 | 107 | 213 | 77 | 61 | 0 | 55 | 343 | 56 | 45 |
| Binary | 110100 | 1000111 | 10001011 | 111111 | 110001 | 0 | 101101 | 11100011 | 101110 | 100101 |
Color Harmonies of #34478B
Complementary color
Monochromatic Colors of #34478B
Black with #34478B
Text Example
Text Example
White with #34478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34478B; }
p { color: rgb(52,71,139); }
H1.HeaderClassName
{
color: #34478B;
}
.AnyTagClassName
{
color: #34478B;
}
</style>
background-color css
<style>
a { background-color: #34478B; }
a { background-color: rgb(52,71,139); }
div.DivClassName
{
background-color: #34478B;
}
.BgClassName
{
background-color: #34478B;
}
</style>
border-color css
<style>
span { border-color: #34478B; }
span { border-color: rgb(52,71,139); }
td.TdClassName
{
border-color: #34478B;
}
.TagClassName
{
border-color: #34478B;
}
</style>