Shades of Cello #385160
Tints of Cello #385160
RGB
CMYK
RGB Variations
Color information
#385160 (or 0x385160) is known color: Cello. HEX triplet: 38, 51 and 60. RGB value is (56,81,96). Sum of RGB (Red+Green+Blue) = 56+81+96=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #385160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385160 is #C7AE9F. Grayscale: #4B4B4B. Windows color (decimal): -13086368 or 6312248. OLE color: 6312248.
HSL color Cylindrical-coordinate representation of color #385160: hue angle of 202.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385160 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 81 | 96 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.62 |
| HSL | 202.5º | 0.26% | 0.3% | - |
| HSV(B) | 202.5º | 0.42% | 0.38% | - |
| XYZ | 6.68 | 7.57 | 12.18 | - |
| YUV | 75.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 96 | 0.42 | 0.16 | 0 | 0.62 | 202.5 | 0.26 | 0.3 |
| Hex | 38 | 51 | 60 | 2A | 10 | 0 | 3E | CA | 1A | 1E |
| Octal | 70 | 121 | 140 | 52 | 20 | 0 | 76 | 312 | 32 | 36 |
| Binary | 111000 | 1010001 | 1100000 | 101010 | 10000 | 0 | 111110 | 11001010 | 11010 | 11110 |
Color Harmonies of #385160
Complementary color
Monochromatic Colors of #385160
Black with #385160
Text Example
Text Example
White with #385160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385160; }
p { color: rgb(56,81,96); }
H1.HeaderClassName
{
color: #385160;
}
.AnyTagClassName
{
color: #385160;
}
</style>
background-color css
<style>
a { background-color: #385160; }
a { background-color: rgb(56,81,96); }
div.DivClassName
{
background-color: #385160;
}
.BgClassName
{
background-color: #385160;
}
</style>
border-color css
<style>
span { border-color: #385160; }
span { border-color: rgb(56,81,96); }
td.TdClassName
{
border-color: #385160;
}
.TagClassName
{
border-color: #385160;
}
</style>