Shades of Tory Blue #344A8C
Tints of Tory Blue #344A8C
RGB
CMYK
RGB Variations
Color information
#344A8C (or 0x344A8C) is known color: Tory Blue. HEX triplet: 34, 4A and 8C. RGB value is (52,74,140). Sum of RGB (Red+Green+Blue) = 52+74+140=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #344A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A8C is #CBB573. Grayscale: #4A4A4A. Windows color (decimal): -13350260 or 9194036. OLE color: 9194036.
HSL color Cylindrical-coordinate representation of color #344A8C: hue angle of 225º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #344A8C is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 74 | 140 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.45 |
| HSL | 225º | 0.46% | 0.38% | - |
| HSV(B) | 225º | 0.63% | 0.55% | - |
| XYZ | 8.6 | 7.52 | 25.81 | - |
| YUV | 74.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 140 | 0.63 | 0.47 | 0 | 0.45 | 225 | 0.46 | 0.38 |
| Hex | 34 | 4A | 8C | 3F | 2F | 0 | 2D | E1 | 2E | 26 |
| Octal | 64 | 112 | 214 | 77 | 57 | 0 | 55 | 341 | 56 | 46 |
| Binary | 110100 | 1001010 | 10001100 | 111111 | 101111 | 0 | 101101 | 11100001 | 101110 | 100110 |
Color Harmonies of #344A8C
Complementary color
Monochromatic Colors of #344A8C
Black with #344A8C
Text Example
Text Example
White with #344A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A8C; }
p { color: rgb(52,74,140); }
H1.HeaderClassName
{
color: #344A8C;
}
.AnyTagClassName
{
color: #344A8C;
}
</style>
background-color css
<style>
a { background-color: #344A8C; }
a { background-color: rgb(52,74,140); }
div.DivClassName
{
background-color: #344A8C;
}
.BgClassName
{
background-color: #344A8C;
}
</style>
border-color css
<style>
span { border-color: #344A8C; }
span { border-color: rgb(52,74,140); }
td.TdClassName
{
border-color: #344A8C;
}
.TagClassName
{
border-color: #344A8C;
}
</style>