Shades of Cello #384C65
Tints of Cello #384C65
RGB
CMYK
RGB Variations
Color information
#384C65 (or 0x384C65) is known color: Cello. HEX triplet: 38, 4C and 65. RGB value is (56,76,101). Sum of RGB (Red+Green+Blue) = 56+76+101=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #384C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C65 is #C7B39A. Grayscale: #484848. Windows color (decimal): -13087643 or 6638648. OLE color: 6638648.
HSL color Cylindrical-coordinate representation of color #384C65: hue angle of 213.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384C65 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 76 | 101 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.60 |
| HSL | 213.33º | 0.29% | 0.31% | - |
| HSV(B) | 213.33º | 0.45% | 0.4% | - |
| XYZ | 6.56 | 6.95 | 13.31 | - |
| YUV | 72.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 101 | 0.45 | 0.25 | 0 | 0.60 | 213.33 | 0.29 | 0.31 |
| Hex | 38 | 4C | 65 | 2D | 19 | 0 | 3C | D5 | 1D | 1F |
| Octal | 70 | 114 | 145 | 55 | 31 | 0 | 74 | 325 | 35 | 37 |
| Binary | 111000 | 1001100 | 1100101 | 101101 | 11001 | 0 | 111100 | 11010101 | 11101 | 11111 |
Color Harmonies of #384C65
Complementary color
Monochromatic Colors of #384C65
Black with #384C65
Text Example
Text Example
White with #384C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C65; }
p { color: rgb(56,76,101); }
H1.HeaderClassName
{
color: #384C65;
}
.AnyTagClassName
{
color: #384C65;
}
</style>
background-color css
<style>
a { background-color: #384C65; }
a { background-color: rgb(56,76,101); }
div.DivClassName
{
background-color: #384C65;
}
.BgClassName
{
background-color: #384C65;
}
</style>
border-color css
<style>
span { border-color: #384C65; }
span { border-color: rgb(56,76,101); }
td.TdClassName
{
border-color: #384C65;
}
.TagClassName
{
border-color: #384C65;
}
</style>