Shades of Tory Blue #364880
Tints of Tory Blue #364880
RGB
CMYK
RGB Variations
Color information
#364880 (or 0x364880) is known color: Tory Blue. HEX triplet: 36, 48 and 80. RGB value is (54,72,128). Sum of RGB (Red+Green+Blue) = 54+72+128=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #364880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364880 is #C9B77F. Grayscale: #484848. Windows color (decimal): -13219712 or 8407094. OLE color: 8407094.
HSL color Cylindrical-coordinate representation of color #364880: hue angle of 225.41º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364880 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 72 | 128 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.50 |
| HSL | 225.41º | 0.41% | 0.36% | - |
| HSV(B) | 225.41º | 0.58% | 0.5% | - |
| XYZ | 7.73 | 6.98 | 21.36 | - |
| YUV | 73 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 128 | 0.58 | 0.44 | 0 | 0.50 | 225.41 | 0.41 | 0.36 |
| Hex | 36 | 48 | 80 | 3A | 2C | 0 | 32 | E1 | 29 | 24 |
| Octal | 66 | 110 | 200 | 72 | 54 | 0 | 62 | 341 | 51 | 44 |
| Binary | 110110 | 1001000 | 10000000 | 111010 | 101100 | 0 | 110010 | 11100001 | 101001 | 100100 |
Color Harmonies of #364880
Complementary color
Monochromatic Colors of #364880
Black with #364880
Text Example
Text Example
White with #364880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364880; }
p { color: rgb(54,72,128); }
H1.HeaderClassName
{
color: #364880;
}
.AnyTagClassName
{
color: #364880;
}
</style>
background-color css
<style>
a { background-color: #364880; }
a { background-color: rgb(54,72,128); }
div.DivClassName
{
background-color: #364880;
}
.BgClassName
{
background-color: #364880;
}
</style>
border-color css
<style>
span { border-color: #364880; }
span { border-color: rgb(54,72,128); }
td.TdClassName
{
border-color: #364880;
}
.TagClassName
{
border-color: #364880;
}
</style>