Shades of Cello #39506D
Tints of Cello #39506D
RGB
CMYK
RGB Variations
Color information
#39506D (or 0x39506D) is known color: Cello. HEX triplet: 39, 50 and 6D. RGB value is (57,80,109). Sum of RGB (Red+Green+Blue) = 57+80+109=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #39506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39506D is #C6AF92. Grayscale: #4C4C4C. Windows color (decimal): -13021075 or 7163961. OLE color: 7163961.
HSL color Cylindrical-coordinate representation of color #39506D: hue angle of 213.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39506D is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 80 | 109 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.57 |
| HSL | 213.46º | 0.31% | 0.33% | - |
| HSV(B) | 213.46º | 0.48% | 0.43% | - |
| XYZ | 7.32 | 7.71 | 15.57 | - |
| YUV | 76.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 109 | 0.48 | 0.27 | 0 | 0.57 | 213.46 | 0.31 | 0.33 |
| Hex | 39 | 50 | 6D | 30 | 1B | 0 | 39 | D5 | 1F | 21 |
| Octal | 71 | 120 | 155 | 60 | 33 | 0 | 71 | 325 | 37 | 41 |
| Binary | 111001 | 1010000 | 1101101 | 110000 | 11011 | 0 | 111001 | 11010101 | 11111 | 100001 |
Color Harmonies of #39506D
Complementary color
Monochromatic Colors of #39506D
Black with #39506D
Text Example
Text Example
White with #39506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39506D; }
p { color: rgb(57,80,109); }
H1.HeaderClassName
{
color: #39506D;
}
.AnyTagClassName
{
color: #39506D;
}
</style>
background-color css
<style>
a { background-color: #39506D; }
a { background-color: rgb(57,80,109); }
div.DivClassName
{
background-color: #39506D;
}
.BgClassName
{
background-color: #39506D;
}
</style>
border-color css
<style>
span { border-color: #39506D; }
span { border-color: rgb(57,80,109); }
td.TdClassName
{
border-color: #39506D;
}
.TagClassName
{
border-color: #39506D;
}
</style>