Shades of Cello #38515E
Tints of Cello #38515E
RGB
CMYK
RGB Variations
Color information
#38515E (or 0x38515E) is known color: Cello. HEX triplet: 38, 51 and 5E. RGB value is (56,81,94). Sum of RGB (Red+Green+Blue) = 56+81+94=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #38515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515E is #C7AEA1. Grayscale: #4A4A4A. Windows color (decimal): -13086370 or 6181176. OLE color: 6181176.
HSL color Cylindrical-coordinate representation of color #38515E: hue angle of 200.53º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38515E is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 81 | 94 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.63 |
| HSL | 200.53º | 0.25% | 0.29% | - |
| HSV(B) | 200.53º | 0.4% | 0.37% | - |
| XYZ | 6.59 | 7.53 | 11.7 | - |
| YUV | 75.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 94 | 0.40 | 0.14 | 0 | 0.63 | 200.53 | 0.25 | 0.29 |
| Hex | 38 | 51 | 5E | 28 | E | 0 | 3F | C9 | 19 | 1D |
| Octal | 70 | 121 | 136 | 50 | 16 | 0 | 77 | 311 | 31 | 35 |
| Binary | 111000 | 1010001 | 1011110 | 101000 | 1110 | 0 | 111111 | 11001001 | 11001 | 11101 |
Color Harmonies of #38515E
Complementary color
Monochromatic Colors of #38515E
Black with #38515E
Text Example
Text Example
White with #38515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38515E; }
p { color: rgb(56,81,94); }
H1.HeaderClassName
{
color: #38515E;
}
.AnyTagClassName
{
color: #38515E;
}
</style>
background-color css
<style>
a { background-color: #38515E; }
a { background-color: rgb(56,81,94); }
div.DivClassName
{
background-color: #38515E;
}
.BgClassName
{
background-color: #38515E;
}
</style>
border-color css
<style>
span { border-color: #38515E; }
span { border-color: rgb(56,81,94); }
td.TdClassName
{
border-color: #38515E;
}
.TagClassName
{
border-color: #38515E;
}
</style>