Shades of Cello #3D526C
Tints of Cello #3D526C
RGB
CMYK
RGB Variations
Color information
#3D526C (or 0x3D526C) is known color: Cello. HEX triplet: 3D, 52 and 6C. RGB value is (61,82,108). Sum of RGB (Red+Green+Blue) = 61+82+108=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D526C is #C2AD93. Grayscale: #4E4E4E. Windows color (decimal): -12758420 or 7098941. OLE color: 7098941.
HSL color Cylindrical-coordinate representation of color #3D526C: hue angle of 213.19º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D526C is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 82 | 108 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.58 |
| HSL | 213.19º | 0.28% | 0.33% | - |
| HSV(B) | 213.19º | 0.44% | 0.42% | - |
| XYZ | 7.65 | 8.11 | 15.35 | - |
| YUV | 78.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 108 | 0.44 | 0.24 | 0 | 0.58 | 213.19 | 0.28 | 0.33 |
| Hex | 3D | 52 | 6C | 2C | 18 | 0 | 3A | D5 | 1C | 21 |
| Octal | 75 | 122 | 154 | 54 | 30 | 0 | 72 | 325 | 34 | 41 |
| Binary | 111101 | 1010010 | 1101100 | 101100 | 11000 | 0 | 111010 | 11010101 | 11100 | 100001 |
Color Harmonies of #3D526C
Complementary color
Monochromatic Colors of #3D526C
Black with #3D526C
Text Example
Text Example
White with #3D526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D526C; }
p { color: rgb(61,82,108); }
H1.HeaderClassName
{
color: #3D526C;
}
.AnyTagClassName
{
color: #3D526C;
}
</style>
background-color css
<style>
a { background-color: #3D526C; }
a { background-color: rgb(61,82,108); }
div.DivClassName
{
background-color: #3D526C;
}
.BgClassName
{
background-color: #3D526C;
}
</style>
border-color css
<style>
span { border-color: #3D526C; }
span { border-color: rgb(61,82,108); }
td.TdClassName
{
border-color: #3D526C;
}
.TagClassName
{
border-color: #3D526C;
}
</style>