Shades of Tory Blue #374683
Tints of Tory Blue #374683
RGB
CMYK
RGB Variations
Color information
#374683 (or 0x374683) is known color: Tory Blue. HEX triplet: 37, 46 and 83. RGB value is (55,70,131). Sum of RGB (Red+Green+Blue) = 55+70+131=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #374683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374683 is #C8B97C. Grayscale: #484848. Windows color (decimal): -13154685 or 8603191. OLE color: 8603191.
HSL color Cylindrical-coordinate representation of color #374683: hue angle of 228.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374683 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 70 | 131 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.49 |
| HSL | 228.16º | 0.41% | 0.36% | - |
| HSV(B) | 228.16º | 0.58% | 0.51% | - |
| XYZ | 7.86 | 6.83 | 22.38 | - |
| YUV | 72.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 131 | 0.58 | 0.47 | 0 | 0.49 | 228.16 | 0.41 | 0.36 |
| Hex | 37 | 46 | 83 | 3A | 2F | 0 | 31 | E4 | 29 | 24 |
| Octal | 67 | 106 | 203 | 72 | 57 | 0 | 61 | 344 | 51 | 44 |
| Binary | 110111 | 1000110 | 10000011 | 111010 | 101111 | 0 | 110001 | 11100100 | 101001 | 100100 |
Color Harmonies of #374683
Complementary color
Monochromatic Colors of #374683
Black with #374683
Text Example
Text Example
White with #374683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374683; }
p { color: rgb(55,70,131); }
H1.HeaderClassName
{
color: #374683;
}
.AnyTagClassName
{
color: #374683;
}
</style>
background-color css
<style>
a { background-color: #374683; }
a { background-color: rgb(55,70,131); }
div.DivClassName
{
background-color: #374683;
}
.BgClassName
{
background-color: #374683;
}
</style>
border-color css
<style>
span { border-color: #374683; }
span { border-color: rgb(55,70,131); }
td.TdClassName
{
border-color: #374683;
}
.TagClassName
{
border-color: #374683;
}
</style>