Shades of Tory Blue #344F9A
Tints of Tory Blue #344F9A
RGB
CMYK
RGB Variations
Color information
#344F9A (or 0x344F9A) is known color: Tory Blue. HEX triplet: 34, 4F and 9A. RGB value is (52,79,154). Sum of RGB (Red+Green+Blue) = 52+79+154=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #344F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F9A is #CBB065. Grayscale: #4F4F4F. Windows color (decimal): -13348966 or 10112820. OLE color: 10112820.
HSL color Cylindrical-coordinate representation of color #344F9A: hue angle of 224.12º degrees, saturation: 0.5, 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 #344F9A is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 79 | 154 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.40 |
| HSL | 224.12º | 0.5% | 0.4% | - |
| HSV(B) | 224.12º | 0.66% | 0.6% | - |
| XYZ | 10.04 | 8.66 | 31.71 | - |
| YUV | 79.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 154 | 0.66 | 0.49 | 0 | 0.40 | 224.12 | 0.5 | 0.4 |
| Hex | 34 | 4F | 9A | 42 | 31 | 0 | 28 | E0 | 32 | 28 |
| Octal | 64 | 117 | 232 | 102 | 61 | 0 | 50 | 340 | 62 | 50 |
| Binary | 110100 | 1001111 | 10011010 | 1000010 | 110001 | 0 | 101000 | 11100000 | 110010 | 101000 |
Color Harmonies of #344F9A
Complementary color
Monochromatic Colors of #344F9A
Black with #344F9A
Text Example
Text Example
White with #344F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F9A; }
p { color: rgb(52,79,154); }
H1.HeaderClassName
{
color: #344F9A;
}
.AnyTagClassName
{
color: #344F9A;
}
</style>
background-color css
<style>
a { background-color: #344F9A; }
a { background-color: rgb(52,79,154); }
div.DivClassName
{
background-color: #344F9A;
}
.BgClassName
{
background-color: #344F9A;
}
</style>
border-color css
<style>
span { border-color: #344F9A; }
span { border-color: rgb(52,79,154); }
td.TdClassName
{
border-color: #344F9A;
}
.TagClassName
{
border-color: #344F9A;
}
</style>