Shades of Cello #38505D
Tints of Cello #38505D
RGB
CMYK
RGB Variations
Color information
#38505D (or 0x38505D) is known color: Cello. HEX triplet: 38, 50 and 5D. RGB value is (56,80,93). Sum of RGB (Red+Green+Blue) = 56+80+93=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #38505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505D is #C7AFA2. Grayscale: #4A4A4A. Windows color (decimal): -13086627 or 6115384. OLE color: 6115384.
HSL color Cylindrical-coordinate representation of color #38505D: hue angle of 201.08º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38505D is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 80 | 93 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.64 |
| HSL | 201.08º | 0.25% | 0.29% | - |
| HSV(B) | 201.08º | 0.4% | 0.36% | - |
| XYZ | 6.48 | 7.37 | 11.44 | - |
| YUV | 74.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 93 | 0.40 | 0.14 | 0 | 0.64 | 201.08 | 0.25 | 0.29 |
| Hex | 38 | 50 | 5D | 28 | E | 0 | 40 | C9 | 19 | 1D |
| Octal | 70 | 120 | 135 | 50 | 16 | 0 | 100 | 311 | 31 | 35 |
| Binary | 111000 | 1010000 | 1011101 | 101000 | 1110 | 0 | 1000000 | 11001001 | 11001 | 11101 |
Color Harmonies of #38505D
Complementary color
Monochromatic Colors of #38505D
Black with #38505D
Text Example
Text Example
White with #38505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38505D; }
p { color: rgb(56,80,93); }
H1.HeaderClassName
{
color: #38505D;
}
.AnyTagClassName
{
color: #38505D;
}
</style>
background-color css
<style>
a { background-color: #38505D; }
a { background-color: rgb(56,80,93); }
div.DivClassName
{
background-color: #38505D;
}
.BgClassName
{
background-color: #38505D;
}
</style>
border-color css
<style>
span { border-color: #38505D; }
span { border-color: rgb(56,80,93); }
td.TdClassName
{
border-color: #38505D;
}
.TagClassName
{
border-color: #38505D;
}
</style>