Shades of Tory Blue #344192
Tints of Tory Blue #344192
RGB
CMYK
RGB Variations
Color information
#344192 (or 0x344192) is known color: Tory Blue. HEX triplet: 34, 41 and 92. RGB value is (52,65,146). Sum of RGB (Red+Green+Blue) = 52+65+146=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #344192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344192 is #CBBE6D. Grayscale: #464646. Windows color (decimal): -13352558 or 9584948. OLE color: 9584948.
HSL color Cylindrical-coordinate representation of color #344192: hue angle of 231.7º 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 #344192 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 65 | 146 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.43 |
| HSL | 231.7º | 0.47% | 0.39% | - |
| HSV(B) | 231.7º | 0.64% | 0.57% | - |
| XYZ | 8.49 | 6.59 | 28.02 | - |
| YUV | 70.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 146 | 0.64 | 0.55 | 0 | 0.43 | 231.7 | 0.47 | 0.39 |
| Hex | 34 | 41 | 92 | 40 | 37 | 0 | 2B | E8 | 2F | 27 |
| Octal | 64 | 101 | 222 | 100 | 67 | 0 | 53 | 350 | 57 | 47 |
| Binary | 110100 | 1000001 | 10010010 | 1000000 | 110111 | 0 | 101011 | 11101000 | 101111 | 100111 |
Color Harmonies of #344192
Complementary color
Monochromatic Colors of #344192
Black with #344192
Text Example
Text Example
White with #344192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344192; }
p { color: rgb(52,65,146); }
H1.HeaderClassName
{
color: #344192;
}
.AnyTagClassName
{
color: #344192;
}
</style>
background-color css
<style>
a { background-color: #344192; }
a { background-color: rgb(52,65,146); }
div.DivClassName
{
background-color: #344192;
}
.BgClassName
{
background-color: #344192;
}
</style>
border-color css
<style>
span { border-color: #344192; }
span { border-color: rgb(52,65,146); }
td.TdClassName
{
border-color: #344192;
}
.TagClassName
{
border-color: #344192;
}
</style>