Shades of Cello #374A61
Tints of Cello #374A61
RGB
CMYK
RGB Variations
Color information
#374A61 (or 0x374A61) is known color: Cello. HEX triplet: 37, 4A and 61. RGB value is (55,74,97). Sum of RGB (Red+Green+Blue) = 55+74+97=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #374A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A61 is #C8B59E. Grayscale: #464646. Windows color (decimal): -13153695 or 6375991. OLE color: 6375991.
HSL color Cylindrical-coordinate representation of color #374A61: hue angle of 212.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374A61 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 74 | 97 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.62 |
| HSL | 212.86º | 0.28% | 0.3% | - |
| HSV(B) | 212.86º | 0.43% | 0.38% | - |
| XYZ | 6.18 | 6.57 | 12.25 | - |
| YUV | 70.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 97 | 0.43 | 0.24 | 0 | 0.62 | 212.86 | 0.28 | 0.3 |
| Hex | 37 | 4A | 61 | 2B | 18 | 0 | 3E | D5 | 1C | 1E |
| Octal | 67 | 112 | 141 | 53 | 30 | 0 | 76 | 325 | 34 | 36 |
| Binary | 110111 | 1001010 | 1100001 | 101011 | 11000 | 0 | 111110 | 11010101 | 11100 | 11110 |
Color Harmonies of #374A61
Complementary color
Monochromatic Colors of #374A61
Black with #374A61
Text Example
Text Example
White with #374A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A61; }
p { color: rgb(55,74,97); }
H1.HeaderClassName
{
color: #374A61;
}
.AnyTagClassName
{
color: #374A61;
}
</style>
background-color css
<style>
a { background-color: #374A61; }
a { background-color: rgb(55,74,97); }
div.DivClassName
{
background-color: #374A61;
}
.BgClassName
{
background-color: #374A61;
}
</style>
border-color css
<style>
span { border-color: #374A61; }
span { border-color: rgb(55,74,97); }
td.TdClassName
{
border-color: #374A61;
}
.TagClassName
{
border-color: #374A61;
}
</style>