Shades of Cello #3B5162
Tints of Cello #3B5162
RGB
CMYK
RGB Variations
Color information
#3B5162 (or 0x3B5162) is known color: Cello. HEX triplet: 3B, 51 and 62. RGB value is (59,81,98). Sum of RGB (Red+Green+Blue) = 59+81+98=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 81 (32.03% from 255 or 34.03% 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 #3B5162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5162 is #C4AE9D. Grayscale: #4C4C4C. Windows color (decimal): -12889758 or 6443323. OLE color: 6443323.
HSL color Cylindrical-coordinate representation of color #3B5162: hue angle of 206.15º 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 #3B5162 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 81 | 98 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.62 |
| HSL | 206.15º | 0.25% | 0.31% | - |
| HSV(B) | 206.15º | 0.4% | 0.38% | - |
| XYZ | 6.95 | 7.7 | 12.67 | - |
| YUV | 76.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 98 | 0.40 | 0.17 | 0 | 0.62 | 206.15 | 0.25 | 0.31 |
| Hex | 3B | 51 | 62 | 28 | 11 | 0 | 3E | CE | 19 | 1F |
| Octal | 73 | 121 | 142 | 50 | 21 | 0 | 76 | 316 | 31 | 37 |
| Binary | 111011 | 1010001 | 1100010 | 101000 | 10001 | 0 | 111110 | 11001110 | 11001 | 11111 |
Color Harmonies of #3B5162
Complementary color
Monochromatic Colors of #3B5162
Black with #3B5162
Text Example
Text Example
White with #3B5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5162; }
p { color: rgb(59,81,98); }
H1.HeaderClassName
{
color: #3B5162;
}
.AnyTagClassName
{
color: #3B5162;
}
</style>
background-color css
<style>
a { background-color: #3B5162; }
a { background-color: rgb(59,81,98); }
div.DivClassName
{
background-color: #3B5162;
}
.BgClassName
{
background-color: #3B5162;
}
</style>
border-color css
<style>
span { border-color: #3B5162; }
span { border-color: rgb(59,81,98); }
td.TdClassName
{
border-color: #3B5162;
}
.TagClassName
{
border-color: #3B5162;
}
</style>