Shades of Tory Blue #364C99
Tints of Tory Blue #364C99
RGB
CMYK
RGB Variations
Color information
#364C99 (or 0x364C99) is known color: Tory Blue. HEX triplet: 36, 4C and 99. RGB value is (54,76,153). Sum of RGB (Red+Green+Blue) = 54+76+153=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #364C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C99 is #C9B366. Grayscale: #4D4D4D. Windows color (decimal): -13218663 or 10046518. OLE color: 10046518.
HSL color Cylindrical-coordinate representation of color #364C99: hue angle of 226.67º 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 #364C99 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 76 | 153 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.4 |
| HSL | 226.67º | 0.48% | 0.41% | - |
| HSV(B) | 226.67º | 0.65% | 0.6% | - |
| XYZ | 9.86 | 8.25 | 31.21 | - |
| YUV | 78.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 153 | 0.65 | 0.50 | 0 | 0.4 | 226.67 | 0.48 | 0.41 |
| Hex | 36 | 4C | 99 | 41 | 32 | 0 | 28 | E3 | 30 | 29 |
| Octal | 66 | 114 | 231 | 101 | 62 | 0 | 50 | 343 | 60 | 51 |
| Binary | 110110 | 1001100 | 10011001 | 1000001 | 110010 | 0 | 101000 | 11100011 | 110000 | 101001 |
Color Harmonies of #364C99
Complementary color
Monochromatic Colors of #364C99
Black with #364C99
Text Example
Text Example
White with #364C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C99; }
p { color: rgb(54,76,153); }
H1.HeaderClassName
{
color: #364C99;
}
.AnyTagClassName
{
color: #364C99;
}
</style>
background-color css
<style>
a { background-color: #364C99; }
a { background-color: rgb(54,76,153); }
div.DivClassName
{
background-color: #364C99;
}
.BgClassName
{
background-color: #364C99;
}
</style>
border-color css
<style>
span { border-color: #364C99; }
span { border-color: rgb(54,76,153); }
td.TdClassName
{
border-color: #364C99;
}
.TagClassName
{
border-color: #364C99;
}
</style>