Shades of Tory Blue #344BA4
Tints of Tory Blue #344BA4
RGB
CMYK
RGB Variations
Color information
#344BA4 (or 0x344BA4) is known color: Tory Blue. HEX triplet: 34, 4B and A4. RGB value is (52,75,164). Sum of RGB (Red+Green+Blue) = 52+75+164=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #344BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344BA4 is #CBB45B. Grayscale: #4D4D4D. Windows color (decimal): -13349980 or 10767156. OLE color: 10767156.
HSL color Cylindrical-coordinate representation of color #344BA4: hue angle of 227.68º 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 #344BA4 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 75 | 164 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.36 |
| HSL | 227.68º | 0.52% | 0.42% | - |
| HSV(B) | 227.68º | 0.68% | 0.64% | - |
| XYZ | 10.63 | 8.44 | 36.19 | - |
| YUV | 78.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 164 | 0.68 | 0.54 | 0 | 0.36 | 227.68 | 0.52 | 0.42 |
| Hex | 34 | 4B | A4 | 44 | 36 | 0 | 24 | E4 | 34 | 2A |
| Octal | 64 | 113 | 244 | 104 | 66 | 0 | 44 | 344 | 64 | 52 |
| Binary | 110100 | 1001011 | 10100100 | 1000100 | 110110 | 0 | 100100 | 11100100 | 110100 | 101010 |
Color Harmonies of #344BA4
Complementary color
Monochromatic Colors of #344BA4
Black with #344BA4
Text Example
Text Example
White with #344BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BA4; }
p { color: rgb(52,75,164); }
H1.HeaderClassName
{
color: #344BA4;
}
.AnyTagClassName
{
color: #344BA4;
}
</style>
background-color css
<style>
a { background-color: #344BA4; }
a { background-color: rgb(52,75,164); }
div.DivClassName
{
background-color: #344BA4;
}
.BgClassName
{
background-color: #344BA4;
}
</style>
border-color css
<style>
span { border-color: #344BA4; }
span { border-color: rgb(52,75,164); }
td.TdClassName
{
border-color: #344BA4;
}
.TagClassName
{
border-color: #344BA4;
}
</style>