Shades of Tory Blue #36538E
Tints of Tory Blue #36538E
RGB
CMYK
RGB Variations
Color information
#36538E (or 0x36538E) is known color: Tory Blue. HEX triplet: 36, 53 and 8E. RGB value is (54,83,142). Sum of RGB (Red+Green+Blue) = 54+83+142=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #36538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36538E is #C9AC71. Grayscale: #505050. Windows color (decimal): -13216882 or 9327414. OLE color: 9327414.
HSL color Cylindrical-coordinate representation of color #36538E: hue angle of 220.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36538E is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 83 | 142 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.44 |
| HSL | 220.23º | 0.45% | 0.38% | - |
| HSV(B) | 220.23º | 0.62% | 0.56% | - |
| XYZ | 9.5 | 8.92 | 26.81 | - |
| YUV | 81.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 142 | 0.62 | 0.42 | 0 | 0.44 | 220.23 | 0.45 | 0.38 |
| Hex | 36 | 53 | 8E | 3E | 2A | 0 | 2C | DC | 2D | 26 |
| Octal | 66 | 123 | 216 | 76 | 52 | 0 | 54 | 334 | 55 | 46 |
| Binary | 110110 | 1010011 | 10001110 | 111110 | 101010 | 0 | 101100 | 11011100 | 101101 | 100110 |
Color Harmonies of #36538E
Complementary color
Monochromatic Colors of #36538E
Black with #36538E
Text Example
Text Example
White with #36538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36538E; }
p { color: rgb(54,83,142); }
H1.HeaderClassName
{
color: #36538E;
}
.AnyTagClassName
{
color: #36538E;
}
</style>
background-color css
<style>
a { background-color: #36538E; }
a { background-color: rgb(54,83,142); }
div.DivClassName
{
background-color: #36538E;
}
.BgClassName
{
background-color: #36538E;
}
</style>
border-color css
<style>
span { border-color: #36538E; }
span { border-color: rgb(54,83,142); }
td.TdClassName
{
border-color: #36538E;
}
.TagClassName
{
border-color: #36538E;
}
</style>