Shades of Tory Blue #375293
Tints of Tory Blue #375293
RGB
CMYK
RGB Variations
Color information
#375293 (or 0x375293) is known color: Tory Blue. HEX triplet: 37, 52 and 93. RGB value is (55,82,147). Sum of RGB (Red+Green+Blue) = 55+82+147=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #375293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375293 is #C8AD6C. Grayscale: #515151. Windows color (decimal): -13151597 or 9654839. OLE color: 9654839.
HSL color Cylindrical-coordinate representation of color #375293: hue angle of 222.39º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375293 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 82 | 147 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.42 |
| HSL | 222.39º | 0.46% | 0.4% | - |
| HSV(B) | 222.39º | 0.63% | 0.58% | - |
| XYZ | 9.86 | 8.95 | 28.81 | - |
| YUV | 81.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 147 | 0.63 | 0.44 | 0 | 0.42 | 222.39 | 0.46 | 0.4 |
| Hex | 37 | 52 | 93 | 3F | 2C | 0 | 2A | DE | 2E | 28 |
| Octal | 67 | 122 | 223 | 77 | 54 | 0 | 52 | 336 | 56 | 50 |
| Binary | 110111 | 1010010 | 10010011 | 111111 | 101100 | 0 | 101010 | 11011110 | 101110 | 101000 |
Color Harmonies of #375293
Complementary color
Monochromatic Colors of #375293
Black with #375293
Text Example
Text Example
White with #375293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375293; }
p { color: rgb(55,82,147); }
H1.HeaderClassName
{
color: #375293;
}
.AnyTagClassName
{
color: #375293;
}
</style>
background-color css
<style>
a { background-color: #375293; }
a { background-color: rgb(55,82,147); }
div.DivClassName
{
background-color: #375293;
}
.BgClassName
{
background-color: #375293;
}
</style>
border-color css
<style>
span { border-color: #375293; }
span { border-color: rgb(55,82,147); }
td.TdClassName
{
border-color: #375293;
}
.TagClassName
{
border-color: #375293;
}
</style>