Shades of Tory Blue #34477F
Tints of Tory Blue #34477F
RGB
CMYK
RGB Variations
Color information
#34477F (or 0x34477F) is known color: Tory Blue. HEX triplet: 34, 47 and 7F. RGB value is (52,71,127). Sum of RGB (Red+Green+Blue) = 52+71+127=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #34477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34477F is #CBB880. Grayscale: #474747. Windows color (decimal): -13351041 or 8341300. OLE color: 8341300.
HSL color Cylindrical-coordinate representation of color #34477F: hue angle of 224.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34477F is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 71 | 127 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.50 |
| HSL | 224.8º | 0.42% | 0.35% | - |
| HSV(B) | 224.8º | 0.59% | 0.5% | - |
| XYZ | 7.5 | 6.77 | 20.99 | - |
| YUV | 71.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 127 | 0.59 | 0.44 | 0 | 0.50 | 224.8 | 0.42 | 0.35 |
| Hex | 34 | 47 | 7F | 3B | 2C | 0 | 32 | E1 | 2A | 23 |
| Octal | 64 | 107 | 177 | 73 | 54 | 0 | 62 | 341 | 52 | 43 |
| Binary | 110100 | 1000111 | 1111111 | 111011 | 101100 | 0 | 110010 | 11100001 | 101010 | 100011 |
Color Harmonies of #34477F
Complementary color
Monochromatic Colors of #34477F
Black with #34477F
Text Example
Text Example
White with #34477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34477F; }
p { color: rgb(52,71,127); }
H1.HeaderClassName
{
color: #34477F;
}
.AnyTagClassName
{
color: #34477F;
}
</style>
background-color css
<style>
a { background-color: #34477F; }
a { background-color: rgb(52,71,127); }
div.DivClassName
{
background-color: #34477F;
}
.BgClassName
{
background-color: #34477F;
}
</style>
border-color css
<style>
span { border-color: #34477F; }
span { border-color: rgb(52,71,127); }
td.TdClassName
{
border-color: #34477F;
}
.TagClassName
{
border-color: #34477F;
}
</style>