Shades of Cello #3C5062
Tints of Cello #3C5062
RGB
CMYK
RGB Variations
Color information
#3C5062 (or 0x3C5062) is known color: Cello. HEX triplet: 3C, 50 and 62. RGB value is (60,80,98). Sum of RGB (Red+Green+Blue) = 60+80+98=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5062 is #C3AF9D. Grayscale: #4B4B4B. Windows color (decimal): -12824478 or 6443068. OLE color: 6443068.
HSL color Cylindrical-coordinate representation of color #3C5062: hue angle of 208.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5062 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 80 | 98 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.62 |
| HSL | 208.42º | 0.24% | 0.31% | - |
| HSV(B) | 208.42º | 0.39% | 0.38% | - |
| XYZ | 6.94 | 7.58 | 12.65 | - |
| YUV | 76.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 98 | 0.39 | 0.18 | 0 | 0.62 | 208.42 | 0.24 | 0.31 |
| Hex | 3C | 50 | 62 | 27 | 12 | 0 | 3E | D0 | 18 | 1F |
| Octal | 74 | 120 | 142 | 47 | 22 | 0 | 76 | 320 | 30 | 37 |
| Binary | 111100 | 1010000 | 1100010 | 100111 | 10010 | 0 | 111110 | 11010000 | 11000 | 11111 |
Color Harmonies of #3C5062
Complementary color
Monochromatic Colors of #3C5062
Black with #3C5062
Text Example
Text Example
White with #3C5062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5062; }
p { color: rgb(60,80,98); }
H1.HeaderClassName
{
color: #3C5062;
}
.AnyTagClassName
{
color: #3C5062;
}
</style>
background-color css
<style>
a { background-color: #3C5062; }
a { background-color: rgb(60,80,98); }
div.DivClassName
{
background-color: #3C5062;
}
.BgClassName
{
background-color: #3C5062;
}
</style>
border-color css
<style>
span { border-color: #3C5062; }
span { border-color: rgb(60,80,98); }
td.TdClassName
{
border-color: #3C5062;
}
.TagClassName
{
border-color: #3C5062;
}
</style>