Shades of Tory Blue #365394
Tints of Tory Blue #365394
RGB
CMYK
RGB Variations
Color information
#365394 (or 0x365394) is known color: Tory Blue. HEX triplet: 36, 53 and 94. RGB value is (54,83,148). Sum of RGB (Red+Green+Blue) = 54+83+148=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #365394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365394 is #C9AC6B. Grayscale: #515151. Windows color (decimal): -13216876 or 9720630. OLE color: 9720630.
HSL color Cylindrical-coordinate representation of color #365394: hue angle of 221.49º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365394 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 83 | 148 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.42 |
| HSL | 221.49º | 0.47% | 0.4% | - |
| HSV(B) | 221.49º | 0.64% | 0.58% | - |
| XYZ | 9.96 | 9.11 | 29.25 | - |
| YUV | 81.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 148 | 0.64 | 0.44 | 0 | 0.42 | 221.49 | 0.47 | 0.4 |
| Hex | 36 | 53 | 94 | 40 | 2C | 0 | 2A | DD | 2F | 28 |
| Octal | 66 | 123 | 224 | 100 | 54 | 0 | 52 | 335 | 57 | 50 |
| Binary | 110110 | 1010011 | 10010100 | 1000000 | 101100 | 0 | 101010 | 11011101 | 101111 | 101000 |
Color Harmonies of #365394
Complementary color
Monochromatic Colors of #365394
Black with #365394
Text Example
Text Example
White with #365394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365394; }
p { color: rgb(54,83,148); }
H1.HeaderClassName
{
color: #365394;
}
.AnyTagClassName
{
color: #365394;
}
</style>
background-color css
<style>
a { background-color: #365394; }
a { background-color: rgb(54,83,148); }
div.DivClassName
{
background-color: #365394;
}
.BgClassName
{
background-color: #365394;
}
</style>
border-color css
<style>
span { border-color: #365394; }
span { border-color: rgb(54,83,148); }
td.TdClassName
{
border-color: #365394;
}
.TagClassName
{
border-color: #365394;
}
</style>