Shades of Tory Blue #344290
Tints of Tory Blue #344290
RGB
CMYK
RGB Variations
Color information
#344290 (or 0x344290) is known color: Tory Blue. HEX triplet: 34, 42 and 90. RGB value is (52,66,144). Sum of RGB (Red+Green+Blue) = 52+66+144=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #344290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344290 is #CBBD6F. Grayscale: #464646. Windows color (decimal): -13352304 or 9454132. OLE color: 9454132.
HSL color Cylindrical-coordinate representation of color #344290: hue angle of 230.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #344290 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 66 | 144 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.44 |
| HSL | 230.87º | 0.47% | 0.38% | - |
| HSV(B) | 230.87º | 0.64% | 0.56% | - |
| XYZ | 8.4 | 6.64 | 27.22 | - |
| YUV | 70.71 | 169.36 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 144 | 0.64 | 0.54 | 0 | 0.44 | 230.87 | 0.47 | 0.38 |
| Hex | 34 | 42 | 90 | 40 | 36 | 0 | 2C | E7 | 2F | 26 |
| Octal | 64 | 102 | 220 | 100 | 66 | 0 | 54 | 347 | 57 | 46 |
| Binary | 110100 | 1000010 | 10010000 | 1000000 | 110110 | 0 | 101100 | 11100111 | 101111 | 100110 |
Color Harmonies of #344290
Complementary color
Monochromatic Colors of #344290
Black with #344290
Text Example
Text Example
White with #344290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344290; }
p { color: rgb(52,66,144); }
H1.HeaderClassName
{
color: #344290;
}
.AnyTagClassName
{
color: #344290;
}
</style>
background-color css
<style>
a { background-color: #344290; }
a { background-color: rgb(52,66,144); }
div.DivClassName
{
background-color: #344290;
}
.BgClassName
{
background-color: #344290;
}
</style>
border-color css
<style>
span { border-color: #344290; }
span { border-color: rgb(52,66,144); }
td.TdClassName
{
border-color: #344290;
}
.TagClassName
{
border-color: #344290;
}
</style>