Shades of Tory Blue #364DA0
Tints of Tory Blue #364DA0
RGB
CMYK
RGB Variations
Color information
#364DA0 (or 0x364DA0) is known color: Tory Blue. HEX triplet: 36, 4D and A0. RGB value is (54,77,160). Sum of RGB (Red+Green+Blue) = 54+77+160=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #364DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DA0 is #C9B25F. Grayscale: #4F4F4F. Windows color (decimal): -13218400 or 10505526. OLE color: 10505526.
HSL color Cylindrical-coordinate representation of color #364DA0: hue angle of 226.98º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364DA0 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 77 | 160 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.37 |
| HSL | 226.98º | 0.5% | 0.42% | - |
| HSV(B) | 226.98º | 0.66% | 0.63% | - |
| XYZ | 10.52 | 8.63 | 34.37 | - |
| YUV | 79.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 160 | 0.66 | 0.52 | 0 | 0.37 | 226.98 | 0.5 | 0.42 |
| Hex | 36 | 4D | A0 | 42 | 34 | 0 | 25 | E3 | 32 | 2A |
| Octal | 66 | 115 | 240 | 102 | 64 | 0 | 45 | 343 | 62 | 52 |
| Binary | 110110 | 1001101 | 10100000 | 1000010 | 110100 | 0 | 100101 | 11100011 | 110010 | 101010 |
Color Harmonies of #364DA0
Complementary color
Monochromatic Colors of #364DA0
Black with #364DA0
Text Example
Text Example
White with #364DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DA0; }
p { color: rgb(54,77,160); }
H1.HeaderClassName
{
color: #364DA0;
}
.AnyTagClassName
{
color: #364DA0;
}
</style>
background-color css
<style>
a { background-color: #364DA0; }
a { background-color: rgb(54,77,160); }
div.DivClassName
{
background-color: #364DA0;
}
.BgClassName
{
background-color: #364DA0;
}
</style>
border-color css
<style>
span { border-color: #364DA0; }
span { border-color: rgb(54,77,160); }
td.TdClassName
{
border-color: #364DA0;
}
.TagClassName
{
border-color: #364DA0;
}
</style>