Shades of Tory Blue #37469D
Tints of Tory Blue #37469D
RGB
CMYK
RGB Variations
Color information
#37469D (or 0x37469D) is known color: Tory Blue. HEX triplet: 37, 46 and 9D. RGB value is (55,70,157). Sum of RGB (Red+Green+Blue) = 55+70+157=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #37469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37469D is #C8B962. Grayscale: #4B4B4B. Windows color (decimal): -13154659 or 10307127. OLE color: 10307127.
HSL color Cylindrical-coordinate representation of color #37469D: hue angle of 231.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37469D is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 70 | 157 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.38 |
| HSL | 231.18º | 0.48% | 0.42% | - |
| HSV(B) | 231.18º | 0.65% | 0.62% | - |
| XYZ | 9.85 | 7.63 | 32.85 | - |
| YUV | 75.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 157 | 0.65 | 0.55 | 0 | 0.38 | 231.18 | 0.48 | 0.42 |
| Hex | 37 | 46 | 9D | 41 | 37 | 0 | 26 | E7 | 30 | 2A |
| Octal | 67 | 106 | 235 | 101 | 67 | 0 | 46 | 347 | 60 | 52 |
| Binary | 110111 | 1000110 | 10011101 | 1000001 | 110111 | 0 | 100110 | 11100111 | 110000 | 101010 |
Color Harmonies of #37469D
Complementary color
Monochromatic Colors of #37469D
Black with #37469D
Text Example
Text Example
White with #37469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37469D; }
p { color: rgb(55,70,157); }
H1.HeaderClassName
{
color: #37469D;
}
.AnyTagClassName
{
color: #37469D;
}
</style>
background-color css
<style>
a { background-color: #37469D; }
a { background-color: rgb(55,70,157); }
div.DivClassName
{
background-color: #37469D;
}
.BgClassName
{
background-color: #37469D;
}
</style>
border-color css
<style>
span { border-color: #37469D; }
span { border-color: rgb(55,70,157); }
td.TdClassName
{
border-color: #37469D;
}
.TagClassName
{
border-color: #37469D;
}
</style>