Shades of Cello #374D64
Tints of Cello #374D64
RGB
CMYK
RGB Variations
Color information
#374D64 (or 0x374D64) is known color: Cello. HEX triplet: 37, 4D and 64. RGB value is (55,77,100). Sum of RGB (Red+Green+Blue) = 55+77+100=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #374D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D64 is #C8B29B. Grayscale: #484848. Windows color (decimal): -13152924 or 6573367. OLE color: 6573367.
HSL color Cylindrical-coordinate representation of color #374D64: hue angle of 210.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #374D64 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 77 | 100 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.61 |
| HSL | 210.67º | 0.29% | 0.3% | - |
| HSV(B) | 210.67º | 0.45% | 0.39% | - |
| XYZ | 6.53 | 7.04 | 13.07 | - |
| YUV | 73.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 100 | 0.45 | 0.23 | 0 | 0.61 | 210.67 | 0.29 | 0.3 |
| Hex | 37 | 4D | 64 | 2D | 17 | 0 | 3D | D3 | 1D | 1E |
| Octal | 67 | 115 | 144 | 55 | 27 | 0 | 75 | 323 | 35 | 36 |
| Binary | 110111 | 1001101 | 1100100 | 101101 | 10111 | 0 | 111101 | 11010011 | 11101 | 11110 |
Color Harmonies of #374D64
Complementary color
Monochromatic Colors of #374D64
Black with #374D64
Text Example
Text Example
White with #374D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D64; }
p { color: rgb(55,77,100); }
H1.HeaderClassName
{
color: #374D64;
}
.AnyTagClassName
{
color: #374D64;
}
</style>
background-color css
<style>
a { background-color: #374D64; }
a { background-color: rgb(55,77,100); }
div.DivClassName
{
background-color: #374D64;
}
.BgClassName
{
background-color: #374D64;
}
</style>
border-color css
<style>
span { border-color: #374D64; }
span { border-color: rgb(55,77,100); }
td.TdClassName
{
border-color: #374D64;
}
.TagClassName
{
border-color: #374D64;
}
</style>