Shades of Tory Blue #36409B
Tints of Tory Blue #36409B
RGB
CMYK
RGB Variations
Color information
#36409B (or 0x36409B) is known color: Tory Blue. HEX triplet: 36, 40 and 9B. RGB value is (54,64,155). Sum of RGB (Red+Green+Blue) = 54+64+155=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #36409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36409B is #C9BF64. Grayscale: #474747. Windows color (decimal): -13221733 or 10174518. OLE color: 10174518.
HSL color Cylindrical-coordinate representation of color #36409B: hue angle of 234.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36409B is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 64 | 155 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.39 |
| HSL | 234.06º | 0.48% | 0.41% | - |
| HSV(B) | 234.06º | 0.65% | 0.61% | - |
| XYZ | 9.27 | 6.82 | 31.84 | - |
| YUV | 71.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 155 | 0.65 | 0.59 | 0 | 0.39 | 234.06 | 0.48 | 0.41 |
| Hex | 36 | 40 | 9B | 41 | 3B | 0 | 27 | EA | 30 | 29 |
| Octal | 66 | 100 | 233 | 101 | 73 | 0 | 47 | 352 | 60 | 51 |
| Binary | 110110 | 1000000 | 10011011 | 1000001 | 111011 | 0 | 100111 | 11101010 | 110000 | 101001 |
Color Harmonies of #36409B
Complementary color
Monochromatic Colors of #36409B
Black with #36409B
Text Example
Text Example
White with #36409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36409B; }
p { color: rgb(54,64,155); }
H1.HeaderClassName
{
color: #36409B;
}
.AnyTagClassName
{
color: #36409B;
}
</style>
background-color css
<style>
a { background-color: #36409B; }
a { background-color: rgb(54,64,155); }
div.DivClassName
{
background-color: #36409B;
}
.BgClassName
{
background-color: #36409B;
}
</style>
border-color css
<style>
span { border-color: #36409B; }
span { border-color: rgb(54,64,155); }
td.TdClassName
{
border-color: #36409B;
}
.TagClassName
{
border-color: #36409B;
}
</style>