Shades of Tory Blue #36509F
Tints of Tory Blue #36509F
RGB
CMYK
RGB Variations
Color information
#36509F (or 0x36509F) is known color: Tory Blue. HEX triplet: 36, 50 and 9F. RGB value is (54,80,159). Sum of RGB (Red+Green+Blue) = 54+80+159=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #36509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36509F is #C9AF60. Grayscale: #505050. Windows color (decimal): -13217633 or 10440758. OLE color: 10440758.
HSL color Cylindrical-coordinate representation of color #36509F: hue angle of 225.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36509F is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 80 | 159 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.38 |
| HSL | 225.14º | 0.49% | 0.42% | - |
| HSV(B) | 225.14º | 0.66% | 0.62% | - |
| XYZ | 10.65 | 9.02 | 33.98 | - |
| YUV | 81.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 159 | 0.66 | 0.50 | 0 | 0.38 | 225.14 | 0.49 | 0.42 |
| Hex | 36 | 50 | 9F | 42 | 32 | 0 | 26 | E1 | 31 | 2A |
| Octal | 66 | 120 | 237 | 102 | 62 | 0 | 46 | 341 | 61 | 52 |
| Binary | 110110 | 1010000 | 10011111 | 1000010 | 110010 | 0 | 100110 | 11100001 | 110001 | 101010 |
Color Harmonies of #36509F
Complementary color
Monochromatic Colors of #36509F
Black with #36509F
Text Example
Text Example
White with #36509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36509F; }
p { color: rgb(54,80,159); }
H1.HeaderClassName
{
color: #36509F;
}
.AnyTagClassName
{
color: #36509F;
}
</style>
background-color css
<style>
a { background-color: #36509F; }
a { background-color: rgb(54,80,159); }
div.DivClassName
{
background-color: #36509F;
}
.BgClassName
{
background-color: #36509F;
}
</style>
border-color css
<style>
span { border-color: #36509F; }
span { border-color: rgb(54,80,159); }
td.TdClassName
{
border-color: #36509F;
}
.TagClassName
{
border-color: #36509F;
}
</style>