Shades of Tory Blue #344294
Tints of Tory Blue #344294
RGB
CMYK
RGB Variations
Color information
#344294 (or 0x344294) is known color: Tory Blue. HEX triplet: 34, 42 and 94. RGB value is (52,66,148). Sum of RGB (Red+Green+Blue) = 52+66+148=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #344294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344294 is #CBBD6B. Grayscale: #464646. Windows color (decimal): -13352300 or 9716276. OLE color: 9716276.
HSL color Cylindrical-coordinate representation of color #344294: hue angle of 231.25º 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 #344294 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 66 | 148 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.42 |
| HSL | 231.25º | 0.48% | 0.39% | - |
| HSV(B) | 231.25º | 0.65% | 0.58% | - |
| XYZ | 8.71 | 6.76 | 28.86 | - |
| YUV | 71.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 148 | 0.65 | 0.55 | 0 | 0.42 | 231.25 | 0.48 | 0.39 |
| Hex | 34 | 42 | 94 | 41 | 37 | 0 | 2A | E7 | 30 | 27 |
| Octal | 64 | 102 | 224 | 101 | 67 | 0 | 52 | 347 | 60 | 47 |
| Binary | 110100 | 1000010 | 10010100 | 1000001 | 110111 | 0 | 101010 | 11100111 | 110000 | 100111 |
Color Harmonies of #344294
Complementary color
Monochromatic Colors of #344294
Black with #344294
Text Example
Text Example
White with #344294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344294; }
p { color: rgb(52,66,148); }
H1.HeaderClassName
{
color: #344294;
}
.AnyTagClassName
{
color: #344294;
}
</style>
background-color css
<style>
a { background-color: #344294; }
a { background-color: rgb(52,66,148); }
div.DivClassName
{
background-color: #344294;
}
.BgClassName
{
background-color: #344294;
}
</style>
border-color css
<style>
span { border-color: #344294; }
span { border-color: rgb(52,66,148); }
td.TdClassName
{
border-color: #344294;
}
.TagClassName
{
border-color: #344294;
}
</style>