Shades of Cello #394E61
Tints of Cello #394E61
RGB
CMYK
RGB Variations
Color information
#394E61 (or 0x394E61) is known color: Cello. HEX triplet: 39, 4E and 61. RGB value is (57,78,97). Sum of RGB (Red+Green+Blue) = 57+78+97=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #394E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E61 is #C6B19E. Grayscale: #494949. Windows color (decimal): -13021599 or 6377017. OLE color: 6377017.
HSL color Cylindrical-coordinate representation of color #394E61: hue angle of 208.5º 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 #394E61 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 78 | 97 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.62 |
| HSL | 208.5º | 0.26% | 0.3% | - |
| HSV(B) | 208.5º | 0.41% | 0.38% | - |
| XYZ | 6.57 | 7.18 | 12.35 | - |
| YUV | 73.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 97 | 0.41 | 0.20 | 0 | 0.62 | 208.5 | 0.26 | 0.3 |
| Hex | 39 | 4E | 61 | 29 | 14 | 0 | 3E | D0 | 1A | 1E |
| Octal | 71 | 116 | 141 | 51 | 24 | 0 | 76 | 320 | 32 | 36 |
| Binary | 111001 | 1001110 | 1100001 | 101001 | 10100 | 0 | 111110 | 11010000 | 11010 | 11110 |
Color Harmonies of #394E61
Complementary color
Monochromatic Colors of #394E61
Black with #394E61
Text Example
Text Example
White with #394E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E61; }
p { color: rgb(57,78,97); }
H1.HeaderClassName
{
color: #394E61;
}
.AnyTagClassName
{
color: #394E61;
}
</style>
background-color css
<style>
a { background-color: #394E61; }
a { background-color: rgb(57,78,97); }
div.DivClassName
{
background-color: #394E61;
}
.BgClassName
{
background-color: #394E61;
}
</style>
border-color css
<style>
span { border-color: #394E61; }
span { border-color: rgb(57,78,97); }
td.TdClassName
{
border-color: #394E61;
}
.TagClassName
{
border-color: #394E61;
}
</style>