Shades of Cello #384C59
Tints of Cello #384C59
RGB
CMYK
RGB Variations
Color information
#384C59 (or 0x384C59) is known color: Cello. HEX triplet: 38, 4C and 59. RGB value is (56,76,89). Sum of RGB (Red+Green+Blue) = 56+76+89=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #384C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C59 is #C7B3A6. Grayscale: #474747. Windows color (decimal): -13087655 or 5852216. OLE color: 5852216.
HSL color Cylindrical-coordinate representation of color #384C59: hue angle of 203.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #384C59 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 76 | 89 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.65 |
| HSL | 203.64º | 0.23% | 0.28% | - |
| HSV(B) | 203.64º | 0.37% | 0.35% | - |
| XYZ | 6.02 | 6.73 | 10.43 | - |
| YUV | 71.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 89 | 0.37 | 0.15 | 0 | 0.65 | 203.64 | 0.23 | 0.28 |
| Hex | 38 | 4C | 59 | 25 | F | 0 | 41 | CC | 17 | 1C |
| Octal | 70 | 114 | 131 | 45 | 17 | 0 | 101 | 314 | 27 | 34 |
| Binary | 111000 | 1001100 | 1011001 | 100101 | 1111 | 0 | 1000001 | 11001100 | 10111 | 11100 |
Color Harmonies of #384C59
Complementary color
Monochromatic Colors of #384C59
Black with #384C59
Text Example
Text Example
White with #384C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C59; }
p { color: rgb(56,76,89); }
H1.HeaderClassName
{
color: #384C59;
}
.AnyTagClassName
{
color: #384C59;
}
</style>
background-color css
<style>
a { background-color: #384C59; }
a { background-color: rgb(56,76,89); }
div.DivClassName
{
background-color: #384C59;
}
.BgClassName
{
background-color: #384C59;
}
</style>
border-color css
<style>
span { border-color: #384C59; }
span { border-color: rgb(56,76,89); }
td.TdClassName
{
border-color: #384C59;
}
.TagClassName
{
border-color: #384C59;
}
</style>