Shades of Tory Blue #364D9C
Tints of Tory Blue #364D9C
RGB
CMYK
RGB Variations
Color information
#364D9C (or 0x364D9C) is known color: Tory Blue. HEX triplet: 36, 4D and 9C. RGB value is (54,77,156). Sum of RGB (Red+Green+Blue) = 54+77+156=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #364D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364D9C is #C9B263. Grayscale: #4E4E4E. Windows color (decimal): -13218404 or 10243382. OLE color: 10243382.
HSL color Cylindrical-coordinate representation of color #364D9C: hue angle of 226.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364D9C is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 77 | 156 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.39 |
| HSL | 226.47º | 0.49% | 0.41% | - |
| HSV(B) | 226.47º | 0.65% | 0.61% | - |
| XYZ | 10.18 | 8.49 | 32.56 | - |
| YUV | 79.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 156 | 0.65 | 0.51 | 0 | 0.39 | 226.47 | 0.49 | 0.41 |
| Hex | 36 | 4D | 9C | 41 | 33 | 0 | 27 | E2 | 31 | 29 |
| Octal | 66 | 115 | 234 | 101 | 63 | 0 | 47 | 342 | 61 | 51 |
| Binary | 110110 | 1001101 | 10011100 | 1000001 | 110011 | 0 | 100111 | 11100010 | 110001 | 101001 |
Color Harmonies of #364D9C
Complementary color
Monochromatic Colors of #364D9C
Black with #364D9C
Text Example
Text Example
White with #364D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D9C; }
p { color: rgb(54,77,156); }
H1.HeaderClassName
{
color: #364D9C;
}
.AnyTagClassName
{
color: #364D9C;
}
</style>
background-color css
<style>
a { background-color: #364D9C; }
a { background-color: rgb(54,77,156); }
div.DivClassName
{
background-color: #364D9C;
}
.BgClassName
{
background-color: #364D9C;
}
</style>
border-color css
<style>
span { border-color: #364D9C; }
span { border-color: rgb(54,77,156); }
td.TdClassName
{
border-color: #364D9C;
}
.TagClassName
{
border-color: #364D9C;
}
</style>