Shades of Cello #394C5D
Tints of Cello #394C5D
RGB
CMYK
RGB Variations
Color information
#394C5D (or 0x394C5D) is known color: Cello. HEX triplet: 39, 4C and 5D. RGB value is (57,76,93). Sum of RGB (Red+Green+Blue) = 57+76+93=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #394C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C5D is #C6B3A2. Grayscale: #484848. Windows color (decimal): -13022115 or 6114361. OLE color: 6114361.
HSL color Cylindrical-coordinate representation of color #394C5D: hue angle of 208.33º 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 #394C5D is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 76 | 93 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.64 |
| HSL | 208.33º | 0.24% | 0.29% | - |
| HSV(B) | 208.33º | 0.39% | 0.36% | - |
| XYZ | 6.25 | 6.83 | 11.34 | - |
| YUV | 72.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 93 | 0.39 | 0.18 | 0 | 0.64 | 208.33 | 0.24 | 0.29 |
| Hex | 39 | 4C | 5D | 27 | 12 | 0 | 40 | D0 | 18 | 1D |
| Octal | 71 | 114 | 135 | 47 | 22 | 0 | 100 | 320 | 30 | 35 |
| Binary | 111001 | 1001100 | 1011101 | 100111 | 10010 | 0 | 1000000 | 11010000 | 11000 | 11101 |
Color Harmonies of #394C5D
Complementary color
Monochromatic Colors of #394C5D
Black with #394C5D
Text Example
Text Example
White with #394C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C5D; }
p { color: rgb(57,76,93); }
H1.HeaderClassName
{
color: #394C5D;
}
.AnyTagClassName
{
color: #394C5D;
}
</style>
background-color css
<style>
a { background-color: #394C5D; }
a { background-color: rgb(57,76,93); }
div.DivClassName
{
background-color: #394C5D;
}
.BgClassName
{
background-color: #394C5D;
}
</style>
border-color css
<style>
span { border-color: #394C5D; }
span { border-color: rgb(57,76,93); }
td.TdClassName
{
border-color: #394C5D;
}
.TagClassName
{
border-color: #394C5D;
}
</style>