Shades of Cello #374D6B
Tints of Cello #374D6B
RGB
CMYK
RGB Variations
Color information
#374D6B (or 0x374D6B) is known color: Cello. HEX triplet: 37, 4D and 6B. RGB value is (55,77,107). Sum of RGB (Red+Green+Blue) = 55+77+107=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #374D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D6B is #C8B294. Grayscale: #494949. Windows color (decimal): -13152917 or 7032119. OLE color: 7032119.
HSL color Cylindrical-coordinate representation of color #374D6B: hue angle of 214.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374D6B is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 77 | 107 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.58 |
| HSL | 214.62º | 0.32% | 0.32% | - |
| HSV(B) | 214.62º | 0.49% | 0.42% | - |
| XYZ | 6.88 | 7.18 | 14.93 | - |
| YUV | 73.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 107 | 0.49 | 0.28 | 0 | 0.58 | 214.62 | 0.32 | 0.32 |
| Hex | 37 | 4D | 6B | 31 | 1C | 0 | 3A | D7 | 20 | 20 |
| Octal | 67 | 115 | 153 | 61 | 34 | 0 | 72 | 327 | 40 | 40 |
| Binary | 110111 | 1001101 | 1101011 | 110001 | 11100 | 0 | 111010 | 11010111 | 100000 | 100000 |
Color Harmonies of #374D6B
Complementary color
Monochromatic Colors of #374D6B
Black with #374D6B
Text Example
Text Example
White with #374D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D6B; }
p { color: rgb(55,77,107); }
H1.HeaderClassName
{
color: #374D6B;
}
.AnyTagClassName
{
color: #374D6B;
}
</style>
background-color css
<style>
a { background-color: #374D6B; }
a { background-color: rgb(55,77,107); }
div.DivClassName
{
background-color: #374D6B;
}
.BgClassName
{
background-color: #374D6B;
}
</style>
border-color css
<style>
span { border-color: #374D6B; }
span { border-color: rgb(55,77,107); }
td.TdClassName
{
border-color: #374D6B;
}
.TagClassName
{
border-color: #374D6B;
}
</style>