Shades of Tory Blue #344390
Tints of Tory Blue #344390
RGB
CMYK
RGB Variations
Color information
#344390 (or 0x344390) is known color: Tory Blue. HEX triplet: 34, 43 and 90. RGB value is (52,67,144). Sum of RGB (Red+Green+Blue) = 52+67+144=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #344390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344390 is #CBBC6F. Grayscale: #464646. Windows color (decimal): -13352048 or 9454388. OLE color: 9454388.
HSL color Cylindrical-coordinate representation of color #344390: hue angle of 230.22º 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 #344390 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 67 | 144 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.44 |
| HSL | 230.22º | 0.47% | 0.38% | - |
| HSV(B) | 230.22º | 0.64% | 0.56% | - |
| XYZ | 8.46 | 6.76 | 27.24 | - |
| YUV | 71.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 144 | 0.64 | 0.53 | 0 | 0.44 | 230.22 | 0.47 | 0.38 |
| Hex | 34 | 43 | 90 | 40 | 35 | 0 | 2C | E6 | 2F | 26 |
| Octal | 64 | 103 | 220 | 100 | 65 | 0 | 54 | 346 | 57 | 46 |
| Binary | 110100 | 1000011 | 10010000 | 1000000 | 110101 | 0 | 101100 | 11100110 | 101111 | 100110 |
Color Harmonies of #344390
Complementary color
Monochromatic Colors of #344390
Black with #344390
Text Example
Text Example
White with #344390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344390; }
p { color: rgb(52,67,144); }
H1.HeaderClassName
{
color: #344390;
}
.AnyTagClassName
{
color: #344390;
}
</style>
background-color css
<style>
a { background-color: #344390; }
a { background-color: rgb(52,67,144); }
div.DivClassName
{
background-color: #344390;
}
.BgClassName
{
background-color: #344390;
}
</style>
border-color css
<style>
span { border-color: #344390; }
span { border-color: rgb(52,67,144); }
td.TdClassName
{
border-color: #344390;
}
.TagClassName
{
border-color: #344390;
}
</style>