Shades of Tory Blue #343F9E
Tints of Tory Blue #343F9E
RGB
CMYK
RGB Variations
Color information
#343F9E (or 0x343F9E) is known color: Tory Blue. HEX triplet: 34, 3F and 9E. RGB value is (52,63,158). Sum of RGB (Red+Green+Blue) = 52+63+158=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #343F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343F9E is #CBC061. Grayscale: #464646. Windows color (decimal): -13353058 or 10370868. OLE color: 10370868.
HSL color Cylindrical-coordinate representation of color #343F9E: hue angle of 233.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343F9E is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 63 | 158 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.38 |
| HSL | 233.77º | 0.5% | 0.41% | - |
| HSV(B) | 233.77º | 0.67% | 0.62% | - |
| XYZ | 9.37 | 6.75 | 33.16 | - |
| YUV | 70.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 158 | 0.67 | 0.60 | 0 | 0.38 | 233.77 | 0.5 | 0.41 |
| Hex | 34 | 3F | 9E | 43 | 3C | 0 | 26 | EA | 32 | 29 |
| Octal | 64 | 77 | 236 | 103 | 74 | 0 | 46 | 352 | 62 | 51 |
| Binary | 110100 | 111111 | 10011110 | 1000011 | 111100 | 0 | 100110 | 11101010 | 110010 | 101001 |
Color Harmonies of #343F9E
Complementary color
Monochromatic Colors of #343F9E
Black with #343F9E
Text Example
Text Example
White with #343F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F9E; }
p { color: rgb(52,63,158); }
H1.HeaderClassName
{
color: #343F9E;
}
.AnyTagClassName
{
color: #343F9E;
}
</style>
background-color css
<style>
a { background-color: #343F9E; }
a { background-color: rgb(52,63,158); }
div.DivClassName
{
background-color: #343F9E;
}
.BgClassName
{
background-color: #343F9E;
}
</style>
border-color css
<style>
span { border-color: #343F9E; }
span { border-color: rgb(52,63,158); }
td.TdClassName
{
border-color: #343F9E;
}
.TagClassName
{
border-color: #343F9E;
}
</style>