Shades of Tory Blue #34568F
Tints of Tory Blue #34568F
RGB
CMYK
RGB Variations
Color information
#34568F (or 0x34568F) is known color: Tory Blue. HEX triplet: 34, 56 and 8F. RGB value is (52,86,143). Sum of RGB (Red+Green+Blue) = 52+86+143=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #34568F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34568F is #CBA970. Grayscale: #525252. Windows color (decimal): -13347185 or 9393716. OLE color: 9393716.
HSL color Cylindrical-coordinate representation of color #34568F: hue angle of 217.58º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34568F is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 86 | 143 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.44 |
| HSL | 217.58º | 0.47% | 0.38% | - |
| HSV(B) | 217.58º | 0.64% | 0.56% | - |
| XYZ | 9.7 | 9.37 | 27.28 | - |
| YUV | 82.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 143 | 0.64 | 0.40 | 0 | 0.44 | 217.58 | 0.47 | 0.38 |
| Hex | 34 | 56 | 8F | 40 | 28 | 0 | 2C | DA | 2F | 26 |
| Octal | 64 | 126 | 217 | 100 | 50 | 0 | 54 | 332 | 57 | 46 |
| Binary | 110100 | 1010110 | 10001111 | 1000000 | 101000 | 0 | 101100 | 11011010 | 101111 | 100110 |
Color Harmonies of #34568F
Complementary color
Monochromatic Colors of #34568F
Black with #34568F
Text Example
Text Example
White with #34568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34568F; }
p { color: rgb(52,86,143); }
H1.HeaderClassName
{
color: #34568F;
}
.AnyTagClassName
{
color: #34568F;
}
</style>
background-color css
<style>
a { background-color: #34568F; }
a { background-color: rgb(52,86,143); }
div.DivClassName
{
background-color: #34568F;
}
.BgClassName
{
background-color: #34568F;
}
</style>
border-color css
<style>
span { border-color: #34568F; }
span { border-color: rgb(52,86,143); }
td.TdClassName
{
border-color: #34568F;
}
.TagClassName
{
border-color: #34568F;
}
</style>