Shades of Tory Blue #344593
Tints of Tory Blue #344593
RGB
CMYK
RGB Variations
Color information
#344593 (or 0x344593) is known color: Tory Blue. HEX triplet: 34, 45 and 93. RGB value is (52,69,147). Sum of RGB (Red+Green+Blue) = 52+69+147=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #344593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344593 is #CBBA6C. Grayscale: #484848. Windows color (decimal): -13351533 or 9651508. OLE color: 9651508.
HSL color Cylindrical-coordinate representation of color #344593: hue angle of 229.26º 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 #344593 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 69 | 147 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.42 |
| HSL | 229.26º | 0.48% | 0.39% | - |
| HSV(B) | 229.26º | 0.65% | 0.58% | - |
| XYZ | 8.81 | 7.09 | 28.51 | - |
| YUV | 72.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 147 | 0.65 | 0.53 | 0 | 0.42 | 229.26 | 0.48 | 0.39 |
| Hex | 34 | 45 | 93 | 41 | 35 | 0 | 2A | E5 | 30 | 27 |
| Octal | 64 | 105 | 223 | 101 | 65 | 0 | 52 | 345 | 60 | 47 |
| Binary | 110100 | 1000101 | 10010011 | 1000001 | 110101 | 0 | 101010 | 11100101 | 110000 | 100111 |
Color Harmonies of #344593
Complementary color
Monochromatic Colors of #344593
Black with #344593
Text Example
Text Example
White with #344593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344593; }
p { color: rgb(52,69,147); }
H1.HeaderClassName
{
color: #344593;
}
.AnyTagClassName
{
color: #344593;
}
</style>
background-color css
<style>
a { background-color: #344593; }
a { background-color: rgb(52,69,147); }
div.DivClassName
{
background-color: #344593;
}
.BgClassName
{
background-color: #344593;
}
</style>
border-color css
<style>
span { border-color: #344593; }
span { border-color: rgb(52,69,147); }
td.TdClassName
{
border-color: #344593;
}
.TagClassName
{
border-color: #344593;
}
</style>