Shades of Cello #385263
Tints of Cello #385263
RGB
CMYK
RGB Variations
Color information
#385263 (or 0x385263) is known color: Cello. HEX triplet: 38, 52 and 63. RGB value is (56,82,99). Sum of RGB (Red+Green+Blue) = 56+82+99=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #385263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385263 is #C7AD9C. Grayscale: #4C4C4C. Windows color (decimal): -13086109 or 6509112. OLE color: 6509112.
HSL color Cylindrical-coordinate representation of color #385263: hue angle of 203.72º 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 #385263 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 82 | 99 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.61 |
| HSL | 203.72º | 0.28% | 0.3% | - |
| HSV(B) | 203.72º | 0.43% | 0.39% | - |
| XYZ | 6.9 | 7.78 | 12.94 | - |
| YUV | 76.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 99 | 0.43 | 0.17 | 0 | 0.61 | 203.72 | 0.28 | 0.3 |
| Hex | 38 | 52 | 63 | 2B | 11 | 0 | 3D | CC | 1C | 1E |
| Octal | 70 | 122 | 143 | 53 | 21 | 0 | 75 | 314 | 34 | 36 |
| Binary | 111000 | 1010010 | 1100011 | 101011 | 10001 | 0 | 111101 | 11001100 | 11100 | 11110 |
Color Harmonies of #385263
Complementary color
Monochromatic Colors of #385263
Black with #385263
Text Example
Text Example
White with #385263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385263; }
p { color: rgb(56,82,99); }
H1.HeaderClassName
{
color: #385263;
}
.AnyTagClassName
{
color: #385263;
}
</style>
background-color css
<style>
a { background-color: #385263; }
a { background-color: rgb(56,82,99); }
div.DivClassName
{
background-color: #385263;
}
.BgClassName
{
background-color: #385263;
}
</style>
border-color css
<style>
span { border-color: #385263; }
span { border-color: rgb(56,82,99); }
td.TdClassName
{
border-color: #385263;
}
.TagClassName
{
border-color: #385263;
}
</style>