Shades of Tory Blue #364D8D
Tints of Tory Blue #364D8D
RGB
CMYK
RGB Variations
Color information
#364D8D (or 0x364D8D) is known color: Tory Blue. HEX triplet: 36, 4D and 8D. RGB value is (54,77,141). Sum of RGB (Red+Green+Blue) = 54+77+141=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #364D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D8D is #C9B272. Grayscale: #4D4D4D. Windows color (decimal): -13218419 or 9260342. OLE color: 9260342.
HSL color Cylindrical-coordinate representation of color #364D8D: hue angle of 224.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364D8D is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 77 | 141 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.45 |
| HSL | 224.14º | 0.45% | 0.38% | - |
| HSV(B) | 224.14º | 0.62% | 0.55% | - |
| XYZ | 8.98 | 8.02 | 26.27 | - |
| YUV | 77.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 141 | 0.62 | 0.45 | 0 | 0.45 | 224.14 | 0.45 | 0.38 |
| Hex | 36 | 4D | 8D | 3E | 2D | 0 | 2D | E0 | 2D | 26 |
| Octal | 66 | 115 | 215 | 76 | 55 | 0 | 55 | 340 | 55 | 46 |
| Binary | 110110 | 1001101 | 10001101 | 111110 | 101101 | 0 | 101101 | 11100000 | 101101 | 100110 |
Color Harmonies of #364D8D
Complementary color
Monochromatic Colors of #364D8D
Black with #364D8D
Text Example
Text Example
White with #364D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D8D; }
p { color: rgb(54,77,141); }
H1.HeaderClassName
{
color: #364D8D;
}
.AnyTagClassName
{
color: #364D8D;
}
</style>
background-color css
<style>
a { background-color: #364D8D; }
a { background-color: rgb(54,77,141); }
div.DivClassName
{
background-color: #364D8D;
}
.BgClassName
{
background-color: #364D8D;
}
</style>
border-color css
<style>
span { border-color: #364D8D; }
span { border-color: rgb(54,77,141); }
td.TdClassName
{
border-color: #364D8D;
}
.TagClassName
{
border-color: #364D8D;
}
</style>