Shades of Tory Blue #375A93
Tints of Tory Blue #375A93
RGB
CMYK
RGB Variations
Color information
#375A93 (or 0x375A93) is known color: Tory Blue. HEX triplet: 37, 5A and 93. RGB value is (55,90,147). Sum of RGB (Red+Green+Blue) = 55+90+147=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #375A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A93 is #C8A56C. Grayscale: #555555. Windows color (decimal): -13149549 or 9656887. OLE color: 9656887.
HSL color Cylindrical-coordinate representation of color #375A93: hue angle of 217.17º 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 #375A93 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 90 | 147 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.42 |
| HSL | 217.17º | 0.46% | 0.4% | - |
| HSV(B) | 217.17º | 0.63% | 0.58% | - |
| XYZ | 10.5 | 10.23 | 29.03 | - |
| YUV | 86.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 147 | 0.63 | 0.39 | 0 | 0.42 | 217.17 | 0.46 | 0.4 |
| Hex | 37 | 5A | 93 | 3F | 27 | 0 | 2A | D9 | 2E | 28 |
| Octal | 67 | 132 | 223 | 77 | 47 | 0 | 52 | 331 | 56 | 50 |
| Binary | 110111 | 1011010 | 10010011 | 111111 | 100111 | 0 | 101010 | 11011001 | 101110 | 101000 |
Color Harmonies of #375A93
Complementary color
Monochromatic Colors of #375A93
Black with #375A93
Text Example
Text Example
White with #375A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A93; }
p { color: rgb(55,90,147); }
H1.HeaderClassName
{
color: #375A93;
}
.AnyTagClassName
{
color: #375A93;
}
</style>
background-color css
<style>
a { background-color: #375A93; }
a { background-color: rgb(55,90,147); }
div.DivClassName
{
background-color: #375A93;
}
.BgClassName
{
background-color: #375A93;
}
</style>
border-color css
<style>
span { border-color: #375A93; }
span { border-color: rgb(55,90,147); }
td.TdClassName
{
border-color: #375A93;
}
.TagClassName
{
border-color: #375A93;
}
</style>