Shades of Cello #394D5F
Tints of Cello #394D5F
RGB
CMYK
RGB Variations
Color information
#394D5F (or 0x394D5F) is known color: Cello. HEX triplet: 39, 4D and 5F. RGB value is (57,77,95). Sum of RGB (Red+Green+Blue) = 57+77+95=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #394D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D5F is #C6B2A0. Grayscale: #484848. Windows color (decimal): -13021857 or 6245689. OLE color: 6245689.
HSL color Cylindrical-coordinate representation of color #394D5F: hue angle of 208.42º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #394D5F is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 77 | 95 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.63 |
| HSL | 208.42º | 0.25% | 0.3% | - |
| HSV(B) | 208.42º | 0.4% | 0.37% | - |
| XYZ | 6.41 | 7 | 11.84 | - |
| YUV | 73.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 95 | 0.40 | 0.19 | 0 | 0.63 | 208.42 | 0.25 | 0.3 |
| Hex | 39 | 4D | 5F | 28 | 13 | 0 | 3F | D0 | 19 | 1E |
| Octal | 71 | 115 | 137 | 50 | 23 | 0 | 77 | 320 | 31 | 36 |
| Binary | 111001 | 1001101 | 1011111 | 101000 | 10011 | 0 | 111111 | 11010000 | 11001 | 11110 |
Color Harmonies of #394D5F
Complementary color
Monochromatic Colors of #394D5F
Black with #394D5F
Text Example
Text Example
White with #394D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D5F; }
p { color: rgb(57,77,95); }
H1.HeaderClassName
{
color: #394D5F;
}
.AnyTagClassName
{
color: #394D5F;
}
</style>
background-color css
<style>
a { background-color: #394D5F; }
a { background-color: rgb(57,77,95); }
div.DivClassName
{
background-color: #394D5F;
}
.BgClassName
{
background-color: #394D5F;
}
</style>
border-color css
<style>
span { border-color: #394D5F; }
span { border-color: rgb(57,77,95); }
td.TdClassName
{
border-color: #394D5F;
}
.TagClassName
{
border-color: #394D5F;
}
</style>