Shades of Tory Blue #36479C
Tints of Tory Blue #36479C
RGB
CMYK
RGB Variations
Color information
#36479C (or 0x36479C) is known color: Tory Blue. HEX triplet: 36, 47 and 9C. RGB value is (54,71,156). Sum of RGB (Red+Green+Blue) = 54+71+156=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #36479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36479C is #C9B863. Grayscale: #4B4B4B. Windows color (decimal): -13219940 or 10241846. OLE color: 10241846.
HSL color Cylindrical-coordinate representation of color #36479C: hue angle of 230º 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 #36479C is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 71 | 156 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.39 |
| HSL | 230º | 0.49% | 0.41% | - |
| HSV(B) | 230º | 0.65% | 0.61% | - |
| XYZ | 9.78 | 7.69 | 32.42 | - |
| YUV | 75.61 | 173.37 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 156 | 0.65 | 0.54 | 0 | 0.39 | 230 | 0.49 | 0.41 |
| Hex | 36 | 47 | 9C | 41 | 36 | 0 | 27 | E6 | 31 | 29 |
| Octal | 66 | 107 | 234 | 101 | 66 | 0 | 47 | 346 | 61 | 51 |
| Binary | 110110 | 1000111 | 10011100 | 1000001 | 110110 | 0 | 100111 | 11100110 | 110001 | 101001 |
Color Harmonies of #36479C
Complementary color
Monochromatic Colors of #36479C
Black with #36479C
Text Example
Text Example
White with #36479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36479C; }
p { color: rgb(54,71,156); }
H1.HeaderClassName
{
color: #36479C;
}
.AnyTagClassName
{
color: #36479C;
}
</style>
background-color css
<style>
a { background-color: #36479C; }
a { background-color: rgb(54,71,156); }
div.DivClassName
{
background-color: #36479C;
}
.BgClassName
{
background-color: #36479C;
}
</style>
border-color css
<style>
span { border-color: #36479C; }
span { border-color: rgb(54,71,156); }
td.TdClassName
{
border-color: #36479C;
}
.TagClassName
{
border-color: #36479C;
}
</style>