Shades of Cello #37525F
Tints of Cello #37525F
RGB
CMYK
RGB Variations
Color information
#37525F (or 0x37525F) is known color: Cello. HEX triplet: 37, 52 and 5F. RGB value is (55,82,95). Sum of RGB (Red+Green+Blue) = 55+82+95=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #37525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37525F is #C8ADA0. Grayscale: #4B4B4B. Windows color (decimal): -13151649 or 6246967. OLE color: 6246967.
HSL color Cylindrical-coordinate representation of color #37525F: hue angle of 199.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37525F is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 82 | 95 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.63 |
| HSL | 199.5º | 0.27% | 0.29% | - |
| HSV(B) | 199.5º | 0.42% | 0.37% | - |
| XYZ | 6.66 | 7.67 | 11.96 | - |
| YUV | 75.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 95 | 0.42 | 0.14 | 0 | 0.63 | 199.5 | 0.27 | 0.29 |
| Hex | 37 | 52 | 5F | 2A | E | 0 | 3F | C8 | 1B | 1D |
| Octal | 67 | 122 | 137 | 52 | 16 | 0 | 77 | 310 | 33 | 35 |
| Binary | 110111 | 1010010 | 1011111 | 101010 | 1110 | 0 | 111111 | 11001000 | 11011 | 11101 |
Color Harmonies of #37525F
Complementary color
Monochromatic Colors of #37525F
Black with #37525F
Text Example
Text Example
White with #37525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37525F; }
p { color: rgb(55,82,95); }
H1.HeaderClassName
{
color: #37525F;
}
.AnyTagClassName
{
color: #37525F;
}
</style>
background-color css
<style>
a { background-color: #37525F; }
a { background-color: rgb(55,82,95); }
div.DivClassName
{
background-color: #37525F;
}
.BgClassName
{
background-color: #37525F;
}
</style>
border-color css
<style>
span { border-color: #37525F; }
span { border-color: rgb(55,82,95); }
td.TdClassName
{
border-color: #37525F;
}
.TagClassName
{
border-color: #37525F;
}
</style>