Shades of Cello #394D5D
Tints of Cello #394D5D
RGB
CMYK
RGB Variations
Color information
#394D5D (or 0x394D5D) is known color: Cello. HEX triplet: 39, 4D and 5D. RGB value is (57,77,93). Sum of RGB (Red+Green+Blue) = 57+77+93=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #394D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D5D is #C6B2A2. Grayscale: #484848. Windows color (decimal): -13021859 or 6114617. OLE color: 6114617.
HSL color Cylindrical-coordinate representation of color #394D5D: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394D5D is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 77 | 93 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.64 |
| HSL | 206.67º | 0.24% | 0.29% | - |
| HSV(B) | 206.67º | 0.39% | 0.36% | - |
| XYZ | 6.32 | 6.97 | 11.37 | - |
| YUV | 72.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 93 | 0.39 | 0.17 | 0 | 0.64 | 206.67 | 0.24 | 0.29 |
| Hex | 39 | 4D | 5D | 27 | 11 | 0 | 40 | CF | 18 | 1D |
| Octal | 71 | 115 | 135 | 47 | 21 | 0 | 100 | 317 | 30 | 35 |
| Binary | 111001 | 1001101 | 1011101 | 100111 | 10001 | 0 | 1000000 | 11001111 | 11000 | 11101 |
Color Harmonies of #394D5D
Complementary color
Monochromatic Colors of #394D5D
Black with #394D5D
Text Example
Text Example
White with #394D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D5D; }
p { color: rgb(57,77,93); }
H1.HeaderClassName
{
color: #394D5D;
}
.AnyTagClassName
{
color: #394D5D;
}
</style>
background-color css
<style>
a { background-color: #394D5D; }
a { background-color: rgb(57,77,93); }
div.DivClassName
{
background-color: #394D5D;
}
.BgClassName
{
background-color: #394D5D;
}
</style>
border-color css
<style>
span { border-color: #394D5D; }
span { border-color: rgb(57,77,93); }
td.TdClassName
{
border-color: #394D5D;
}
.TagClassName
{
border-color: #394D5D;
}
</style>