Shades of Tory Blue #364F8C
Tints of Tory Blue #364F8C
RGB
CMYK
RGB Variations
Color information
#364F8C (or 0x364F8C) is known color: Tory Blue. HEX triplet: 36, 4F and 8C. RGB value is (54,79,140). Sum of RGB (Red+Green+Blue) = 54+79+140=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #364F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364F8C is #C9B073. Grayscale: #4E4E4E. Windows color (decimal): -13217908 or 9195318. OLE color: 9195318.
HSL color Cylindrical-coordinate representation of color #364F8C: hue angle of 222.56º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364F8C is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 79 | 140 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.45 |
| HSL | 222.56º | 0.44% | 0.38% | - |
| HSV(B) | 222.56º | 0.61% | 0.55% | - |
| XYZ | 9.05 | 8.27 | 25.93 | - |
| YUV | 78.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 140 | 0.61 | 0.44 | 0 | 0.45 | 222.56 | 0.44 | 0.38 |
| Hex | 36 | 4F | 8C | 3D | 2C | 0 | 2D | DF | 2C | 26 |
| Octal | 66 | 117 | 214 | 75 | 54 | 0 | 55 | 337 | 54 | 46 |
| Binary | 110110 | 1001111 | 10001100 | 111101 | 101100 | 0 | 101101 | 11011111 | 101100 | 100110 |
Color Harmonies of #364F8C
Complementary color
Monochromatic Colors of #364F8C
Black with #364F8C
Text Example
Text Example
White with #364F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F8C; }
p { color: rgb(54,79,140); }
H1.HeaderClassName
{
color: #364F8C;
}
.AnyTagClassName
{
color: #364F8C;
}
</style>
background-color css
<style>
a { background-color: #364F8C; }
a { background-color: rgb(54,79,140); }
div.DivClassName
{
background-color: #364F8C;
}
.BgClassName
{
background-color: #364F8C;
}
</style>
border-color css
<style>
span { border-color: #364F8C; }
span { border-color: rgb(54,79,140); }
td.TdClassName
{
border-color: #364F8C;
}
.TagClassName
{
border-color: #364F8C;
}
</style>