Shades of Tory Blue #344199
Tints of Tory Blue #344199
RGB
CMYK
RGB Variations
Color information
#344199 (or 0x344199) is known color: Tory Blue. HEX triplet: 34, 41 and 99. RGB value is (52,65,153). Sum of RGB (Red+Green+Blue) = 52+65+153=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #344199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344199 is #CBBE66. Grayscale: #464646. Windows color (decimal): -13352551 or 10043700. OLE color: 10043700.
HSL color Cylindrical-coordinate representation of color #344199: hue angle of 232.28º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344199 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 65 | 153 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.4 |
| HSL | 232.28º | 0.49% | 0.4% | - |
| HSV(B) | 232.28º | 0.66% | 0.6% | - |
| XYZ | 9.06 | 6.81 | 30.97 | - |
| YUV | 71.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 153 | 0.66 | 0.58 | 0 | 0.4 | 232.28 | 0.49 | 0.4 |
| Hex | 34 | 41 | 99 | 42 | 3A | 0 | 28 | E8 | 31 | 28 |
| Octal | 64 | 101 | 231 | 102 | 72 | 0 | 50 | 350 | 61 | 50 |
| Binary | 110100 | 1000001 | 10011001 | 1000010 | 111010 | 0 | 101000 | 11101000 | 110001 | 101000 |
Color Harmonies of #344199
Complementary color
Monochromatic Colors of #344199
Black with #344199
Text Example
Text Example
White with #344199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344199; }
p { color: rgb(52,65,153); }
H1.HeaderClassName
{
color: #344199;
}
.AnyTagClassName
{
color: #344199;
}
</style>
background-color css
<style>
a { background-color: #344199; }
a { background-color: rgb(52,65,153); }
div.DivClassName
{
background-color: #344199;
}
.BgClassName
{
background-color: #344199;
}
</style>
border-color css
<style>
span { border-color: #344199; }
span { border-color: rgb(52,65,153); }
td.TdClassName
{
border-color: #344199;
}
.TagClassName
{
border-color: #344199;
}
</style>