Shades of Cello #374D5B
Tints of Cello #374D5B
RGB
CMYK
RGB Variations
Color information
#374D5B (or 0x374D5B) is known color: Cello. HEX triplet: 37, 4D and 5B. RGB value is (55,77,91). Sum of RGB (Red+Green+Blue) = 55+77+91=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #374D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D5B is #C8B2A4. Grayscale: #474747. Windows color (decimal): -13152933 or 5983543. OLE color: 5983543.
HSL color Cylindrical-coordinate representation of color #374D5B: hue angle of 203.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #374D5B is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 77 | 91 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.64 |
| HSL | 203.33º | 0.25% | 0.29% | - |
| HSV(B) | 203.33º | 0.4% | 0.36% | - |
| XYZ | 6.12 | 6.88 | 10.9 | - |
| YUV | 72.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 91 | 0.40 | 0.15 | 0 | 0.64 | 203.33 | 0.25 | 0.29 |
| Hex | 37 | 4D | 5B | 28 | F | 0 | 40 | CB | 19 | 1D |
| Octal | 67 | 115 | 133 | 50 | 17 | 0 | 100 | 313 | 31 | 35 |
| Binary | 110111 | 1001101 | 1011011 | 101000 | 1111 | 0 | 1000000 | 11001011 | 11001 | 11101 |
Color Harmonies of #374D5B
Complementary color
Monochromatic Colors of #374D5B
Black with #374D5B
Text Example
Text Example
White with #374D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D5B; }
p { color: rgb(55,77,91); }
H1.HeaderClassName
{
color: #374D5B;
}
.AnyTagClassName
{
color: #374D5B;
}
</style>
background-color css
<style>
a { background-color: #374D5B; }
a { background-color: rgb(55,77,91); }
div.DivClassName
{
background-color: #374D5B;
}
.BgClassName
{
background-color: #374D5B;
}
</style>
border-color css
<style>
span { border-color: #374D5B; }
span { border-color: rgb(55,77,91); }
td.TdClassName
{
border-color: #374D5B;
}
.TagClassName
{
border-color: #374D5B;
}
</style>