Shades of Cello #374E63
Tints of Cello #374E63
RGB
CMYK
RGB Variations
Color information
#374E63 (or 0x374E63) is known color: Cello. HEX triplet: 37, 4E and 63. RGB value is (55,78,99). Sum of RGB (Red+Green+Blue) = 55+78+99=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #374E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E63 is #C8B19C. Grayscale: #494949. Windows color (decimal): -13152669 or 6508087. OLE color: 6508087.
HSL color Cylindrical-coordinate representation of color #374E63: hue angle of 208.64º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374E63 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 78 | 99 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.61 |
| HSL | 208.64º | 0.29% | 0.3% | - |
| HSV(B) | 208.64º | 0.44% | 0.39% | - |
| XYZ | 6.55 | 7.16 | 12.84 | - |
| YUV | 73.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 99 | 0.44 | 0.21 | 0 | 0.61 | 208.64 | 0.29 | 0.3 |
| Hex | 37 | 4E | 63 | 2C | 15 | 0 | 3D | D1 | 1D | 1E |
| Octal | 67 | 116 | 143 | 54 | 25 | 0 | 75 | 321 | 35 | 36 |
| Binary | 110111 | 1001110 | 1100011 | 101100 | 10101 | 0 | 111101 | 11010001 | 11101 | 11110 |
Color Harmonies of #374E63
Complementary color
Monochromatic Colors of #374E63
Black with #374E63
Text Example
Text Example
White with #374E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E63; }
p { color: rgb(55,78,99); }
H1.HeaderClassName
{
color: #374E63;
}
.AnyTagClassName
{
color: #374E63;
}
</style>
background-color css
<style>
a { background-color: #374E63; }
a { background-color: rgb(55,78,99); }
div.DivClassName
{
background-color: #374E63;
}
.BgClassName
{
background-color: #374E63;
}
</style>
border-color css
<style>
span { border-color: #374E63; }
span { border-color: rgb(55,78,99); }
td.TdClassName
{
border-color: #374E63;
}
.TagClassName
{
border-color: #374E63;
}
</style>