Shades of Tory Blue #37468F
Tints of Tory Blue #37468F
RGB
CMYK
RGB Variations
Color information
#37468F (or 0x37468F) is known color: Tory Blue. HEX triplet: 37, 46 and 8F. RGB value is (55,70,143). Sum of RGB (Red+Green+Blue) = 55+70+143=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #37468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37468F is #C8B970. Grayscale: #494949. Windows color (decimal): -13154673 or 9389623. OLE color: 9389623.
HSL color Cylindrical-coordinate representation of color #37468F: hue angle of 229.77º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37468F is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 70 | 143 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.44 |
| HSL | 229.77º | 0.44% | 0.39% | - |
| HSV(B) | 229.77º | 0.62% | 0.56% | - |
| XYZ | 8.72 | 7.18 | 26.91 | - |
| YUV | 73.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 143 | 0.62 | 0.51 | 0 | 0.44 | 229.77 | 0.44 | 0.39 |
| Hex | 37 | 46 | 8F | 3E | 33 | 0 | 2C | E6 | 2C | 27 |
| Octal | 67 | 106 | 217 | 76 | 63 | 0 | 54 | 346 | 54 | 47 |
| Binary | 110111 | 1000110 | 10001111 | 111110 | 110011 | 0 | 101100 | 11100110 | 101100 | 100111 |
Color Harmonies of #37468F
Complementary color
Monochromatic Colors of #37468F
Black with #37468F
Text Example
Text Example
White with #37468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37468F; }
p { color: rgb(55,70,143); }
H1.HeaderClassName
{
color: #37468F;
}
.AnyTagClassName
{
color: #37468F;
}
</style>
background-color css
<style>
a { background-color: #37468F; }
a { background-color: rgb(55,70,143); }
div.DivClassName
{
background-color: #37468F;
}
.BgClassName
{
background-color: #37468F;
}
</style>
border-color css
<style>
span { border-color: #37468F; }
span { border-color: rgb(55,70,143); }
td.TdClassName
{
border-color: #37468F;
}
.TagClassName
{
border-color: #37468F;
}
</style>