Shades of Cello #385364
Tints of Cello #385364
RGB
CMYK
RGB Variations
Color information
#385364 (or 0x385364) is known color: Cello. HEX triplet: 38, 53 and 64. RGB value is (56,83,100). Sum of RGB (Red+Green+Blue) = 56+83+100=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 100 - color contains mainly: blue. Hex color #385364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385364 is #C7AC9B. Grayscale: #4C4C4C. Windows color (decimal): -13085852 or 6574904. OLE color: 6574904.
HSL color Cylindrical-coordinate representation of color #385364: hue angle of 203.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #385364 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 83 | 100 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.61 |
| HSL | 203.18º | 0.28% | 0.31% | - |
| HSV(B) | 203.18º | 0.44% | 0.39% | - |
| XYZ | 7.02 | 7.95 | 13.22 | - |
| YUV | 76.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 100 | 0.44 | 0.17 | 0 | 0.61 | 203.18 | 0.28 | 0.31 |
| Hex | 38 | 53 | 64 | 2C | 11 | 0 | 3D | CB | 1C | 1F |
| Octal | 70 | 123 | 144 | 54 | 21 | 0 | 75 | 313 | 34 | 37 |
| Binary | 111000 | 1010011 | 1100100 | 101100 | 10001 | 0 | 111101 | 11001011 | 11100 | 11111 |
Color Harmonies of #385364
Complementary color
Monochromatic Colors of #385364
Black with #385364
Text Example
Text Example
White with #385364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385364; }
p { color: rgb(56,83,100); }
H1.HeaderClassName
{
color: #385364;
}
.AnyTagClassName
{
color: #385364;
}
</style>
background-color css
<style>
a { background-color: #385364; }
a { background-color: rgb(56,83,100); }
div.DivClassName
{
background-color: #385364;
}
.BgClassName
{
background-color: #385364;
}
</style>
border-color css
<style>
span { border-color: #385364; }
span { border-color: rgb(56,83,100); }
td.TdClassName
{
border-color: #385364;
}
.TagClassName
{
border-color: #385364;
}
</style>