Shades of Tory Blue #344598
Tints of Tory Blue #344598
RGB
CMYK
RGB Variations
Color information
#344598 (or 0x344598) is known color: Tory Blue. HEX triplet: 34, 45 and 98. RGB value is (52,69,152). Sum of RGB (Red+Green+Blue) = 52+69+152=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #344598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344598 is #CBBA67. Grayscale: #494949. Windows color (decimal): -13351528 or 9979188. OLE color: 9979188.
HSL color Cylindrical-coordinate representation of color #344598: hue angle of 229.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344598 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 69 | 152 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.40 |
| HSL | 229.8º | 0.49% | 0.4% | - |
| HSV(B) | 229.8º | 0.66% | 0.6% | - |
| XYZ | 9.21 | 7.25 | 30.62 | - |
| YUV | 73.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 152 | 0.66 | 0.55 | 0 | 0.40 | 229.8 | 0.49 | 0.4 |
| Hex | 34 | 45 | 98 | 42 | 37 | 0 | 28 | E6 | 31 | 28 |
| Octal | 64 | 105 | 230 | 102 | 67 | 0 | 50 | 346 | 61 | 50 |
| Binary | 110100 | 1000101 | 10011000 | 1000010 | 110111 | 0 | 101000 | 11100110 | 110001 | 101000 |
Color Harmonies of #344598
Complementary color
Monochromatic Colors of #344598
Black with #344598
Text Example
Text Example
White with #344598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344598; }
p { color: rgb(52,69,152); }
H1.HeaderClassName
{
color: #344598;
}
.AnyTagClassName
{
color: #344598;
}
</style>
background-color css
<style>
a { background-color: #344598; }
a { background-color: rgb(52,69,152); }
div.DivClassName
{
background-color: #344598;
}
.BgClassName
{
background-color: #344598;
}
</style>
border-color css
<style>
span { border-color: #344598; }
span { border-color: rgb(52,69,152); }
td.TdClassName
{
border-color: #344598;
}
.TagClassName
{
border-color: #344598;
}
</style>