Shades of Tory Blue #344485
Tints of Tory Blue #344485
RGB
CMYK
RGB Variations
Color information
#344485 (or 0x344485) is known color: Tory Blue. HEX triplet: 34, 44 and 85. RGB value is (52,68,133). Sum of RGB (Red+Green+Blue) = 52+68+133=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #344485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344485 is #CBBB7A. Grayscale: #464646. Windows color (decimal): -13351803 or 8733748. OLE color: 8733748.
HSL color Cylindrical-coordinate representation of color #344485: hue angle of 228.15º 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 #344485 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 68 | 133 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.48 |
| HSL | 228.15º | 0.44% | 0.36% | - |
| HSV(B) | 228.15º | 0.61% | 0.52% | - |
| XYZ | 7.72 | 6.56 | 23.05 | - |
| YUV | 70.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 133 | 0.61 | 0.49 | 0 | 0.48 | 228.15 | 0.44 | 0.36 |
| Hex | 34 | 44 | 85 | 3D | 31 | 0 | 30 | E4 | 2C | 24 |
| Octal | 64 | 104 | 205 | 75 | 61 | 0 | 60 | 344 | 54 | 44 |
| Binary | 110100 | 1000100 | 10000101 | 111101 | 110001 | 0 | 110000 | 11100100 | 101100 | 100100 |
Color Harmonies of #344485
Complementary color
Monochromatic Colors of #344485
Black with #344485
Text Example
Text Example
White with #344485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344485; }
p { color: rgb(52,68,133); }
H1.HeaderClassName
{
color: #344485;
}
.AnyTagClassName
{
color: #344485;
}
</style>
background-color css
<style>
a { background-color: #344485; }
a { background-color: rgb(52,68,133); }
div.DivClassName
{
background-color: #344485;
}
.BgClassName
{
background-color: #344485;
}
</style>
border-color css
<style>
span { border-color: #344485; }
span { border-color: rgb(52,68,133); }
td.TdClassName
{
border-color: #344485;
}
.TagClassName
{
border-color: #344485;
}
</style>