Shades of Tory Blue #344287
Tints of Tory Blue #344287
RGB
CMYK
RGB Variations
Color information
#344287 (or 0x344287) is known color: Tory Blue. HEX triplet: 34, 42 and 87. RGB value is (52,66,135). Sum of RGB (Red+Green+Blue) = 52+66+135=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #344287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344287 is #CBBD78. Grayscale: #454545. Windows color (decimal): -13352313 or 8864308. OLE color: 8864308.
HSL color Cylindrical-coordinate representation of color #344287: hue angle of 229.88º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344287 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 66 | 135 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.47 |
| HSL | 229.88º | 0.44% | 0.37% | - |
| HSV(B) | 229.88º | 0.61% | 0.53% | - |
| XYZ | 7.74 | 6.38 | 23.74 | - |
| YUV | 69.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 135 | 0.61 | 0.51 | 0 | 0.47 | 229.88 | 0.44 | 0.37 |
| Hex | 34 | 42 | 87 | 3D | 33 | 0 | 2F | E6 | 2C | 25 |
| Octal | 64 | 102 | 207 | 75 | 63 | 0 | 57 | 346 | 54 | 45 |
| Binary | 110100 | 1000010 | 10000111 | 111101 | 110011 | 0 | 101111 | 11100110 | 101100 | 100101 |
Color Harmonies of #344287
Complementary color
Monochromatic Colors of #344287
Black with #344287
Text Example
Text Example
White with #344287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344287; }
p { color: rgb(52,66,135); }
H1.HeaderClassName
{
color: #344287;
}
.AnyTagClassName
{
color: #344287;
}
</style>
background-color css
<style>
a { background-color: #344287; }
a { background-color: rgb(52,66,135); }
div.DivClassName
{
background-color: #344287;
}
.BgClassName
{
background-color: #344287;
}
</style>
border-color css
<style>
span { border-color: #344287; }
span { border-color: rgb(52,66,135); }
td.TdClassName
{
border-color: #344287;
}
.TagClassName
{
border-color: #344287;
}
</style>