Shades of Tory Blue #344F9B
Tints of Tory Blue #344F9B
RGB
CMYK
RGB Variations
Color information
#344F9B (or 0x344F9B) is known color: Tory Blue. HEX triplet: 34, 4F and 9B. RGB value is (52,79,155). Sum of RGB (Red+Green+Blue) = 52+79+155=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #344F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344F9B is #CBB064. Grayscale: #4F4F4F. Windows color (decimal): -13348965 or 10178356. OLE color: 10178356.
HSL color Cylindrical-coordinate representation of color #344F9B: hue angle of 224.27º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #344F9B is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 79 | 155 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.39 |
| HSL | 224.27º | 0.5% | 0.41% | - |
| HSV(B) | 224.27º | 0.66% | 0.61% | - |
| XYZ | 10.13 | 8.69 | 32.15 | - |
| YUV | 79.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 155 | 0.66 | 0.49 | 0 | 0.39 | 224.27 | 0.5 | 0.41 |
| Hex | 34 | 4F | 9B | 42 | 31 | 0 | 27 | E0 | 32 | 29 |
| Octal | 64 | 117 | 233 | 102 | 61 | 0 | 47 | 340 | 62 | 51 |
| Binary | 110100 | 1001111 | 10011011 | 1000010 | 110001 | 0 | 100111 | 11100000 | 110010 | 101001 |
Color Harmonies of #344F9B
Complementary color
Monochromatic Colors of #344F9B
Black with #344F9B
Text Example
Text Example
White with #344F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F9B; }
p { color: rgb(52,79,155); }
H1.HeaderClassName
{
color: #344F9B;
}
.AnyTagClassName
{
color: #344F9B;
}
</style>
background-color css
<style>
a { background-color: #344F9B; }
a { background-color: rgb(52,79,155); }
div.DivClassName
{
background-color: #344F9B;
}
.BgClassName
{
background-color: #344F9B;
}
</style>
border-color css
<style>
span { border-color: #344F9B; }
span { border-color: rgb(52,79,155); }
td.TdClassName
{
border-color: #344F9B;
}
.TagClassName
{
border-color: #344F9B;
}
</style>