Shades of Tory Blue #34459C
Tints of Tory Blue #34459C
RGB
CMYK
RGB Variations
Color information
#34459C (or 0x34459C) is known color: Tory Blue. HEX triplet: 34, 45 and 9C. RGB value is (52,69,156). Sum of RGB (Red+Green+Blue) = 52+69+156=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #34459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34459C is #CBBA63. Grayscale: #494949. Windows color (decimal): -13351524 or 10241332. OLE color: 10241332.
HSL color Cylindrical-coordinate representation of color #34459C: hue angle of 230.19º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34459C is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 69 | 156 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.39 |
| HSL | 230.19º | 0.5% | 0.41% | - |
| HSV(B) | 230.19º | 0.67% | 0.61% | - |
| XYZ | 9.55 | 7.39 | 32.38 | - |
| YUV | 73.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 156 | 0.67 | 0.56 | 0 | 0.39 | 230.19 | 0.5 | 0.41 |
| Hex | 34 | 45 | 9C | 43 | 38 | 0 | 27 | E6 | 32 | 29 |
| Octal | 64 | 105 | 234 | 103 | 70 | 0 | 47 | 346 | 62 | 51 |
| Binary | 110100 | 1000101 | 10011100 | 1000011 | 111000 | 0 | 100111 | 11100110 | 110010 | 101001 |
Color Harmonies of #34459C
Complementary color
Monochromatic Colors of #34459C
Black with #34459C
Text Example
Text Example
White with #34459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34459C; }
p { color: rgb(52,69,156); }
H1.HeaderClassName
{
color: #34459C;
}
.AnyTagClassName
{
color: #34459C;
}
</style>
background-color css
<style>
a { background-color: #34459C; }
a { background-color: rgb(52,69,156); }
div.DivClassName
{
background-color: #34459C;
}
.BgClassName
{
background-color: #34459C;
}
</style>
border-color css
<style>
span { border-color: #34459C; }
span { border-color: rgb(52,69,156); }
td.TdClassName
{
border-color: #34459C;
}
.TagClassName
{
border-color: #34459C;
}
</style>