Shades of Tory Blue #343C9B
Tints of Tory Blue #343C9B
RGB
CMYK
RGB Variations
Color information
#343C9B (or 0x343C9B) is known color: Tory Blue. HEX triplet: 34, 3C and 9B. RGB value is (52,60,155). Sum of RGB (Red+Green+Blue) = 52+60+155=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #343C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343C9B is #CBC364. Grayscale: #444444. Windows color (decimal): -13353829 or 10173492. OLE color: 10173492.
HSL color Cylindrical-coordinate representation of color #343C9B: hue angle of 235.34º 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 #343C9B is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 60 | 155 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.39 |
| HSL | 235.34º | 0.5% | 0.41% | - |
| HSV(B) | 235.34º | 0.66% | 0.61% | - |
| XYZ | 8.95 | 6.33 | 31.76 | - |
| YUV | 68.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 155 | 0.66 | 0.61 | 0 | 0.39 | 235.34 | 0.5 | 0.41 |
| Hex | 34 | 3C | 9B | 42 | 3D | 0 | 27 | EB | 32 | 29 |
| Octal | 64 | 74 | 233 | 102 | 75 | 0 | 47 | 353 | 62 | 51 |
| Binary | 110100 | 111100 | 10011011 | 1000010 | 111101 | 0 | 100111 | 11101011 | 110010 | 101001 |
Color Harmonies of #343C9B
Complementary color
Monochromatic Colors of #343C9B
Black with #343C9B
Text Example
Text Example
White with #343C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C9B; }
p { color: rgb(52,60,155); }
H1.HeaderClassName
{
color: #343C9B;
}
.AnyTagClassName
{
color: #343C9B;
}
</style>
background-color css
<style>
a { background-color: #343C9B; }
a { background-color: rgb(52,60,155); }
div.DivClassName
{
background-color: #343C9B;
}
.BgClassName
{
background-color: #343C9B;
}
</style>
border-color css
<style>
span { border-color: #343C9B; }
span { border-color: rgb(52,60,155); }
td.TdClassName
{
border-color: #343C9B;
}
.TagClassName
{
border-color: #343C9B;
}
</style>