Shades of Tory Blue #364FA0
Tints of Tory Blue #364FA0
RGB
CMYK
RGB Variations
Color information
#364FA0 (or 0x364FA0) is known color: Tory Blue. HEX triplet: 36, 4F and A0. RGB value is (54,79,160). Sum of RGB (Red+Green+Blue) = 54+79+160=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #364FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364FA0 is #C9B05F. Grayscale: #505050. Windows color (decimal): -13217888 or 10506038. OLE color: 10506038.
HSL color Cylindrical-coordinate representation of color #364FA0: hue angle of 225.85º 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 #364FA0 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 79 | 160 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.37 |
| HSL | 225.85º | 0.5% | 0.42% | - |
| HSV(B) | 225.85º | 0.66% | 0.63% | - |
| XYZ | 10.66 | 8.91 | 34.42 | - |
| YUV | 80.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 160 | 0.66 | 0.51 | 0 | 0.37 | 225.85 | 0.5 | 0.42 |
| Hex | 36 | 4F | A0 | 42 | 33 | 0 | 25 | E2 | 32 | 2A |
| Octal | 66 | 117 | 240 | 102 | 63 | 0 | 45 | 342 | 62 | 52 |
| Binary | 110110 | 1001111 | 10100000 | 1000010 | 110011 | 0 | 100101 | 11100010 | 110010 | 101010 |
Color Harmonies of #364FA0
Complementary color
Monochromatic Colors of #364FA0
Black with #364FA0
Text Example
Text Example
White with #364FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FA0; }
p { color: rgb(54,79,160); }
H1.HeaderClassName
{
color: #364FA0;
}
.AnyTagClassName
{
color: #364FA0;
}
</style>
background-color css
<style>
a { background-color: #364FA0; }
a { background-color: rgb(54,79,160); }
div.DivClassName
{
background-color: #364FA0;
}
.BgClassName
{
background-color: #364FA0;
}
</style>
border-color css
<style>
span { border-color: #364FA0; }
span { border-color: rgb(54,79,160); }
td.TdClassName
{
border-color: #364FA0;
}
.TagClassName
{
border-color: #364FA0;
}
</style>