Shades of Tory Blue #344385
Tints of Tory Blue #344385
RGB
CMYK
RGB Variations
Color information
#344385 (or 0x344385) is known color: Tory Blue. HEX triplet: 34, 43 and 85. RGB value is (52,67,133). Sum of RGB (Red+Green+Blue) = 52+67+133=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #344385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344385 is #CBBC7A. Grayscale: #454545. Windows color (decimal): -13352059 or 8733492. OLE color: 8733492.
HSL color Cylindrical-coordinate representation of color #344385: hue angle of 228.89º 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 #344385 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 67 | 133 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.48 |
| HSL | 228.89º | 0.44% | 0.36% | - |
| HSV(B) | 228.89º | 0.61% | 0.52% | - |
| XYZ | 7.66 | 6.44 | 23.03 | - |
| YUV | 70.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 133 | 0.61 | 0.50 | 0 | 0.48 | 228.89 | 0.44 | 0.36 |
| Hex | 34 | 43 | 85 | 3D | 32 | 0 | 30 | E5 | 2C | 24 |
| Octal | 64 | 103 | 205 | 75 | 62 | 0 | 60 | 345 | 54 | 44 |
| Binary | 110100 | 1000011 | 10000101 | 111101 | 110010 | 0 | 110000 | 11100101 | 101100 | 100100 |
Color Harmonies of #344385
Complementary color
Monochromatic Colors of #344385
Black with #344385
Text Example
Text Example
White with #344385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344385; }
p { color: rgb(52,67,133); }
H1.HeaderClassName
{
color: #344385;
}
.AnyTagClassName
{
color: #344385;
}
</style>
background-color css
<style>
a { background-color: #344385; }
a { background-color: rgb(52,67,133); }
div.DivClassName
{
background-color: #344385;
}
.BgClassName
{
background-color: #344385;
}
</style>
border-color css
<style>
span { border-color: #344385; }
span { border-color: rgb(52,67,133); }
td.TdClassName
{
border-color: #344385;
}
.TagClassName
{
border-color: #344385;
}
</style>