Shades of Tory Blue #344CA4
Tints of Tory Blue #344CA4
RGB
CMYK
RGB Variations
Color information
#344CA4 (or 0x344CA4) is known color: Tory Blue. HEX triplet: 34, 4C and A4. RGB value is (52,76,164). Sum of RGB (Red+Green+Blue) = 52+76+164=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #344CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344CA4 is #CBB35B. Grayscale: #4E4E4E. Windows color (decimal): -13349724 or 10767412. OLE color: 10767412.
HSL color Cylindrical-coordinate representation of color #344CA4: hue angle of 227.14º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344CA4 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 76 | 164 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.36 |
| HSL | 227.14º | 0.52% | 0.42% | - |
| HSV(B) | 227.14º | 0.68% | 0.64% | - |
| XYZ | 10.7 | 8.58 | 36.21 | - |
| YUV | 78.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 164 | 0.68 | 0.54 | 0 | 0.36 | 227.14 | 0.52 | 0.42 |
| Hex | 34 | 4C | A4 | 44 | 36 | 0 | 24 | E3 | 34 | 2A |
| Octal | 64 | 114 | 244 | 104 | 66 | 0 | 44 | 343 | 64 | 52 |
| Binary | 110100 | 1001100 | 10100100 | 1000100 | 110110 | 0 | 100100 | 11100011 | 110100 | 101010 |
Color Harmonies of #344CA4
Complementary color
Monochromatic Colors of #344CA4
Black with #344CA4
Text Example
Text Example
White with #344CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CA4; }
p { color: rgb(52,76,164); }
H1.HeaderClassName
{
color: #344CA4;
}
.AnyTagClassName
{
color: #344CA4;
}
</style>
background-color css
<style>
a { background-color: #344CA4; }
a { background-color: rgb(52,76,164); }
div.DivClassName
{
background-color: #344CA4;
}
.BgClassName
{
background-color: #344CA4;
}
</style>
border-color css
<style>
span { border-color: #344CA4; }
span { border-color: rgb(52,76,164); }
td.TdClassName
{
border-color: #344CA4;
}
.TagClassName
{
border-color: #344CA4;
}
</style>