Shades of Tory Blue #344792
Tints of Tory Blue #344792
RGB
CMYK
RGB Variations
Color information
#344792 (or 0x344792) is known color: Tory Blue. HEX triplet: 34, 47 and 92. RGB value is (52,71,146). Sum of RGB (Red+Green+Blue) = 52+71+146=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #344792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344792 is #CBB86D. Grayscale: #494949. Windows color (decimal): -13351022 or 9586484. OLE color: 9586484.
HSL color Cylindrical-coordinate representation of color #344792: hue angle of 227.87º 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 #344792 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 71 | 146 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.43 |
| HSL | 227.87º | 0.47% | 0.39% | - |
| HSV(B) | 227.87º | 0.64% | 0.57% | - |
| XYZ | 8.86 | 7.31 | 28.14 | - |
| YUV | 73.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 146 | 0.64 | 0.51 | 0 | 0.43 | 227.87 | 0.47 | 0.39 |
| Hex | 34 | 47 | 92 | 40 | 33 | 0 | 2B | E4 | 2F | 27 |
| Octal | 64 | 107 | 222 | 100 | 63 | 0 | 53 | 344 | 57 | 47 |
| Binary | 110100 | 1000111 | 10010010 | 1000000 | 110011 | 0 | 101011 | 11100100 | 101111 | 100111 |
Color Harmonies of #344792
Complementary color
Monochromatic Colors of #344792
Black with #344792
Text Example
Text Example
White with #344792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344792; }
p { color: rgb(52,71,146); }
H1.HeaderClassName
{
color: #344792;
}
.AnyTagClassName
{
color: #344792;
}
</style>
background-color css
<style>
a { background-color: #344792; }
a { background-color: rgb(52,71,146); }
div.DivClassName
{
background-color: #344792;
}
.BgClassName
{
background-color: #344792;
}
</style>
border-color css
<style>
span { border-color: #344792; }
span { border-color: rgb(52,71,146); }
td.TdClassName
{
border-color: #344792;
}
.TagClassName
{
border-color: #344792;
}
</style>