Shades of Tory Blue #365891
Tints of Tory Blue #365891
RGB
CMYK
RGB Variations
Color information
#365891 (or 0x365891) is known color: Tory Blue. HEX triplet: 36, 58 and 91. RGB value is (54,88,145). Sum of RGB (Red+Green+Blue) = 54+88+145=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #365891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365891 is #C9A76E. Grayscale: #545454. Windows color (decimal): -13215599 or 9525302. OLE color: 9525302.
HSL color Cylindrical-coordinate representation of color #365891: hue angle of 217.58º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365891 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 88 | 145 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.43 |
| HSL | 217.58º | 0.46% | 0.39% | - |
| HSV(B) | 217.58º | 0.63% | 0.57% | - |
| XYZ | 10.12 | 9.81 | 28.15 | - |
| YUV | 84.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 145 | 0.63 | 0.39 | 0 | 0.43 | 217.58 | 0.46 | 0.39 |
| Hex | 36 | 58 | 91 | 3F | 27 | 0 | 2B | DA | 2E | 27 |
| Octal | 66 | 130 | 221 | 77 | 47 | 0 | 53 | 332 | 56 | 47 |
| Binary | 110110 | 1011000 | 10010001 | 111111 | 100111 | 0 | 101011 | 11011010 | 101110 | 100111 |
Color Harmonies of #365891
Complementary color
Monochromatic Colors of #365891
Black with #365891
Text Example
Text Example
White with #365891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365891; }
p { color: rgb(54,88,145); }
H1.HeaderClassName
{
color: #365891;
}
.AnyTagClassName
{
color: #365891;
}
</style>
background-color css
<style>
a { background-color: #365891; }
a { background-color: rgb(54,88,145); }
div.DivClassName
{
background-color: #365891;
}
.BgClassName
{
background-color: #365891;
}
</style>
border-color css
<style>
span { border-color: #365891; }
span { border-color: rgb(54,88,145); }
td.TdClassName
{
border-color: #365891;
}
.TagClassName
{
border-color: #365891;
}
</style>