Shades of Cello #374C6B
Tints of Cello #374C6B
RGB
CMYK
RGB Variations
Color information
#374C6B (or 0x374C6B) is known color: Cello. HEX triplet: 37, 4C and 6B. RGB value is (55,76,107). Sum of RGB (Red+Green+Blue) = 55+76+107=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #374C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C6B is #C8B394. Grayscale: #494949. Windows color (decimal): -13153173 or 7031863. OLE color: 7031863.
HSL color Cylindrical-coordinate representation of color #374C6B: hue angle of 215.77º 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 #374C6B is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 76 | 107 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.58 |
| HSL | 215.77º | 0.32% | 0.32% | - |
| HSV(B) | 215.77º | 0.49% | 0.42% | - |
| XYZ | 6.81 | 7.04 | 14.91 | - |
| YUV | 73.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 107 | 0.49 | 0.29 | 0 | 0.58 | 215.77 | 0.32 | 0.32 |
| Hex | 37 | 4C | 6B | 31 | 1D | 0 | 3A | D8 | 20 | 20 |
| Octal | 67 | 114 | 153 | 61 | 35 | 0 | 72 | 330 | 40 | 40 |
| Binary | 110111 | 1001100 | 1101011 | 110001 | 11101 | 0 | 111010 | 11011000 | 100000 | 100000 |
Color Harmonies of #374C6B
Complementary color
Monochromatic Colors of #374C6B
Black with #374C6B
Text Example
Text Example
White with #374C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C6B; }
p { color: rgb(55,76,107); }
H1.HeaderClassName
{
color: #374C6B;
}
.AnyTagClassName
{
color: #374C6B;
}
</style>
background-color css
<style>
a { background-color: #374C6B; }
a { background-color: rgb(55,76,107); }
div.DivClassName
{
background-color: #374C6B;
}
.BgClassName
{
background-color: #374C6B;
}
</style>
border-color css
<style>
span { border-color: #374C6B; }
span { border-color: rgb(55,76,107); }
td.TdClassName
{
border-color: #374C6B;
}
.TagClassName
{
border-color: #374C6B;
}
</style>