Shades of Cello #374E5B
Tints of Cello #374E5B
RGB
CMYK
RGB Variations
Color information
#374E5B (or 0x374E5B) is known color: Cello. HEX triplet: 37, 4E and 5B. RGB value is (55,78,91). Sum of RGB (Red+Green+Blue) = 55+78+91=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #374E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E5B is #C8B1A4. Grayscale: #484848. Windows color (decimal): -13152677 or 5983799. OLE color: 5983799.
HSL color Cylindrical-coordinate representation of color #374E5B: hue angle of 201.67º 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 #374E5B is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 78 | 91 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.64 |
| HSL | 201.67º | 0.25% | 0.29% | - |
| HSV(B) | 201.67º | 0.4% | 0.36% | - |
| XYZ | 6.19 | 7.02 | 10.93 | - |
| YUV | 72.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 91 | 0.40 | 0.14 | 0 | 0.64 | 201.67 | 0.25 | 0.29 |
| Hex | 37 | 4E | 5B | 28 | E | 0 | 40 | CA | 19 | 1D |
| Octal | 67 | 116 | 133 | 50 | 16 | 0 | 100 | 312 | 31 | 35 |
| Binary | 110111 | 1001110 | 1011011 | 101000 | 1110 | 0 | 1000000 | 11001010 | 11001 | 11101 |
Color Harmonies of #374E5B
Complementary color
Monochromatic Colors of #374E5B
Black with #374E5B
Text Example
Text Example
White with #374E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E5B; }
p { color: rgb(55,78,91); }
H1.HeaderClassName
{
color: #374E5B;
}
.AnyTagClassName
{
color: #374E5B;
}
</style>
background-color css
<style>
a { background-color: #374E5B; }
a { background-color: rgb(55,78,91); }
div.DivClassName
{
background-color: #374E5B;
}
.BgClassName
{
background-color: #374E5B;
}
</style>
border-color css
<style>
span { border-color: #374E5B; }
span { border-color: rgb(55,78,91); }
td.TdClassName
{
border-color: #374E5B;
}
.TagClassName
{
border-color: #374E5B;
}
</style>