Shades of Cello #3B5262
Tints of Cello #3B5262
RGB
CMYK
RGB Variations
Color information
#3B5262 (or 0x3B5262) is known color: Cello. HEX triplet: 3B, 52 and 62. RGB value is (59,82,98). Sum of RGB (Red+Green+Blue) = 59+82+98=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B5262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5262 is #C4AD9D. Grayscale: #4C4C4C. Windows color (decimal): -12889502 or 6443579. OLE color: 6443579.
HSL color Cylindrical-coordinate representation of color #3B5262: hue angle of 204.62º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B5262 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 82 | 98 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.62 |
| HSL | 204.62º | 0.25% | 0.31% | - |
| HSV(B) | 204.62º | 0.4% | 0.38% | - |
| XYZ | 7.03 | 7.85 | 12.7 | - |
| YUV | 76.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 98 | 0.40 | 0.16 | 0 | 0.62 | 204.62 | 0.25 | 0.31 |
| Hex | 3B | 52 | 62 | 28 | 10 | 0 | 3E | CD | 19 | 1F |
| Octal | 73 | 122 | 142 | 50 | 20 | 0 | 76 | 315 | 31 | 37 |
| Binary | 111011 | 1010010 | 1100010 | 101000 | 10000 | 0 | 111110 | 11001101 | 11001 | 11111 |
Color Harmonies of #3B5262
Complementary color
Monochromatic Colors of #3B5262
Black with #3B5262
Text Example
Text Example
White with #3B5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5262; }
p { color: rgb(59,82,98); }
H1.HeaderClassName
{
color: #3B5262;
}
.AnyTagClassName
{
color: #3B5262;
}
</style>
background-color css
<style>
a { background-color: #3B5262; }
a { background-color: rgb(59,82,98); }
div.DivClassName
{
background-color: #3B5262;
}
.BgClassName
{
background-color: #3B5262;
}
</style>
border-color css
<style>
span { border-color: #3B5262; }
span { border-color: rgb(59,82,98); }
td.TdClassName
{
border-color: #3B5262;
}
.TagClassName
{
border-color: #3B5262;
}
</style>