Shades of Cello #39526D
Tints of Cello #39526D
RGB
CMYK
RGB Variations
Color information
#39526D (or 0x39526D) is known color: Cello. HEX triplet: 39, 52 and 6D. RGB value is (57,82,109). Sum of RGB (Red+Green+Blue) = 57+82+109=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #39526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39526D is #C6AD92. Grayscale: #4D4D4D. Windows color (decimal): -13020563 or 7164473. OLE color: 7164473.
HSL color Cylindrical-coordinate representation of color #39526D: hue angle of 211.15º 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 #39526D is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 82 | 109 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.57 |
| HSL | 211.15º | 0.31% | 0.33% | - |
| HSV(B) | 211.15º | 0.48% | 0.43% | - |
| XYZ | 7.46 | 8.01 | 15.62 | - |
| YUV | 77.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 109 | 0.48 | 0.25 | 0 | 0.57 | 211.15 | 0.31 | 0.33 |
| Hex | 39 | 52 | 6D | 30 | 19 | 0 | 39 | D3 | 1F | 21 |
| Octal | 71 | 122 | 155 | 60 | 31 | 0 | 71 | 323 | 37 | 41 |
| Binary | 111001 | 1010010 | 1101101 | 110000 | 11001 | 0 | 111001 | 11010011 | 11111 | 100001 |
Color Harmonies of #39526D
Complementary color
Monochromatic Colors of #39526D
Black with #39526D
Text Example
Text Example
White with #39526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39526D; }
p { color: rgb(57,82,109); }
H1.HeaderClassName
{
color: #39526D;
}
.AnyTagClassName
{
color: #39526D;
}
</style>
background-color css
<style>
a { background-color: #39526D; }
a { background-color: rgb(57,82,109); }
div.DivClassName
{
background-color: #39526D;
}
.BgClassName
{
background-color: #39526D;
}
</style>
border-color css
<style>
span { border-color: #39526D; }
span { border-color: rgb(57,82,109); }
td.TdClassName
{
border-color: #39526D;
}
.TagClassName
{
border-color: #39526D;
}
</style>