Shades of Cello #384E5B
Tints of Cello #384E5B
RGB
CMYK
RGB Variations
Color information
#384E5B (or 0x384E5B) is known color: Cello. HEX triplet: 38, 4E and 5B. RGB value is (56,78,91). Sum of RGB (Red+Green+Blue) = 56+78+91=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #384E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E5B is #C7B1A4. Grayscale: #484848. Windows color (decimal): -13087141 or 5983800. OLE color: 5983800.
HSL color Cylindrical-coordinate representation of color #384E5B: hue angle of 202.29º 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 #384E5B is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 78 | 91 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.64 |
| HSL | 202.29º | 0.24% | 0.29% | - |
| HSV(B) | 202.29º | 0.38% | 0.36% | - |
| XYZ | 6.24 | 7.04 | 10.93 | - |
| YUV | 72.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 91 | 0.38 | 0.14 | 0 | 0.64 | 202.29 | 0.24 | 0.29 |
| Hex | 38 | 4E | 5B | 26 | E | 0 | 40 | CA | 18 | 1D |
| Octal | 70 | 116 | 133 | 46 | 16 | 0 | 100 | 312 | 30 | 35 |
| Binary | 111000 | 1001110 | 1011011 | 100110 | 1110 | 0 | 1000000 | 11001010 | 11000 | 11101 |
Color Harmonies of #384E5B
Complementary color
Monochromatic Colors of #384E5B
Black with #384E5B
Text Example
Text Example
White with #384E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E5B; }
p { color: rgb(56,78,91); }
H1.HeaderClassName
{
color: #384E5B;
}
.AnyTagClassName
{
color: #384E5B;
}
</style>
background-color css
<style>
a { background-color: #384E5B; }
a { background-color: rgb(56,78,91); }
div.DivClassName
{
background-color: #384E5B;
}
.BgClassName
{
background-color: #384E5B;
}
</style>
border-color css
<style>
span { border-color: #384E5B; }
span { border-color: rgb(56,78,91); }
td.TdClassName
{
border-color: #384E5B;
}
.TagClassName
{
border-color: #384E5B;
}
</style>