Shades of Tory Blue #344295
Tints of Tory Blue #344295
RGB
CMYK
RGB Variations
Color information
#344295 (or 0x344295) is known color: Tory Blue. HEX triplet: 34, 42 and 95. RGB value is (52,66,149). Sum of RGB (Red+Green+Blue) = 52+66+149=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #344295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344295 is #CBBD6A. Grayscale: #464646. Windows color (decimal): -13352299 or 9781812. OLE color: 9781812.
HSL color Cylindrical-coordinate representation of color #344295: hue angle of 231.34º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344295 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 66 | 149 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.42 |
| HSL | 231.34º | 0.48% | 0.39% | - |
| HSV(B) | 231.34º | 0.65% | 0.58% | - |
| XYZ | 8.79 | 6.8 | 29.28 | - |
| YUV | 71.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 149 | 0.65 | 0.56 | 0 | 0.42 | 231.34 | 0.48 | 0.39 |
| Hex | 34 | 42 | 95 | 41 | 38 | 0 | 2A | E7 | 30 | 27 |
| Octal | 64 | 102 | 225 | 101 | 70 | 0 | 52 | 347 | 60 | 47 |
| Binary | 110100 | 1000010 | 10010101 | 1000001 | 111000 | 0 | 101010 | 11100111 | 110000 | 100111 |
Color Harmonies of #344295
Complementary color
Monochromatic Colors of #344295
Black with #344295
Text Example
Text Example
White with #344295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344295; }
p { color: rgb(52,66,149); }
H1.HeaderClassName
{
color: #344295;
}
.AnyTagClassName
{
color: #344295;
}
</style>
background-color css
<style>
a { background-color: #344295; }
a { background-color: rgb(52,66,149); }
div.DivClassName
{
background-color: #344295;
}
.BgClassName
{
background-color: #344295;
}
</style>
border-color css
<style>
span { border-color: #344295; }
span { border-color: rgb(52,66,149); }
td.TdClassName
{
border-color: #344295;
}
.TagClassName
{
border-color: #344295;
}
</style>