Shades of Tory Blue #343F99
Tints of Tory Blue #343F99
RGB
CMYK
RGB Variations
Color information
#343F99 (or 0x343F99) is known color: Tory Blue. HEX triplet: 34, 3F and 99. RGB value is (52,63,153). Sum of RGB (Red+Green+Blue) = 52+63+153=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #343F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F99 is #CBC066. Grayscale: #454545. Windows color (decimal): -13353063 or 10043188. OLE color: 10043188.
HSL color Cylindrical-coordinate representation of color #343F99: hue angle of 233.47º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343F99 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 63 | 153 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.4 |
| HSL | 233.47º | 0.49% | 0.4% | - |
| HSV(B) | 233.47º | 0.66% | 0.6% | - |
| XYZ | 8.94 | 6.58 | 30.94 | - |
| YUV | 69.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 153 | 0.66 | 0.59 | 0 | 0.4 | 233.47 | 0.49 | 0.4 |
| Hex | 34 | 3F | 99 | 42 | 3B | 0 | 28 | E9 | 31 | 28 |
| Octal | 64 | 77 | 231 | 102 | 73 | 0 | 50 | 351 | 61 | 50 |
| Binary | 110100 | 111111 | 10011001 | 1000010 | 111011 | 0 | 101000 | 11101001 | 110001 | 101000 |
Color Harmonies of #343F99
Complementary color
Monochromatic Colors of #343F99
Black with #343F99
Text Example
Text Example
White with #343F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F99; }
p { color: rgb(52,63,153); }
H1.HeaderClassName
{
color: #343F99;
}
.AnyTagClassName
{
color: #343F99;
}
</style>
background-color css
<style>
a { background-color: #343F99; }
a { background-color: rgb(52,63,153); }
div.DivClassName
{
background-color: #343F99;
}
.BgClassName
{
background-color: #343F99;
}
</style>
border-color css
<style>
span { border-color: #343F99; }
span { border-color: rgb(52,63,153); }
td.TdClassName
{
border-color: #343F99;
}
.TagClassName
{
border-color: #343F99;
}
</style>