Shades of Cello #37515E
Tints of Cello #37515E
RGB
CMYK
RGB Variations
Color information
#37515E (or 0x37515E) is known color: Cello. HEX triplet: 37, 51 and 5E. RGB value is (55,81,94). Sum of RGB (Red+Green+Blue) = 55+81+94=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #37515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37515E is #C8AEA1. Grayscale: #4A4A4A. Windows color (decimal): -13151906 or 6181175. OLE color: 6181175.
HSL color Cylindrical-coordinate representation of color #37515E: hue angle of 200º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37515E is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 81 | 94 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.63 |
| HSL | 200º | 0.26% | 0.29% | - |
| HSV(B) | 200º | 0.41% | 0.37% | - |
| XYZ | 6.54 | 7.51 | 11.69 | - |
| YUV | 74.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 94 | 0.41 | 0.14 | 0 | 0.63 | 200 | 0.26 | 0.29 |
| Hex | 37 | 51 | 5E | 29 | E | 0 | 3F | C8 | 1A | 1D |
| Octal | 67 | 121 | 136 | 51 | 16 | 0 | 77 | 310 | 32 | 35 |
| Binary | 110111 | 1010001 | 1011110 | 101001 | 1110 | 0 | 111111 | 11001000 | 11010 | 11101 |
Color Harmonies of #37515E
Complementary color
Monochromatic Colors of #37515E
Black with #37515E
Text Example
Text Example
White with #37515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37515E; }
p { color: rgb(55,81,94); }
H1.HeaderClassName
{
color: #37515E;
}
.AnyTagClassName
{
color: #37515E;
}
</style>
background-color css
<style>
a { background-color: #37515E; }
a { background-color: rgb(55,81,94); }
div.DivClassName
{
background-color: #37515E;
}
.BgClassName
{
background-color: #37515E;
}
</style>
border-color css
<style>
span { border-color: #37515E; }
span { border-color: rgb(55,81,94); }
td.TdClassName
{
border-color: #37515E;
}
.TagClassName
{
border-color: #37515E;
}
</style>