Shades of Tory Blue #344A85
Tints of Tory Blue #344A85
RGB
CMYK
RGB Variations
Color information
#344A85 (or 0x344A85) is known color: Tory Blue. HEX triplet: 34, 4A and 85. RGB value is (52,74,133). Sum of RGB (Red+Green+Blue) = 52+74+133=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #344A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A85 is #CBB57A. Grayscale: #494949. Windows color (decimal): -13350267 or 8735284. OLE color: 8735284.
HSL color Cylindrical-coordinate representation of color #344A85: hue angle of 223.7º 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 #344A85 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 74 | 133 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.48 |
| HSL | 223.7º | 0.44% | 0.36% | - |
| HSV(B) | 223.7º | 0.61% | 0.52% | - |
| XYZ | 8.1 | 7.32 | 23.18 | - |
| YUV | 74.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 133 | 0.61 | 0.44 | 0 | 0.48 | 223.7 | 0.44 | 0.36 |
| Hex | 34 | 4A | 85 | 3D | 2C | 0 | 30 | E0 | 2C | 24 |
| Octal | 64 | 112 | 205 | 75 | 54 | 0 | 60 | 340 | 54 | 44 |
| Binary | 110100 | 1001010 | 10000101 | 111101 | 101100 | 0 | 110000 | 11100000 | 101100 | 100100 |
Color Harmonies of #344A85
Complementary color
Monochromatic Colors of #344A85
Black with #344A85
Text Example
Text Example
White with #344A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A85; }
p { color: rgb(52,74,133); }
H1.HeaderClassName
{
color: #344A85;
}
.AnyTagClassName
{
color: #344A85;
}
</style>
background-color css
<style>
a { background-color: #344A85; }
a { background-color: rgb(52,74,133); }
div.DivClassName
{
background-color: #344A85;
}
.BgClassName
{
background-color: #344A85;
}
</style>
border-color css
<style>
span { border-color: #344A85; }
span { border-color: rgb(52,74,133); }
td.TdClassName
{
border-color: #344A85;
}
.TagClassName
{
border-color: #344A85;
}
</style>