Shades of Tory Blue #374583
Tints of Tory Blue #374583
RGB
CMYK
RGB Variations
Color information
#374583 (or 0x374583) is known color: Tory Blue. HEX triplet: 37, 45 and 83. RGB value is (55,69,131). Sum of RGB (Red+Green+Blue) = 55+69+131=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #374583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374583 is #C8BA7C. Grayscale: #474747. Windows color (decimal): -13154941 or 8602935. OLE color: 8602935.
HSL color Cylindrical-coordinate representation of color #374583: hue angle of 228.95º 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 #374583 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 69 | 131 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.49 |
| HSL | 228.95º | 0.41% | 0.36% | - |
| HSV(B) | 228.95º | 0.58% | 0.51% | - |
| XYZ | 7.8 | 6.71 | 22.36 | - |
| YUV | 71.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 131 | 0.58 | 0.47 | 0 | 0.49 | 228.95 | 0.41 | 0.36 |
| Hex | 37 | 45 | 83 | 3A | 2F | 0 | 31 | E5 | 29 | 24 |
| Octal | 67 | 105 | 203 | 72 | 57 | 0 | 61 | 345 | 51 | 44 |
| Binary | 110111 | 1000101 | 10000011 | 111010 | 101111 | 0 | 110001 | 11100101 | 101001 | 100100 |
Color Harmonies of #374583
Complementary color
Monochromatic Colors of #374583
Black with #374583
Text Example
Text Example
White with #374583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374583; }
p { color: rgb(55,69,131); }
H1.HeaderClassName
{
color: #374583;
}
.AnyTagClassName
{
color: #374583;
}
</style>
background-color css
<style>
a { background-color: #374583; }
a { background-color: rgb(55,69,131); }
div.DivClassName
{
background-color: #374583;
}
.BgClassName
{
background-color: #374583;
}
</style>
border-color css
<style>
span { border-color: #374583; }
span { border-color: rgb(55,69,131); }
td.TdClassName
{
border-color: #374583;
}
.TagClassName
{
border-color: #374583;
}
</style>