Shades of Cello #394D61
Tints of Cello #394D61
RGB
CMYK
RGB Variations
Color information
#394D61 (or 0x394D61) is known color: Cello. HEX triplet: 39, 4D and 61. RGB value is (57,77,97). Sum of RGB (Red+Green+Blue) = 57+77+97=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #394D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D61 is #C6B29E. Grayscale: #494949. Windows color (decimal): -13021855 or 6376761. OLE color: 6376761.
HSL color Cylindrical-coordinate representation of color #394D61: hue angle of 210º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394D61 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 77 | 97 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.62 |
| HSL | 210º | 0.26% | 0.3% | - |
| HSV(B) | 210º | 0.41% | 0.38% | - |
| XYZ | 6.5 | 7.04 | 12.33 | - |
| YUV | 73.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 97 | 0.41 | 0.21 | 0 | 0.62 | 210 | 0.26 | 0.3 |
| Hex | 39 | 4D | 61 | 29 | 15 | 0 | 3E | D2 | 1A | 1E |
| Octal | 71 | 115 | 141 | 51 | 25 | 0 | 76 | 322 | 32 | 36 |
| Binary | 111001 | 1001101 | 1100001 | 101001 | 10101 | 0 | 111110 | 11010010 | 11010 | 11110 |
Color Harmonies of #394D61
Complementary color
Monochromatic Colors of #394D61
Black with #394D61
Text Example
Text Example
White with #394D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D61; }
p { color: rgb(57,77,97); }
H1.HeaderClassName
{
color: #394D61;
}
.AnyTagClassName
{
color: #394D61;
}
</style>
background-color css
<style>
a { background-color: #394D61; }
a { background-color: rgb(57,77,97); }
div.DivClassName
{
background-color: #394D61;
}
.BgClassName
{
background-color: #394D61;
}
</style>
border-color css
<style>
span { border-color: #394D61; }
span { border-color: rgb(57,77,97); }
td.TdClassName
{
border-color: #394D61;
}
.TagClassName
{
border-color: #394D61;
}
</style>