Shades of Tory Blue #344893
Tints of Tory Blue #344893
RGB
CMYK
RGB Variations
Color information
#344893 (or 0x344893) is known color: Tory Blue. HEX triplet: 34, 48 and 93. RGB value is (52,72,147). Sum of RGB (Red+Green+Blue) = 52+72+147=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #344893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344893 is #CBB76C. Grayscale: #4A4A4A. Windows color (decimal): -13350765 or 9652276. OLE color: 9652276.
HSL color Cylindrical-coordinate representation of color #344893: hue angle of 227.37º 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 #344893 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 72 | 147 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.42 |
| HSL | 227.37º | 0.48% | 0.39% | - |
| HSV(B) | 227.37º | 0.65% | 0.58% | - |
| XYZ | 9 | 7.47 | 28.57 | - |
| YUV | 74.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 147 | 0.65 | 0.51 | 0 | 0.42 | 227.37 | 0.48 | 0.39 |
| Hex | 34 | 48 | 93 | 41 | 33 | 0 | 2A | E3 | 30 | 27 |
| Octal | 64 | 110 | 223 | 101 | 63 | 0 | 52 | 343 | 60 | 47 |
| Binary | 110100 | 1001000 | 10010011 | 1000001 | 110011 | 0 | 101010 | 11100011 | 110000 | 100111 |
Color Harmonies of #344893
Complementary color
Monochromatic Colors of #344893
Black with #344893
Text Example
Text Example
White with #344893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344893; }
p { color: rgb(52,72,147); }
H1.HeaderClassName
{
color: #344893;
}
.AnyTagClassName
{
color: #344893;
}
</style>
background-color css
<style>
a { background-color: #344893; }
a { background-color: rgb(52,72,147); }
div.DivClassName
{
background-color: #344893;
}
.BgClassName
{
background-color: #344893;
}
</style>
border-color css
<style>
span { border-color: #344893; }
span { border-color: rgb(52,72,147); }
td.TdClassName
{
border-color: #344893;
}
.TagClassName
{
border-color: #344893;
}
</style>