Shades of Tory Blue #343F96
Tints of Tory Blue #343F96
RGB
CMYK
RGB Variations
Color information
#343F96 (or 0x343F96) is known color: Tory Blue. HEX triplet: 34, 3F and 96. RGB value is (52,63,150). Sum of RGB (Red+Green+Blue) = 52+63+150=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #343F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F96 is #CBC069. Grayscale: #454545. Windows color (decimal): -13353066 or 9846580. OLE color: 9846580.
HSL color Cylindrical-coordinate representation of color #343F96: hue angle of 233.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343F96 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 63 | 150 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.41 |
| HSL | 233.27º | 0.49% | 0.4% | - |
| HSV(B) | 233.27º | 0.65% | 0.59% | - |
| XYZ | 8.7 | 6.49 | 29.65 | - |
| YUV | 69.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 150 | 0.65 | 0.58 | 0 | 0.41 | 233.27 | 0.49 | 0.4 |
| Hex | 34 | 3F | 96 | 41 | 3A | 0 | 29 | E9 | 31 | 28 |
| Octal | 64 | 77 | 226 | 101 | 72 | 0 | 51 | 351 | 61 | 50 |
| Binary | 110100 | 111111 | 10010110 | 1000001 | 111010 | 0 | 101001 | 11101001 | 110001 | 101000 |
Color Harmonies of #343F96
Complementary color
Monochromatic Colors of #343F96
Black with #343F96
Text Example
Text Example
White with #343F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F96; }
p { color: rgb(52,63,150); }
H1.HeaderClassName
{
color: #343F96;
}
.AnyTagClassName
{
color: #343F96;
}
</style>
background-color css
<style>
a { background-color: #343F96; }
a { background-color: rgb(52,63,150); }
div.DivClassName
{
background-color: #343F96;
}
.BgClassName
{
background-color: #343F96;
}
</style>
border-color css
<style>
span { border-color: #343F96; }
span { border-color: rgb(52,63,150); }
td.TdClassName
{
border-color: #343F96;
}
.TagClassName
{
border-color: #343F96;
}
</style>