Shades of Cello #37485A
Tints of Cello #37485A
RGB
CMYK
RGB Variations
Color information
#37485A (or 0x37485A) is known color: Cello. HEX triplet: 37, 48 and 5A. RGB value is (55,72,90). Sum of RGB (Red+Green+Blue) = 55+72+90=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #37485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37485A is #C8B7A5. Grayscale: #444444. Windows color (decimal): -13154214 or 5916727. OLE color: 5916727.
HSL color Cylindrical-coordinate representation of color #37485A: hue angle of 210.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37485A is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 72 | 90 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.65 |
| HSL | 210.86º | 0.24% | 0.28% | - |
| HSV(B) | 210.86º | 0.39% | 0.35% | - |
| XYZ | 5.74 | 6.19 | 10.56 | - |
| YUV | 68.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 90 | 0.39 | 0.20 | 0 | 0.65 | 210.86 | 0.24 | 0.28 |
| Hex | 37 | 48 | 5A | 27 | 14 | 0 | 41 | D3 | 18 | 1C |
| Octal | 67 | 110 | 132 | 47 | 24 | 0 | 101 | 323 | 30 | 34 |
| Binary | 110111 | 1001000 | 1011010 | 100111 | 10100 | 0 | 1000001 | 11010011 | 11000 | 11100 |
Color Harmonies of #37485A
Complementary color
Monochromatic Colors of #37485A
Black with #37485A
Text Example
Text Example
White with #37485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37485A; }
p { color: rgb(55,72,90); }
H1.HeaderClassName
{
color: #37485A;
}
.AnyTagClassName
{
color: #37485A;
}
</style>
background-color css
<style>
a { background-color: #37485A; }
a { background-color: rgb(55,72,90); }
div.DivClassName
{
background-color: #37485A;
}
.BgClassName
{
background-color: #37485A;
}
</style>
border-color css
<style>
span { border-color: #37485A; }
span { border-color: rgb(55,72,90); }
td.TdClassName
{
border-color: #37485A;
}
.TagClassName
{
border-color: #37485A;
}
</style>