Shades of Tory Blue #36409A
Tints of Tory Blue #36409A
RGB
CMYK
RGB Variations
Color information
#36409A (or 0x36409A) is known color: Tory Blue. HEX triplet: 36, 40 and 9A. RGB value is (54,64,154). Sum of RGB (Red+Green+Blue) = 54+64+154=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #36409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36409A is #C9BF65. Grayscale: #464646. Windows color (decimal): -13221734 or 10108982. OLE color: 10108982.
HSL color Cylindrical-coordinate representation of color #36409A: hue angle of 234º 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 #36409A is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 64 | 154 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.40 |
| HSL | 234º | 0.48% | 0.41% | - |
| HSV(B) | 234º | 0.65% | 0.6% | - |
| XYZ | 9.19 | 6.78 | 31.4 | - |
| YUV | 71.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 154 | 0.65 | 0.58 | 0 | 0.40 | 234 | 0.48 | 0.41 |
| Hex | 36 | 40 | 9A | 41 | 3A | 0 | 28 | EA | 30 | 29 |
| Octal | 66 | 100 | 232 | 101 | 72 | 0 | 50 | 352 | 60 | 51 |
| Binary | 110110 | 1000000 | 10011010 | 1000001 | 111010 | 0 | 101000 | 11101010 | 110000 | 101001 |
Color Harmonies of #36409A
Complementary color
Monochromatic Colors of #36409A
Black with #36409A
Text Example
Text Example
White with #36409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36409A; }
p { color: rgb(54,64,154); }
H1.HeaderClassName
{
color: #36409A;
}
.AnyTagClassName
{
color: #36409A;
}
</style>
background-color css
<style>
a { background-color: #36409A; }
a { background-color: rgb(54,64,154); }
div.DivClassName
{
background-color: #36409A;
}
.BgClassName
{
background-color: #36409A;
}
</style>
border-color css
<style>
span { border-color: #36409A; }
span { border-color: rgb(54,64,154); }
td.TdClassName
{
border-color: #36409A;
}
.TagClassName
{
border-color: #36409A;
}
</style>