Shades of Tory Blue #34409A
Tints of Tory Blue #34409A
RGB
CMYK
RGB Variations
Color information
#34409A (or 0x34409A) is known color: Tory Blue. HEX triplet: 34, 40 and 9A. RGB value is (52,64,154). Sum of RGB (Red+Green+Blue) = 52+64+154=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #34409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34409A is #CBBF65. Grayscale: #464646. Windows color (decimal): -13352806 or 10108980. OLE color: 10108980.
HSL color Cylindrical-coordinate representation of color #34409A: hue angle of 232.94º degrees, saturation: 0.5, 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 #34409A is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 64 | 154 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.40 |
| HSL | 232.94º | 0.5% | 0.4% | - |
| HSV(B) | 232.94º | 0.66% | 0.6% | - |
| XYZ | 9.08 | 6.73 | 31.39 | - |
| YUV | 70.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 154 | 0.66 | 0.58 | 0 | 0.40 | 232.94 | 0.5 | 0.4 |
| Hex | 34 | 40 | 9A | 42 | 3A | 0 | 28 | E9 | 32 | 28 |
| Octal | 64 | 100 | 232 | 102 | 72 | 0 | 50 | 351 | 62 | 50 |
| Binary | 110100 | 1000000 | 10011010 | 1000010 | 111010 | 0 | 101000 | 11101001 | 110010 | 101000 |
Color Harmonies of #34409A
Complementary color
Monochromatic Colors of #34409A
Black with #34409A
Text Example
Text Example
White with #34409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34409A; }
p { color: rgb(52,64,154); }
H1.HeaderClassName
{
color: #34409A;
}
.AnyTagClassName
{
color: #34409A;
}
</style>
background-color css
<style>
a { background-color: #34409A; }
a { background-color: rgb(52,64,154); }
div.DivClassName
{
background-color: #34409A;
}
.BgClassName
{
background-color: #34409A;
}
</style>
border-color css
<style>
span { border-color: #34409A; }
span { border-color: rgb(52,64,154); }
td.TdClassName
{
border-color: #34409A;
}
.TagClassName
{
border-color: #34409A;
}
</style>