Shades of Tory Blue #343FA0
Tints of Tory Blue #343FA0
RGB
CMYK
RGB Variations
Color information
#343FA0 (or 0x343FA0) is known color: Tory Blue. HEX triplet: 34, 3F and A0. RGB value is (52,63,160). Sum of RGB (Red+Green+Blue) = 52+63+160=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #343FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343FA0 is #CBC05F. Grayscale: #464646. Windows color (decimal): -13353056 or 10501940. OLE color: 10501940.
HSL color Cylindrical-coordinate representation of color #343FA0: hue angle of 233.89º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343FA0 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 63 | 160 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.37 |
| HSL | 233.89º | 0.51% | 0.42% | - |
| HSV(B) | 233.89º | 0.68% | 0.63% | - |
| XYZ | 9.54 | 6.82 | 34.07 | - |
| YUV | 70.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 160 | 0.68 | 0.61 | 0 | 0.37 | 233.89 | 0.51 | 0.42 |
| Hex | 34 | 3F | A0 | 44 | 3D | 0 | 25 | EA | 33 | 2A |
| Octal | 64 | 77 | 240 | 104 | 75 | 0 | 45 | 352 | 63 | 52 |
| Binary | 110100 | 111111 | 10100000 | 1000100 | 111101 | 0 | 100101 | 11101010 | 110011 | 101010 |
Color Harmonies of #343FA0
Complementary color
Monochromatic Colors of #343FA0
Black with #343FA0
Text Example
Text Example
White with #343FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FA0; }
p { color: rgb(52,63,160); }
H1.HeaderClassName
{
color: #343FA0;
}
.AnyTagClassName
{
color: #343FA0;
}
</style>
background-color css
<style>
a { background-color: #343FA0; }
a { background-color: rgb(52,63,160); }
div.DivClassName
{
background-color: #343FA0;
}
.BgClassName
{
background-color: #343FA0;
}
</style>
border-color css
<style>
span { border-color: #343FA0; }
span { border-color: rgb(52,63,160); }
td.TdClassName
{
border-color: #343FA0;
}
.TagClassName
{
border-color: #343FA0;
}
</style>