Shades of Tory Blue #364482
Tints of Tory Blue #364482
RGB
CMYK
RGB Variations
Color information
#364482 (or 0x364482) is known color: Tory Blue. HEX triplet: 36, 44 and 82. RGB value is (54,68,130). Sum of RGB (Red+Green+Blue) = 54+68+130=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #364482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364482 is #C9BB7D. Grayscale: #464646. Windows color (decimal): -13220734 or 8537142. OLE color: 8537142.
HSL color Cylindrical-coordinate representation of color #364482: hue angle of 228.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #364482 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 68 | 130 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.49 |
| HSL | 228.95º | 0.41% | 0.36% | - |
| HSV(B) | 228.95º | 0.58% | 0.51% | - |
| XYZ | 7.62 | 6.53 | 21.98 | - |
| YUV | 70.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 130 | 0.58 | 0.48 | 0 | 0.49 | 228.95 | 0.41 | 0.36 |
| Hex | 36 | 44 | 82 | 3A | 30 | 0 | 31 | E5 | 29 | 24 |
| Octal | 66 | 104 | 202 | 72 | 60 | 0 | 61 | 345 | 51 | 44 |
| Binary | 110110 | 1000100 | 10000010 | 111010 | 110000 | 0 | 110001 | 11100101 | 101001 | 100100 |
Color Harmonies of #364482
Complementary color
Monochromatic Colors of #364482
Black with #364482
Text Example
Text Example
White with #364482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364482; }
p { color: rgb(54,68,130); }
H1.HeaderClassName
{
color: #364482;
}
.AnyTagClassName
{
color: #364482;
}
</style>
background-color css
<style>
a { background-color: #364482; }
a { background-color: rgb(54,68,130); }
div.DivClassName
{
background-color: #364482;
}
.BgClassName
{
background-color: #364482;
}
</style>
border-color css
<style>
span { border-color: #364482; }
span { border-color: rgb(54,68,130); }
td.TdClassName
{
border-color: #364482;
}
.TagClassName
{
border-color: #364482;
}
</style>