Shades of Cello #394C5A
Tints of Cello #394C5A
RGB
CMYK
RGB Variations
Color information
#394C5A (or 0x394C5A) is known color: Cello. HEX triplet: 39, 4C and 5A. RGB value is (57,76,90). Sum of RGB (Red+Green+Blue) = 57+76+90=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #394C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C5A is #C6B3A5. Grayscale: #474747. Windows color (decimal): -13022118 or 5917753. OLE color: 5917753.
HSL color Cylindrical-coordinate representation of color #394C5A: hue angle of 205.45º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #394C5A is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 76 | 90 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.65 |
| HSL | 205.45º | 0.22% | 0.29% | - |
| HSV(B) | 205.45º | 0.37% | 0.35% | - |
| XYZ | 6.12 | 6.78 | 10.66 | - |
| YUV | 71.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 90 | 0.37 | 0.16 | 0 | 0.65 | 205.45 | 0.22 | 0.29 |
| Hex | 39 | 4C | 5A | 25 | 10 | 0 | 41 | CD | 16 | 1D |
| Octal | 71 | 114 | 132 | 45 | 20 | 0 | 101 | 315 | 26 | 35 |
| Binary | 111001 | 1001100 | 1011010 | 100101 | 10000 | 0 | 1000001 | 11001101 | 10110 | 11101 |
Color Harmonies of #394C5A
Complementary color
Monochromatic Colors of #394C5A
Black with #394C5A
Text Example
Text Example
White with #394C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C5A; }
p { color: rgb(57,76,90); }
H1.HeaderClassName
{
color: #394C5A;
}
.AnyTagClassName
{
color: #394C5A;
}
</style>
background-color css
<style>
a { background-color: #394C5A; }
a { background-color: rgb(57,76,90); }
div.DivClassName
{
background-color: #394C5A;
}
.BgClassName
{
background-color: #394C5A;
}
</style>
border-color css
<style>
span { border-color: #394C5A; }
span { border-color: rgb(57,76,90); }
td.TdClassName
{
border-color: #394C5A;
}
.TagClassName
{
border-color: #394C5A;
}
</style>