Shades of Tory Blue #344C98
Tints of Tory Blue #344C98
RGB
CMYK
RGB Variations
Color information
#344C98 (or 0x344C98) is known color: Tory Blue. HEX triplet: 34, 4C and 98. RGB value is (52,76,152). Sum of RGB (Red+Green+Blue) = 52+76+152=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #344C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344C98 is #CBB367. Grayscale: #4D4D4D. Windows color (decimal): -13349736 or 9980980. OLE color: 9980980.
HSL color Cylindrical-coordinate representation of color #344C98: hue angle of 225.6º 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 #344C98 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 76 | 152 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.40 |
| HSL | 225.6º | 0.49% | 0.4% | - |
| HSV(B) | 225.6º | 0.66% | 0.6% | - |
| XYZ | 9.67 | 8.17 | 30.77 | - |
| YUV | 77.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 152 | 0.66 | 0.50 | 0 | 0.40 | 225.6 | 0.49 | 0.4 |
| Hex | 34 | 4C | 98 | 42 | 32 | 0 | 28 | E2 | 31 | 28 |
| Octal | 64 | 114 | 230 | 102 | 62 | 0 | 50 | 342 | 61 | 50 |
| Binary | 110100 | 1001100 | 10011000 | 1000010 | 110010 | 0 | 101000 | 11100010 | 110001 | 101000 |
Color Harmonies of #344C98
Complementary color
Monochromatic Colors of #344C98
Black with #344C98
Text Example
Text Example
White with #344C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C98; }
p { color: rgb(52,76,152); }
H1.HeaderClassName
{
color: #344C98;
}
.AnyTagClassName
{
color: #344C98;
}
</style>
background-color css
<style>
a { background-color: #344C98; }
a { background-color: rgb(52,76,152); }
div.DivClassName
{
background-color: #344C98;
}
.BgClassName
{
background-color: #344C98;
}
</style>
border-color css
<style>
span { border-color: #344C98; }
span { border-color: rgb(52,76,152); }
td.TdClassName
{
border-color: #344C98;
}
.TagClassName
{
border-color: #344C98;
}
</style>