Shades of Cello #374C60
Tints of Cello #374C60
RGB
CMYK
RGB Variations
Color information
#374C60 (or 0x374C60) is known color: Cello. HEX triplet: 37, 4C and 60. RGB value is (55,76,96). Sum of RGB (Red+Green+Blue) = 55+76+96=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #374C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C60 is #C8B39F. Grayscale: #474747. Windows color (decimal): -13153184 or 6310967. OLE color: 6310967.
HSL color Cylindrical-coordinate representation of color #374C60: hue angle of 209.27º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374C60 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 76 | 96 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.62 |
| HSL | 209.27º | 0.27% | 0.3% | - |
| HSV(B) | 209.27º | 0.43% | 0.38% | - |
| XYZ | 6.27 | 6.83 | 12.05 | - |
| YUV | 72 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 96 | 0.43 | 0.21 | 0 | 0.62 | 209.27 | 0.27 | 0.3 |
| Hex | 37 | 4C | 60 | 2B | 15 | 0 | 3E | D1 | 1B | 1E |
| Octal | 67 | 114 | 140 | 53 | 25 | 0 | 76 | 321 | 33 | 36 |
| Binary | 110111 | 1001100 | 1100000 | 101011 | 10101 | 0 | 111110 | 11010001 | 11011 | 11110 |
Color Harmonies of #374C60
Complementary color
Monochromatic Colors of #374C60
Black with #374C60
Text Example
Text Example
White with #374C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C60; }
p { color: rgb(55,76,96); }
H1.HeaderClassName
{
color: #374C60;
}
.AnyTagClassName
{
color: #374C60;
}
</style>
background-color css
<style>
a { background-color: #374C60; }
a { background-color: rgb(55,76,96); }
div.DivClassName
{
background-color: #374C60;
}
.BgClassName
{
background-color: #374C60;
}
</style>
border-color css
<style>
span { border-color: #374C60; }
span { border-color: rgb(55,76,96); }
td.TdClassName
{
border-color: #374C60;
}
.TagClassName
{
border-color: #374C60;
}
</style>