Shades of Tory Blue #343E9B
Tints of Tory Blue #343E9B
RGB
CMYK
RGB Variations
Color information
#343E9B (or 0x343E9B) is known color: Tory Blue. HEX triplet: 34, 3E and 9B. RGB value is (52,62,155). Sum of RGB (Red+Green+Blue) = 52+62+155=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #343E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343E9B is #CBC164. Grayscale: #454545. Windows color (decimal): -13353317 or 10174004. OLE color: 10174004.
HSL color Cylindrical-coordinate representation of color #343E9B: hue angle of 234.17º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343E9B is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 62 | 155 | - |
| CMYK | 0.66 | 0.6 | 0 | 0.39 |
| HSL | 234.17º | 0.5% | 0.41% | - |
| HSV(B) | 234.17º | 0.66% | 0.61% | - |
| XYZ | 9.06 | 6.54 | 31.8 | - |
| YUV | 69.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 155 | 0.66 | 0.6 | 0 | 0.39 | 234.17 | 0.5 | 0.41 |
| Hex | 34 | 3E | 9B | 42 | 3C | 0 | 27 | EA | 32 | 29 |
| Octal | 64 | 76 | 233 | 102 | 74 | 0 | 47 | 352 | 62 | 51 |
| Binary | 110100 | 111110 | 10011011 | 1000010 | 111100 | 0 | 100111 | 11101010 | 110010 | 101001 |
Color Harmonies of #343E9B
Complementary color
Monochromatic Colors of #343E9B
Black with #343E9B
Text Example
Text Example
White with #343E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E9B; }
p { color: rgb(52,62,155); }
H1.HeaderClassName
{
color: #343E9B;
}
.AnyTagClassName
{
color: #343E9B;
}
</style>
background-color css
<style>
a { background-color: #343E9B; }
a { background-color: rgb(52,62,155); }
div.DivClassName
{
background-color: #343E9B;
}
.BgClassName
{
background-color: #343E9B;
}
</style>
border-color css
<style>
span { border-color: #343E9B; }
span { border-color: rgb(52,62,155); }
td.TdClassName
{
border-color: #343E9B;
}
.TagClassName
{
border-color: #343E9B;
}
</style>