Shades of Tory Blue #344194
Tints of Tory Blue #344194
RGB
CMYK
RGB Variations
Color information
#344194 (or 0x344194) is known color: Tory Blue. HEX triplet: 34, 41 and 94. RGB value is (52,65,148). Sum of RGB (Red+Green+Blue) = 52+65+148=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #344194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344194 is #CBBE6B. Grayscale: #464646. Windows color (decimal): -13352556 or 9716020. OLE color: 9716020.
HSL color Cylindrical-coordinate representation of color #344194: hue angle of 231.88º 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 #344194 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 65 | 148 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.42 |
| HSL | 231.88º | 0.48% | 0.39% | - |
| HSV(B) | 231.88º | 0.65% | 0.58% | - |
| XYZ | 8.65 | 6.65 | 28.84 | - |
| YUV | 70.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 148 | 0.65 | 0.56 | 0 | 0.42 | 231.88 | 0.48 | 0.39 |
| Hex | 34 | 41 | 94 | 41 | 38 | 0 | 2A | E8 | 30 | 27 |
| Octal | 64 | 101 | 224 | 101 | 70 | 0 | 52 | 350 | 60 | 47 |
| Binary | 110100 | 1000001 | 10010100 | 1000001 | 111000 | 0 | 101010 | 11101000 | 110000 | 100111 |
Color Harmonies of #344194
Complementary color
Monochromatic Colors of #344194
Black with #344194
Text Example
Text Example
White with #344194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344194; }
p { color: rgb(52,65,148); }
H1.HeaderClassName
{
color: #344194;
}
.AnyTagClassName
{
color: #344194;
}
</style>
background-color css
<style>
a { background-color: #344194; }
a { background-color: rgb(52,65,148); }
div.DivClassName
{
background-color: #344194;
}
.BgClassName
{
background-color: #344194;
}
</style>
border-color css
<style>
span { border-color: #344194; }
span { border-color: rgb(52,65,148); }
td.TdClassName
{
border-color: #344194;
}
.TagClassName
{
border-color: #344194;
}
</style>