Shades of Tory Blue #344AA4
Tints of Tory Blue #344AA4
RGB
CMYK
RGB Variations
Color information
#344AA4 (or 0x344AA4) is known color: Tory Blue. HEX triplet: 34, 4A and A4. RGB value is (52,74,164). Sum of RGB (Red+Green+Blue) = 52+74+164=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #344AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344AA4 is #CBB55B. Grayscale: #4D4D4D. Windows color (decimal): -13350236 or 10766900. OLE color: 10766900.
HSL color Cylindrical-coordinate representation of color #344AA4: hue angle of 228.21º 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 #344AA4 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 74 | 164 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.36 |
| HSL | 228.21º | 0.52% | 0.42% | - |
| HSV(B) | 228.21º | 0.68% | 0.64% | - |
| XYZ | 10.57 | 8.31 | 36.17 | - |
| YUV | 77.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 164 | 0.68 | 0.55 | 0 | 0.36 | 228.21 | 0.52 | 0.42 |
| Hex | 34 | 4A | A4 | 44 | 37 | 0 | 24 | E4 | 34 | 2A |
| Octal | 64 | 112 | 244 | 104 | 67 | 0 | 44 | 344 | 64 | 52 |
| Binary | 110100 | 1001010 | 10100100 | 1000100 | 110111 | 0 | 100100 | 11100100 | 110100 | 101010 |
Color Harmonies of #344AA4
Complementary color
Monochromatic Colors of #344AA4
Black with #344AA4
Text Example
Text Example
White with #344AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AA4; }
p { color: rgb(52,74,164); }
H1.HeaderClassName
{
color: #344AA4;
}
.AnyTagClassName
{
color: #344AA4;
}
</style>
background-color css
<style>
a { background-color: #344AA4; }
a { background-color: rgb(52,74,164); }
div.DivClassName
{
background-color: #344AA4;
}
.BgClassName
{
background-color: #344AA4;
}
</style>
border-color css
<style>
span { border-color: #344AA4; }
span { border-color: rgb(52,74,164); }
td.TdClassName
{
border-color: #344AA4;
}
.TagClassName
{
border-color: #344AA4;
}
</style>