Shades of Cello #374A62
Tints of Cello #374A62
RGB
CMYK
RGB Variations
Color information
#374A62 (or 0x374A62) is known color: Cello. HEX triplet: 37, 4A and 62. RGB value is (55,74,98). Sum of RGB (Red+Green+Blue) = 55+74+98=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #374A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A62 is #C8B59D. Grayscale: #464646. Windows color (decimal): -13153694 or 6441527. OLE color: 6441527.
HSL color Cylindrical-coordinate representation of color #374A62: hue angle of 213.49º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374A62 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 74 | 98 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.62 |
| HSL | 213.49º | 0.28% | 0.3% | - |
| HSV(B) | 213.49º | 0.44% | 0.38% | - |
| XYZ | 6.23 | 6.59 | 12.5 | - |
| YUV | 71.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 98 | 0.44 | 0.24 | 0 | 0.62 | 213.49 | 0.28 | 0.3 |
| Hex | 37 | 4A | 62 | 2C | 18 | 0 | 3E | D5 | 1C | 1E |
| Octal | 67 | 112 | 142 | 54 | 30 | 0 | 76 | 325 | 34 | 36 |
| Binary | 110111 | 1001010 | 1100010 | 101100 | 11000 | 0 | 111110 | 11010101 | 11100 | 11110 |
Color Harmonies of #374A62
Complementary color
Monochromatic Colors of #374A62
Black with #374A62
Text Example
Text Example
White with #374A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A62; }
p { color: rgb(55,74,98); }
H1.HeaderClassName
{
color: #374A62;
}
.AnyTagClassName
{
color: #374A62;
}
</style>
background-color css
<style>
a { background-color: #374A62; }
a { background-color: rgb(55,74,98); }
div.DivClassName
{
background-color: #374A62;
}
.BgClassName
{
background-color: #374A62;
}
</style>
border-color css
<style>
span { border-color: #374A62; }
span { border-color: rgb(55,74,98); }
td.TdClassName
{
border-color: #374A62;
}
.TagClassName
{
border-color: #374A62;
}
</style>