Shades of Tory Blue #344592
Tints of Tory Blue #344592
RGB
CMYK
RGB Variations
Color information
#344592 (or 0x344592) is known color: Tory Blue. HEX triplet: 34, 45 and 92. RGB value is (52,69,146). Sum of RGB (Red+Green+Blue) = 52+69+146=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #344592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344592 is #CBBA6D. Grayscale: #484848. Windows color (decimal): -13351534 or 9585972. OLE color: 9585972.
HSL color Cylindrical-coordinate representation of color #344592: hue angle of 229.15º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344592 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 69 | 146 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.43 |
| HSL | 229.15º | 0.47% | 0.39% | - |
| HSV(B) | 229.15º | 0.64% | 0.57% | - |
| XYZ | 8.73 | 7.06 | 28.1 | - |
| YUV | 72.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 146 | 0.64 | 0.53 | 0 | 0.43 | 229.15 | 0.47 | 0.39 |
| Hex | 34 | 45 | 92 | 40 | 35 | 0 | 2B | E5 | 2F | 27 |
| Octal | 64 | 105 | 222 | 100 | 65 | 0 | 53 | 345 | 57 | 47 |
| Binary | 110100 | 1000101 | 10010010 | 1000000 | 110101 | 0 | 101011 | 11100101 | 101111 | 100111 |
Color Harmonies of #344592
Complementary color
Monochromatic Colors of #344592
Black with #344592
Text Example
Text Example
White with #344592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344592; }
p { color: rgb(52,69,146); }
H1.HeaderClassName
{
color: #344592;
}
.AnyTagClassName
{
color: #344592;
}
</style>
background-color css
<style>
a { background-color: #344592; }
a { background-color: rgb(52,69,146); }
div.DivClassName
{
background-color: #344592;
}
.BgClassName
{
background-color: #344592;
}
</style>
border-color css
<style>
span { border-color: #344592; }
span { border-color: rgb(52,69,146); }
td.TdClassName
{
border-color: #344592;
}
.TagClassName
{
border-color: #344592;
}
</style>