Shades of Tory Blue #34508C
Tints of Tory Blue #34508C
RGB
CMYK
RGB Variations
Color information
#34508C (or 0x34508C) is known color: Tory Blue. HEX triplet: 34, 50 and 8C. RGB value is (52,80,140). Sum of RGB (Red+Green+Blue) = 52+80+140=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #34508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34508C is #CBAF73. Grayscale: #4E4E4E. Windows color (decimal): -13348724 or 9195572. OLE color: 9195572.
HSL color Cylindrical-coordinate representation of color #34508C: hue angle of 220.91º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34508C is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 80 | 140 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.45 |
| HSL | 220.91º | 0.46% | 0.38% | - |
| HSV(B) | 220.91º | 0.63% | 0.55% | - |
| XYZ | 9.02 | 8.36 | 25.95 | - |
| YUV | 78.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 140 | 0.63 | 0.43 | 0 | 0.45 | 220.91 | 0.46 | 0.38 |
| Hex | 34 | 50 | 8C | 3F | 2B | 0 | 2D | DD | 2E | 26 |
| Octal | 64 | 120 | 214 | 77 | 53 | 0 | 55 | 335 | 56 | 46 |
| Binary | 110100 | 1010000 | 10001100 | 111111 | 101011 | 0 | 101101 | 11011101 | 101110 | 100110 |
Color Harmonies of #34508C
Complementary color
Monochromatic Colors of #34508C
Black with #34508C
Text Example
Text Example
White with #34508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34508C; }
p { color: rgb(52,80,140); }
H1.HeaderClassName
{
color: #34508C;
}
.AnyTagClassName
{
color: #34508C;
}
</style>
background-color css
<style>
a { background-color: #34508C; }
a { background-color: rgb(52,80,140); }
div.DivClassName
{
background-color: #34508C;
}
.BgClassName
{
background-color: #34508C;
}
</style>
border-color css
<style>
span { border-color: #34508C; }
span { border-color: rgb(52,80,140); }
td.TdClassName
{
border-color: #34508C;
}
.TagClassName
{
border-color: #34508C;
}
</style>