Shades of Tory Blue #34487F
Tints of Tory Blue #34487F
RGB
CMYK
RGB Variations
Color information
#34487F (or 0x34487F) is known color: Tory Blue. HEX triplet: 34, 48 and 7F. RGB value is (52,72,127). Sum of RGB (Red+Green+Blue) = 52+72+127=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #34487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34487F is #CBB780. Grayscale: #484848. Windows color (decimal): -13350785 or 8341556. OLE color: 8341556.
HSL color Cylindrical-coordinate representation of color #34487F: hue angle of 224º 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 #34487F is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 72 | 127 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.50 |
| HSL | 224º | 0.42% | 0.35% | - |
| HSV(B) | 224º | 0.59% | 0.5% | - |
| XYZ | 7.56 | 6.9 | 21.01 | - |
| YUV | 72.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 127 | 0.59 | 0.43 | 0 | 0.50 | 224 | 0.42 | 0.35 |
| Hex | 34 | 48 | 7F | 3B | 2B | 0 | 32 | E0 | 2A | 23 |
| Octal | 64 | 110 | 177 | 73 | 53 | 0 | 62 | 340 | 52 | 43 |
| Binary | 110100 | 1001000 | 1111111 | 111011 | 101011 | 0 | 110010 | 11100000 | 101010 | 100011 |
Color Harmonies of #34487F
Complementary color
Monochromatic Colors of #34487F
Black with #34487F
Text Example
Text Example
White with #34487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34487F; }
p { color: rgb(52,72,127); }
H1.HeaderClassName
{
color: #34487F;
}
.AnyTagClassName
{
color: #34487F;
}
</style>
background-color css
<style>
a { background-color: #34487F; }
a { background-color: rgb(52,72,127); }
div.DivClassName
{
background-color: #34487F;
}
.BgClassName
{
background-color: #34487F;
}
</style>
border-color css
<style>
span { border-color: #34487F; }
span { border-color: rgb(52,72,127); }
td.TdClassName
{
border-color: #34487F;
}
.TagClassName
{
border-color: #34487F;
}
</style>