Shades of Tory Blue #364699
Tints of Tory Blue #364699
RGB
CMYK
RGB Variations
Color information
#364699 (or 0x364699) is known color: Tory Blue. HEX triplet: 36, 46 and 99. RGB value is (54,70,153). Sum of RGB (Red+Green+Blue) = 54+70+153=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #364699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364699 is #C9B966. Grayscale: #4A4A4A. Windows color (decimal): -13220199 or 10044982. OLE color: 10044982.
HSL color Cylindrical-coordinate representation of color #364699: hue angle of 230.3º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364699 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 70 | 153 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.4 |
| HSL | 230.3º | 0.48% | 0.41% | - |
| HSV(B) | 230.3º | 0.65% | 0.6% | - |
| XYZ | 9.46 | 7.46 | 31.08 | - |
| YUV | 74.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 153 | 0.65 | 0.54 | 0 | 0.4 | 230.3 | 0.48 | 0.41 |
| Hex | 36 | 46 | 99 | 41 | 36 | 0 | 28 | E6 | 30 | 29 |
| Octal | 66 | 106 | 231 | 101 | 66 | 0 | 50 | 346 | 60 | 51 |
| Binary | 110110 | 1000110 | 10011001 | 1000001 | 110110 | 0 | 101000 | 11100110 | 110000 | 101001 |
Color Harmonies of #364699
Complementary color
Monochromatic Colors of #364699
Black with #364699
Text Example
Text Example
White with #364699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364699; }
p { color: rgb(54,70,153); }
H1.HeaderClassName
{
color: #364699;
}
.AnyTagClassName
{
color: #364699;
}
</style>
background-color css
<style>
a { background-color: #364699; }
a { background-color: rgb(54,70,153); }
div.DivClassName
{
background-color: #364699;
}
.BgClassName
{
background-color: #364699;
}
</style>
border-color css
<style>
span { border-color: #364699; }
span { border-color: rgb(54,70,153); }
td.TdClassName
{
border-color: #364699;
}
.TagClassName
{
border-color: #364699;
}
</style>