Shades of Tory Blue #364299
Tints of Tory Blue #364299
RGB
CMYK
RGB Variations
Color information
#364299 (or 0x364299) is known color: Tory Blue. HEX triplet: 36, 42 and 99. RGB value is (54,66,153). Sum of RGB (Red+Green+Blue) = 54+66+153=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #364299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364299 is #C9BD66. Grayscale: #474747. Windows color (decimal): -13221223 or 10043958. OLE color: 10043958.
HSL color Cylindrical-coordinate representation of color #364299: hue angle of 232.73º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364299 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 66 | 153 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.4 |
| HSL | 232.73º | 0.48% | 0.41% | - |
| HSV(B) | 232.73º | 0.65% | 0.6% | - |
| XYZ | 9.22 | 6.98 | 31 | - |
| YUV | 72.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 153 | 0.65 | 0.57 | 0 | 0.4 | 232.73 | 0.48 | 0.41 |
| Hex | 36 | 42 | 99 | 41 | 39 | 0 | 28 | E9 | 30 | 29 |
| Octal | 66 | 102 | 231 | 101 | 71 | 0 | 50 | 351 | 60 | 51 |
| Binary | 110110 | 1000010 | 10011001 | 1000001 | 111001 | 0 | 101000 | 11101001 | 110000 | 101001 |
Color Harmonies of #364299
Complementary color
Monochromatic Colors of #364299
Black with #364299
Text Example
Text Example
White with #364299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364299; }
p { color: rgb(54,66,153); }
H1.HeaderClassName
{
color: #364299;
}
.AnyTagClassName
{
color: #364299;
}
</style>
background-color css
<style>
a { background-color: #364299; }
a { background-color: rgb(54,66,153); }
div.DivClassName
{
background-color: #364299;
}
.BgClassName
{
background-color: #364299;
}
</style>
border-color css
<style>
span { border-color: #364299; }
span { border-color: rgb(54,66,153); }
td.TdClassName
{
border-color: #364299;
}
.TagClassName
{
border-color: #364299;
}
</style>