Shades of Cello #3C4B59
Tints of Cello #3C4B59
RGB
CMYK
RGB Variations
Color information
#3C4B59 (or 0x3C4B59) is known color: Cello. HEX triplet: 3C, 4B and 59. RGB value is (60,75,89). Sum of RGB (Red+Green+Blue) = 60+75+89=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B59 is #C3B4A6. Grayscale: #484848. Windows color (decimal): -12825767 or 5851964. OLE color: 5851964.
HSL color Cylindrical-coordinate representation of color #3C4B59: hue angle of 208.97º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4B59 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 75 | 89 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.65 |
| HSL | 208.97º | 0.19% | 0.29% | - |
| HSV(B) | 208.97º | 0.33% | 0.35% | - |
| XYZ | 6.18 | 6.71 | 10.42 | - |
| YUV | 72.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 89 | 0.33 | 0.16 | 0 | 0.65 | 208.97 | 0.19 | 0.29 |
| Hex | 3C | 4B | 59 | 21 | 10 | 0 | 41 | D1 | 13 | 1D |
| Octal | 74 | 113 | 131 | 41 | 20 | 0 | 101 | 321 | 23 | 35 |
| Binary | 111100 | 1001011 | 1011001 | 100001 | 10000 | 0 | 1000001 | 11010001 | 10011 | 11101 |
Color Harmonies of #3C4B59
Complementary color
Monochromatic Colors of #3C4B59
Black with #3C4B59
Text Example
Text Example
White with #3C4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B59; }
p { color: rgb(60,75,89); }
H1.HeaderClassName
{
color: #3C4B59;
}
.AnyTagClassName
{
color: #3C4B59;
}
</style>
background-color css
<style>
a { background-color: #3C4B59; }
a { background-color: rgb(60,75,89); }
div.DivClassName
{
background-color: #3C4B59;
}
.BgClassName
{
background-color: #3C4B59;
}
</style>
border-color css
<style>
span { border-color: #3C4B59; }
span { border-color: rgb(60,75,89); }
td.TdClassName
{
border-color: #3C4B59;
}
.TagClassName
{
border-color: #3C4B59;
}
</style>