Shades of Tory Blue #36529A
Tints of Tory Blue #36529A
RGB
CMYK
RGB Variations
Color information
#36529A (or 0x36529A) is known color: Tory Blue. HEX triplet: 36, 52 and 9A. RGB value is (54,82,154). Sum of RGB (Red+Green+Blue) = 54+82+154=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #36529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36529A is #C9AD65. Grayscale: #515151. Windows color (decimal): -13217126 or 10113590. OLE color: 10113590.
HSL color Cylindrical-coordinate representation of color #36529A: hue angle of 223.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36529A is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 82 | 154 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.40 |
| HSL | 223.2º | 0.48% | 0.41% | - |
| HSV(B) | 223.2º | 0.65% | 0.6% | - |
| XYZ | 10.37 | 9.15 | 31.79 | - |
| YUV | 81.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 154 | 0.65 | 0.47 | 0 | 0.40 | 223.2 | 0.48 | 0.41 |
| Hex | 36 | 52 | 9A | 41 | 2F | 0 | 28 | DF | 30 | 29 |
| Octal | 66 | 122 | 232 | 101 | 57 | 0 | 50 | 337 | 60 | 51 |
| Binary | 110110 | 1010010 | 10011010 | 1000001 | 101111 | 0 | 101000 | 11011111 | 110000 | 101001 |
Color Harmonies of #36529A
Complementary color
Monochromatic Colors of #36529A
Black with #36529A
Text Example
Text Example
White with #36529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36529A; }
p { color: rgb(54,82,154); }
H1.HeaderClassName
{
color: #36529A;
}
.AnyTagClassName
{
color: #36529A;
}
</style>
background-color css
<style>
a { background-color: #36529A; }
a { background-color: rgb(54,82,154); }
div.DivClassName
{
background-color: #36529A;
}
.BgClassName
{
background-color: #36529A;
}
</style>
border-color css
<style>
span { border-color: #36529A; }
span { border-color: rgb(54,82,154); }
td.TdClassName
{
border-color: #36529A;
}
.TagClassName
{
border-color: #36529A;
}
</style>