Shades of Cello #374C66
Tints of Cello #374C66
RGB
CMYK
RGB Variations
Color information
#374C66 (or 0x374C66) is known color: Cello. HEX triplet: 37, 4C and 66. RGB value is (55,76,102). Sum of RGB (Red+Green+Blue) = 55+76+102=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #374C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C66 is #C8B399. Grayscale: #484848. Windows color (decimal): -13153178 or 6704183. OLE color: 6704183.
HSL color Cylindrical-coordinate representation of color #374C66: hue angle of 213.19º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374C66 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 76 | 102 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.6 |
| HSL | 213.19º | 0.3% | 0.31% | - |
| HSV(B) | 213.19º | 0.46% | 0.4% | - |
| XYZ | 6.56 | 6.94 | 13.56 | - |
| YUV | 72.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 102 | 0.46 | 0.25 | 0 | 0.6 | 213.19 | 0.3 | 0.31 |
| Hex | 37 | 4C | 66 | 2E | 19 | 0 | 3C | D5 | 1E | 1F |
| Octal | 67 | 114 | 146 | 56 | 31 | 0 | 74 | 325 | 36 | 37 |
| Binary | 110111 | 1001100 | 1100110 | 101110 | 11001 | 0 | 111100 | 11010101 | 11110 | 11111 |
Color Harmonies of #374C66
Complementary color
Monochromatic Colors of #374C66
Black with #374C66
Text Example
Text Example
White with #374C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C66; }
p { color: rgb(55,76,102); }
H1.HeaderClassName
{
color: #374C66;
}
.AnyTagClassName
{
color: #374C66;
}
</style>
background-color css
<style>
a { background-color: #374C66; }
a { background-color: rgb(55,76,102); }
div.DivClassName
{
background-color: #374C66;
}
.BgClassName
{
background-color: #374C66;
}
</style>
border-color css
<style>
span { border-color: #374C66; }
span { border-color: rgb(55,76,102); }
td.TdClassName
{
border-color: #374C66;
}
.TagClassName
{
border-color: #374C66;
}
</style>