Shades of Tory Blue #364AA1
Tints of Tory Blue #364AA1
RGB
CMYK
RGB Variations
Color information
#364AA1 (or 0x364AA1) is known color: Tory Blue. HEX triplet: 36, 4A and A1. RGB value is (54,74,161). Sum of RGB (Red+Green+Blue) = 54+74+161=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #364AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364AA1 is #C9B55E. Grayscale: #4D4D4D. Windows color (decimal): -13219167 or 10570294. OLE color: 10570294.
HSL color Cylindrical-coordinate representation of color #364AA1: hue angle of 228.79º 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 #364AA1 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 74 | 161 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.37 |
| HSL | 228.79º | 0.5% | 0.42% | - |
| HSV(B) | 228.79º | 0.66% | 0.63% | - |
| XYZ | 10.4 | 8.26 | 34.76 | - |
| YUV | 77.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 161 | 0.66 | 0.54 | 0 | 0.37 | 228.79 | 0.5 | 0.42 |
| Hex | 36 | 4A | A1 | 42 | 36 | 0 | 25 | E5 | 32 | 2A |
| Octal | 66 | 112 | 241 | 102 | 66 | 0 | 45 | 345 | 62 | 52 |
| Binary | 110110 | 1001010 | 10100001 | 1000010 | 110110 | 0 | 100101 | 11100101 | 110010 | 101010 |
Color Harmonies of #364AA1
Complementary color
Monochromatic Colors of #364AA1
Black with #364AA1
Text Example
Text Example
White with #364AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364AA1; }
p { color: rgb(54,74,161); }
H1.HeaderClassName
{
color: #364AA1;
}
.AnyTagClassName
{
color: #364AA1;
}
</style>
background-color css
<style>
a { background-color: #364AA1; }
a { background-color: rgb(54,74,161); }
div.DivClassName
{
background-color: #364AA1;
}
.BgClassName
{
background-color: #364AA1;
}
</style>
border-color css
<style>
span { border-color: #364AA1; }
span { border-color: rgb(54,74,161); }
td.TdClassName
{
border-color: #364AA1;
}
.TagClassName
{
border-color: #364AA1;
}
</style>