Shades of Tory Blue #364DA2
Tints of Tory Blue #364DA2
RGB
CMYK
RGB Variations
Color information
#364DA2 (or 0x364DA2) is known color: Tory Blue. HEX triplet: 36, 4D and A2. RGB value is (54,77,162). Sum of RGB (Red+Green+Blue) = 54+77+162=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #364DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DA2 is #C9B25D. Grayscale: #4F4F4F. Windows color (decimal): -13218398 or 10636598. OLE color: 10636598.
HSL color Cylindrical-coordinate representation of color #364DA2: hue angle of 227.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #364DA2 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 77 | 162 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.36 |
| HSL | 227.22º | 0.5% | 0.42% | - |
| HSV(B) | 227.22º | 0.67% | 0.64% | - |
| XYZ | 10.7 | 8.7 | 35.3 | - |
| YUV | 79.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 162 | 0.67 | 0.52 | 0 | 0.36 | 227.22 | 0.5 | 0.42 |
| Hex | 36 | 4D | A2 | 43 | 34 | 0 | 24 | E3 | 32 | 2A |
| Octal | 66 | 115 | 242 | 103 | 64 | 0 | 44 | 343 | 62 | 52 |
| Binary | 110110 | 1001101 | 10100010 | 1000011 | 110100 | 0 | 100100 | 11100011 | 110010 | 101010 |
Color Harmonies of #364DA2
Complementary color
Monochromatic Colors of #364DA2
Black with #364DA2
Text Example
Text Example
White with #364DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DA2; }
p { color: rgb(54,77,162); }
H1.HeaderClassName
{
color: #364DA2;
}
.AnyTagClassName
{
color: #364DA2;
}
</style>
background-color css
<style>
a { background-color: #364DA2; }
a { background-color: rgb(54,77,162); }
div.DivClassName
{
background-color: #364DA2;
}
.BgClassName
{
background-color: #364DA2;
}
</style>
border-color css
<style>
span { border-color: #364DA2; }
span { border-color: rgb(54,77,162); }
td.TdClassName
{
border-color: #364DA2;
}
.TagClassName
{
border-color: #364DA2;
}
</style>