Shades of Tory Blue #375393
Tints of Tory Blue #375393
RGB
CMYK
RGB Variations
Color information
#375393 (or 0x375393) is known color: Tory Blue. HEX triplet: 37, 53 and 93. RGB value is (55,83,147). Sum of RGB (Red+Green+Blue) = 55+83+147=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #375393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375393 is #C8AC6C. Grayscale: #515151. Windows color (decimal): -13151341 or 9655095. OLE color: 9655095.
HSL color Cylindrical-coordinate representation of color #375393: hue angle of 221.74º 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 #375393 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 83 | 147 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.42 |
| HSL | 221.74º | 0.46% | 0.4% | - |
| HSV(B) | 221.74º | 0.63% | 0.58% | - |
| XYZ | 9.94 | 9.11 | 28.84 | - |
| YUV | 81.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 147 | 0.63 | 0.44 | 0 | 0.42 | 221.74 | 0.46 | 0.4 |
| Hex | 37 | 53 | 93 | 3F | 2C | 0 | 2A | DE | 2E | 28 |
| Octal | 67 | 123 | 223 | 77 | 54 | 0 | 52 | 336 | 56 | 50 |
| Binary | 110111 | 1010011 | 10010011 | 111111 | 101100 | 0 | 101010 | 11011110 | 101110 | 101000 |
Color Harmonies of #375393
Complementary color
Monochromatic Colors of #375393
Black with #375393
Text Example
Text Example
White with #375393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375393; }
p { color: rgb(55,83,147); }
H1.HeaderClassName
{
color: #375393;
}
.AnyTagClassName
{
color: #375393;
}
</style>
background-color css
<style>
a { background-color: #375393; }
a { background-color: rgb(55,83,147); }
div.DivClassName
{
background-color: #375393;
}
.BgClassName
{
background-color: #375393;
}
</style>
border-color css
<style>
span { border-color: #375393; }
span { border-color: rgb(55,83,147); }
td.TdClassName
{
border-color: #375393;
}
.TagClassName
{
border-color: #375393;
}
</style>