Shades of Tory Blue #344C88
Tints of Tory Blue #344C88
RGB
CMYK
RGB Variations
Color information
#344C88 (or 0x344C88) is known color: Tory Blue. HEX triplet: 34, 4C and 88. RGB value is (52,76,136). Sum of RGB (Red+Green+Blue) = 52+76+136=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #344C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C88 is #CBB377. Grayscale: #4B4B4B. Windows color (decimal): -13349752 or 8932404. OLE color: 8932404.
HSL color Cylindrical-coordinate representation of color #344C88: hue angle of 222.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344C88 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 76 | 136 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.47 |
| HSL | 222.86º | 0.45% | 0.37% | - |
| HSV(B) | 222.86º | 0.62% | 0.53% | - |
| XYZ | 8.44 | 7.68 | 24.33 | - |
| YUV | 75.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 136 | 0.62 | 0.44 | 0 | 0.47 | 222.86 | 0.45 | 0.37 |
| Hex | 34 | 4C | 88 | 3E | 2C | 0 | 2F | DF | 2D | 25 |
| Octal | 64 | 114 | 210 | 76 | 54 | 0 | 57 | 337 | 55 | 45 |
| Binary | 110100 | 1001100 | 10001000 | 111110 | 101100 | 0 | 101111 | 11011111 | 101101 | 100101 |
Color Harmonies of #344C88
Complementary color
Monochromatic Colors of #344C88
Black with #344C88
Text Example
Text Example
White with #344C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C88; }
p { color: rgb(52,76,136); }
H1.HeaderClassName
{
color: #344C88;
}
.AnyTagClassName
{
color: #344C88;
}
</style>
background-color css
<style>
a { background-color: #344C88; }
a { background-color: rgb(52,76,136); }
div.DivClassName
{
background-color: #344C88;
}
.BgClassName
{
background-color: #344C88;
}
</style>
border-color css
<style>
span { border-color: #344C88; }
span { border-color: rgb(52,76,136); }
td.TdClassName
{
border-color: #344C88;
}
.TagClassName
{
border-color: #344C88;
}
</style>