Shades of Tory Blue #34409D
Tints of Tory Blue #34409D
RGB
CMYK
RGB Variations
Color information
#34409D (or 0x34409D) is known color: Tory Blue. HEX triplet: 34, 40 and 9D. RGB value is (52,64,157). Sum of RGB (Red+Green+Blue) = 52+64+157=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #34409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34409D is #CBBF62. Grayscale: #464646. Windows color (decimal): -13352803 or 10305588. OLE color: 10305588.
HSL color Cylindrical-coordinate representation of color #34409D: hue angle of 233.14º 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 #34409D is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 64 | 157 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.38 |
| HSL | 233.14º | 0.5% | 0.41% | - |
| HSV(B) | 233.14º | 0.67% | 0.62% | - |
| XYZ | 9.34 | 6.83 | 32.72 | - |
| YUV | 71.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 157 | 0.67 | 0.59 | 0 | 0.38 | 233.14 | 0.5 | 0.41 |
| Hex | 34 | 40 | 9D | 43 | 3B | 0 | 26 | E9 | 32 | 29 |
| Octal | 64 | 100 | 235 | 103 | 73 | 0 | 46 | 351 | 62 | 51 |
| Binary | 110100 | 1000000 | 10011101 | 1000011 | 111011 | 0 | 100110 | 11101001 | 110010 | 101001 |
Color Harmonies of #34409D
Complementary color
Monochromatic Colors of #34409D
Black with #34409D
Text Example
Text Example
White with #34409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34409D; }
p { color: rgb(52,64,157); }
H1.HeaderClassName
{
color: #34409D;
}
.AnyTagClassName
{
color: #34409D;
}
</style>
background-color css
<style>
a { background-color: #34409D; }
a { background-color: rgb(52,64,157); }
div.DivClassName
{
background-color: #34409D;
}
.BgClassName
{
background-color: #34409D;
}
</style>
border-color css
<style>
span { border-color: #34409D; }
span { border-color: rgb(52,64,157); }
td.TdClassName
{
border-color: #34409D;
}
.TagClassName
{
border-color: #34409D;
}
</style>