Shades of Cello #385363
Tints of Cello #385363
RGB
CMYK
RGB Variations
Color information
#385363 (or 0x385363) is known color: Cello. HEX triplet: 38, 53 and 63. RGB value is (56,83,99). Sum of RGB (Red+Green+Blue) = 56+83+99=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #385363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385363 is #C7AC9C. Grayscale: #4C4C4C. Windows color (decimal): -13085853 or 6509368. OLE color: 6509368.
HSL color Cylindrical-coordinate representation of color #385363: hue angle of 202.33º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385363 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 83 | 99 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.61 |
| HSL | 202.33º | 0.28% | 0.3% | - |
| HSV(B) | 202.33º | 0.43% | 0.39% | - |
| XYZ | 6.98 | 7.93 | 12.97 | - |
| YUV | 76.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 99 | 0.43 | 0.16 | 0 | 0.61 | 202.33 | 0.28 | 0.3 |
| Hex | 38 | 53 | 63 | 2B | 10 | 0 | 3D | CA | 1C | 1E |
| Octal | 70 | 123 | 143 | 53 | 20 | 0 | 75 | 312 | 34 | 36 |
| Binary | 111000 | 1010011 | 1100011 | 101011 | 10000 | 0 | 111101 | 11001010 | 11100 | 11110 |
Color Harmonies of #385363
Complementary color
Monochromatic Colors of #385363
Black with #385363
Text Example
Text Example
White with #385363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385363; }
p { color: rgb(56,83,99); }
H1.HeaderClassName
{
color: #385363;
}
.AnyTagClassName
{
color: #385363;
}
</style>
background-color css
<style>
a { background-color: #385363; }
a { background-color: rgb(56,83,99); }
div.DivClassName
{
background-color: #385363;
}
.BgClassName
{
background-color: #385363;
}
</style>
border-color css
<style>
span { border-color: #385363; }
span { border-color: rgb(56,83,99); }
td.TdClassName
{
border-color: #385363;
}
.TagClassName
{
border-color: #385363;
}
</style>