Shades of Cello #385361
Tints of Cello #385361
RGB
CMYK
RGB Variations
Color information
#385361 (or 0x385361) is known color: Cello. HEX triplet: 38, 53 and 61. RGB value is (56,83,97). Sum of RGB (Red+Green+Blue) = 56+83+97=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #385361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385361 is #C7AC9E. Grayscale: #4C4C4C. Windows color (decimal): -13085855 or 6378296. OLE color: 6378296.
HSL color Cylindrical-coordinate representation of color #385361: hue angle of 200.49º degrees, saturation: 0.27, 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 #385361 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 83 | 97 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.62 |
| HSL | 200.49º | 0.27% | 0.3% | - |
| HSV(B) | 200.49º | 0.42% | 0.38% | - |
| XYZ | 6.88 | 7.89 | 12.47 | - |
| YUV | 76.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 97 | 0.42 | 0.14 | 0 | 0.62 | 200.49 | 0.27 | 0.3 |
| Hex | 38 | 53 | 61 | 2A | E | 0 | 3E | C8 | 1B | 1E |
| Octal | 70 | 123 | 141 | 52 | 16 | 0 | 76 | 310 | 33 | 36 |
| Binary | 111000 | 1010011 | 1100001 | 101010 | 1110 | 0 | 111110 | 11001000 | 11011 | 11110 |
Color Harmonies of #385361
Complementary color
Monochromatic Colors of #385361
Black with #385361
Text Example
Text Example
White with #385361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385361; }
p { color: rgb(56,83,97); }
H1.HeaderClassName
{
color: #385361;
}
.AnyTagClassName
{
color: #385361;
}
</style>
background-color css
<style>
a { background-color: #385361; }
a { background-color: rgb(56,83,97); }
div.DivClassName
{
background-color: #385361;
}
.BgClassName
{
background-color: #385361;
}
</style>
border-color css
<style>
span { border-color: #385361; }
span { border-color: rgb(56,83,97); }
td.TdClassName
{
border-color: #385361;
}
.TagClassName
{
border-color: #385361;
}
</style>