Shades of Cello #37526E
Tints of Cello #37526E
RGB
CMYK
RGB Variations
Color information
#37526E (or 0x37526E) is known color: Cello. HEX triplet: 37, 52 and 6E. RGB value is (55,82,110). Sum of RGB (Red+Green+Blue) = 55+82+110=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #37526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37526E is #C8AD91. Grayscale: #4C4C4C. Windows color (decimal): -13151634 or 7230007. OLE color: 7230007.
HSL color Cylindrical-coordinate representation of color #37526E: hue angle of 210.55º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37526E is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 82 | 110 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.57 |
| HSL | 210.55º | 0.33% | 0.32% | - |
| HSV(B) | 210.55º | 0.5% | 0.43% | - |
| XYZ | 7.41 | 7.97 | 15.9 | - |
| YUV | 77.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 110 | 0.5 | 0.25 | 0 | 0.57 | 210.55 | 0.33 | 0.32 |
| Hex | 37 | 52 | 6E | 32 | 19 | 0 | 39 | D3 | 21 | 20 |
| Octal | 67 | 122 | 156 | 62 | 31 | 0 | 71 | 323 | 41 | 40 |
| Binary | 110111 | 1010010 | 1101110 | 110010 | 11001 | 0 | 111001 | 11010011 | 100001 | 100000 |
Color Harmonies of #37526E
Complementary color
Monochromatic Colors of #37526E
Black with #37526E
Text Example
Text Example
White with #37526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37526E; }
p { color: rgb(55,82,110); }
H1.HeaderClassName
{
color: #37526E;
}
.AnyTagClassName
{
color: #37526E;
}
</style>
background-color css
<style>
a { background-color: #37526E; }
a { background-color: rgb(55,82,110); }
div.DivClassName
{
background-color: #37526E;
}
.BgClassName
{
background-color: #37526E;
}
</style>
border-color css
<style>
span { border-color: #37526E; }
span { border-color: rgb(55,82,110); }
td.TdClassName
{
border-color: #37526E;
}
.TagClassName
{
border-color: #37526E;
}
</style>