Shades of Tory Blue #374498
Tints of Tory Blue #374498
RGB
CMYK
RGB Variations
Color information
#374498 (or 0x374498) is known color: Tory Blue. HEX triplet: 37, 44 and 98. RGB value is (55,68,152). Sum of RGB (Red+Green+Blue) = 55+68+152=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #374498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374498 is #C8BB67. Grayscale: #494949. Windows color (decimal): -13155176 or 9978935. OLE color: 9978935.
HSL color Cylindrical-coordinate representation of color #374498: hue angle of 231.96º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374498 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 68 | 152 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.40 |
| HSL | 231.96º | 0.47% | 0.41% | - |
| HSV(B) | 231.96º | 0.64% | 0.6% | - |
| XYZ | 9.31 | 7.21 | 30.61 | - |
| YUV | 73.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 152 | 0.64 | 0.55 | 0 | 0.40 | 231.96 | 0.47 | 0.41 |
| Hex | 37 | 44 | 98 | 40 | 37 | 0 | 28 | E8 | 2F | 29 |
| Octal | 67 | 104 | 230 | 100 | 67 | 0 | 50 | 350 | 57 | 51 |
| Binary | 110111 | 1000100 | 10011000 | 1000000 | 110111 | 0 | 101000 | 11101000 | 101111 | 101001 |
Color Harmonies of #374498
Complementary color
Monochromatic Colors of #374498
Black with #374498
Text Example
Text Example
White with #374498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374498; }
p { color: rgb(55,68,152); }
H1.HeaderClassName
{
color: #374498;
}
.AnyTagClassName
{
color: #374498;
}
</style>
background-color css
<style>
a { background-color: #374498; }
a { background-color: rgb(55,68,152); }
div.DivClassName
{
background-color: #374498;
}
.BgClassName
{
background-color: #374498;
}
</style>
border-color css
<style>
span { border-color: #374498; }
span { border-color: rgb(55,68,152); }
td.TdClassName
{
border-color: #374498;
}
.TagClassName
{
border-color: #374498;
}
</style>