Shades of Tory Blue #344D85
Tints of Tory Blue #344D85
RGB
CMYK
RGB Variations
Color information
#344D85 (or 0x344D85) is known color: Tory Blue. HEX triplet: 34, 4D and 85. RGB value is (52,77,133). Sum of RGB (Red+Green+Blue) = 52+77+133=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #344D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344D85 is #CBB27A. Grayscale: #4B4B4B. Windows color (decimal): -13349499 or 8736052. OLE color: 8736052.
HSL color Cylindrical-coordinate representation of color #344D85: hue angle of 221.48º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344D85 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 77 | 133 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.48 |
| HSL | 221.48º | 0.44% | 0.36% | - |
| HSV(B) | 221.48º | 0.61% | 0.52% | - |
| XYZ | 8.3 | 7.73 | 23.24 | - |
| YUV | 75.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 133 | 0.61 | 0.42 | 0 | 0.48 | 221.48 | 0.44 | 0.36 |
| Hex | 34 | 4D | 85 | 3D | 2A | 0 | 30 | DD | 2C | 24 |
| Octal | 64 | 115 | 205 | 75 | 52 | 0 | 60 | 335 | 54 | 44 |
| Binary | 110100 | 1001101 | 10000101 | 111101 | 101010 | 0 | 110000 | 11011101 | 101100 | 100100 |
Color Harmonies of #344D85
Complementary color
Monochromatic Colors of #344D85
Black with #344D85
Text Example
Text Example
White with #344D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D85; }
p { color: rgb(52,77,133); }
H1.HeaderClassName
{
color: #344D85;
}
.AnyTagClassName
{
color: #344D85;
}
</style>
background-color css
<style>
a { background-color: #344D85; }
a { background-color: rgb(52,77,133); }
div.DivClassName
{
background-color: #344D85;
}
.BgClassName
{
background-color: #344D85;
}
</style>
border-color css
<style>
span { border-color: #344D85; }
span { border-color: rgb(52,77,133); }
td.TdClassName
{
border-color: #344D85;
}
.TagClassName
{
border-color: #344D85;
}
</style>