Shades of Cello #374C59
Tints of Cello #374C59
RGB
CMYK
RGB Variations
Color information
#374C59 (or 0x374C59) is known color: Cello. HEX triplet: 37, 4C and 59. RGB value is (55,76,89). Sum of RGB (Red+Green+Blue) = 55+76+89=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #374C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C59 is #C8B3A6. Grayscale: #474747. Windows color (decimal): -13153191 or 5852215. OLE color: 5852215.
HSL color Cylindrical-coordinate representation of color #374C59: hue angle of 202.94º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374C59 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 76 | 89 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.65 |
| HSL | 202.94º | 0.24% | 0.28% | - |
| HSV(B) | 202.94º | 0.38% | 0.35% | - |
| XYZ | 5.96 | 6.7 | 10.43 | - |
| YUV | 71.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 89 | 0.38 | 0.15 | 0 | 0.65 | 202.94 | 0.24 | 0.28 |
| Hex | 37 | 4C | 59 | 26 | F | 0 | 41 | CB | 18 | 1C |
| Octal | 67 | 114 | 131 | 46 | 17 | 0 | 101 | 313 | 30 | 34 |
| Binary | 110111 | 1001100 | 1011001 | 100110 | 1111 | 0 | 1000001 | 11001011 | 11000 | 11100 |
Color Harmonies of #374C59
Complementary color
Monochromatic Colors of #374C59
Black with #374C59
Text Example
Text Example
White with #374C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C59; }
p { color: rgb(55,76,89); }
H1.HeaderClassName
{
color: #374C59;
}
.AnyTagClassName
{
color: #374C59;
}
</style>
background-color css
<style>
a { background-color: #374C59; }
a { background-color: rgb(55,76,89); }
div.DivClassName
{
background-color: #374C59;
}
.BgClassName
{
background-color: #374C59;
}
</style>
border-color css
<style>
span { border-color: #374C59; }
span { border-color: rgb(55,76,89); }
td.TdClassName
{
border-color: #374C59;
}
.TagClassName
{
border-color: #374C59;
}
</style>