Shades of Tory Blue #36459F
Tints of Tory Blue #36459F
RGB
CMYK
RGB Variations
Color information
#36459F (or 0x36459F) is known color: Tory Blue. HEX triplet: 36, 45 and 9F. RGB value is (54,69,159). Sum of RGB (Red+Green+Blue) = 54+69+159=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #36459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36459F is #C9BA60. Grayscale: #4A4A4A. Windows color (decimal): -13220449 or 10437942. OLE color: 10437942.
HSL color Cylindrical-coordinate representation of color #36459F: hue angle of 231.43º 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 #36459F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 69 | 159 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.38 |
| HSL | 231.43º | 0.49% | 0.42% | - |
| HSV(B) | 231.43º | 0.66% | 0.62% | - |
| XYZ | 9.91 | 7.54 | 33.73 | - |
| YUV | 74.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 159 | 0.66 | 0.57 | 0 | 0.38 | 231.43 | 0.49 | 0.42 |
| Hex | 36 | 45 | 9F | 42 | 39 | 0 | 26 | E7 | 31 | 2A |
| Octal | 66 | 105 | 237 | 102 | 71 | 0 | 46 | 347 | 61 | 52 |
| Binary | 110110 | 1000101 | 10011111 | 1000010 | 111001 | 0 | 100110 | 11100111 | 110001 | 101010 |
Color Harmonies of #36459F
Complementary color
Monochromatic Colors of #36459F
Black with #36459F
Text Example
Text Example
White with #36459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36459F; }
p { color: rgb(54,69,159); }
H1.HeaderClassName
{
color: #36459F;
}
.AnyTagClassName
{
color: #36459F;
}
</style>
background-color css
<style>
a { background-color: #36459F; }
a { background-color: rgb(54,69,159); }
div.DivClassName
{
background-color: #36459F;
}
.BgClassName
{
background-color: #36459F;
}
</style>
border-color css
<style>
span { border-color: #36459F; }
span { border-color: rgb(54,69,159); }
td.TdClassName
{
border-color: #36459F;
}
.TagClassName
{
border-color: #36459F;
}
</style>