Shades of Cello #374D5D
Tints of Cello #374D5D
RGB
CMYK
RGB Variations
Color information
#374D5D (or 0x374D5D) is known color: Cello. HEX triplet: 37, 4D and 5D. RGB value is (55,77,93). Sum of RGB (Red+Green+Blue) = 55+77+93=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #374D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D5D is #C8B2A2. Grayscale: #484848. Windows color (decimal): -13152931 or 6114615. OLE color: 6114615.
HSL color Cylindrical-coordinate representation of color #374D5D: hue angle of 205.26º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #374D5D is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 77 | 93 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.64 |
| HSL | 205.26º | 0.26% | 0.29% | - |
| HSV(B) | 205.26º | 0.41% | 0.36% | - |
| XYZ | 6.21 | 6.91 | 11.36 | - |
| YUV | 72.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 93 | 0.41 | 0.17 | 0 | 0.64 | 205.26 | 0.26 | 0.29 |
| Hex | 37 | 4D | 5D | 29 | 11 | 0 | 40 | CD | 1A | 1D |
| Octal | 67 | 115 | 135 | 51 | 21 | 0 | 100 | 315 | 32 | 35 |
| Binary | 110111 | 1001101 | 1011101 | 101001 | 10001 | 0 | 1000000 | 11001101 | 11010 | 11101 |
Color Harmonies of #374D5D
Complementary color
Monochromatic Colors of #374D5D
Black with #374D5D
Text Example
Text Example
White with #374D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D5D; }
p { color: rgb(55,77,93); }
H1.HeaderClassName
{
color: #374D5D;
}
.AnyTagClassName
{
color: #374D5D;
}
</style>
background-color css
<style>
a { background-color: #374D5D; }
a { background-color: rgb(55,77,93); }
div.DivClassName
{
background-color: #374D5D;
}
.BgClassName
{
background-color: #374D5D;
}
</style>
border-color css
<style>
span { border-color: #374D5D; }
span { border-color: rgb(55,77,93); }
td.TdClassName
{
border-color: #374D5D;
}
.TagClassName
{
border-color: #374D5D;
}
</style>