Shades of Cello #384D5B
Tints of Cello #384D5B
RGB
CMYK
RGB Variations
Color information
#384D5B (or 0x384D5B) is known color: Cello. HEX triplet: 38, 4D and 5B. RGB value is (56,77,91). Sum of RGB (Red+Green+Blue) = 56+77+91=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #384D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D5B is #C7B2A4. Grayscale: #484848. Windows color (decimal): -13087397 or 5983544. OLE color: 5983544.
HSL color Cylindrical-coordinate representation of color #384D5B: hue angle of 204º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384D5B is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 77 | 91 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.64 |
| HSL | 204º | 0.24% | 0.29% | - |
| HSV(B) | 204º | 0.38% | 0.36% | - |
| XYZ | 6.17 | 6.9 | 10.9 | - |
| YUV | 72.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 91 | 0.38 | 0.15 | 0 | 0.64 | 204 | 0.24 | 0.29 |
| Hex | 38 | 4D | 5B | 26 | F | 0 | 40 | CC | 18 | 1D |
| Octal | 70 | 115 | 133 | 46 | 17 | 0 | 100 | 314 | 30 | 35 |
| Binary | 111000 | 1001101 | 1011011 | 100110 | 1111 | 0 | 1000000 | 11001100 | 11000 | 11101 |
Color Harmonies of #384D5B
Complementary color
Monochromatic Colors of #384D5B
Black with #384D5B
Text Example
Text Example
White with #384D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D5B; }
p { color: rgb(56,77,91); }
H1.HeaderClassName
{
color: #384D5B;
}
.AnyTagClassName
{
color: #384D5B;
}
</style>
background-color css
<style>
a { background-color: #384D5B; }
a { background-color: rgb(56,77,91); }
div.DivClassName
{
background-color: #384D5B;
}
.BgClassName
{
background-color: #384D5B;
}
</style>
border-color css
<style>
span { border-color: #384D5B; }
span { border-color: rgb(56,77,91); }
td.TdClassName
{
border-color: #384D5B;
}
.TagClassName
{
border-color: #384D5B;
}
</style>