Shades of Cello #3E5164
Tints of Cello #3E5164
RGB
CMYK
RGB Variations
Color information
#3E5164 (or 0x3E5164) is known color: Cello. HEX triplet: 3E, 51 and 64. RGB value is (62,81,100). Sum of RGB (Red+Green+Blue) = 62+81+100=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E5164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5164 is #C1AE9B. Grayscale: #4D4D4D. Windows color (decimal): -12693148 or 6574398. OLE color: 6574398.
HSL color Cylindrical-coordinate representation of color #3E5164: hue angle of 210º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E5164 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 81 | 100 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.61 |
| HSL | 210º | 0.23% | 0.32% | - |
| HSV(B) | 210º | 0.38% | 0.39% | - |
| XYZ | 7.23 | 7.83 | 13.19 | - |
| YUV | 77.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 100 | 0.38 | 0.19 | 0 | 0.61 | 210 | 0.23 | 0.32 |
| Hex | 3E | 51 | 64 | 26 | 13 | 0 | 3D | D2 | 17 | 20 |
| Octal | 76 | 121 | 144 | 46 | 23 | 0 | 75 | 322 | 27 | 40 |
| Binary | 111110 | 1010001 | 1100100 | 100110 | 10011 | 0 | 111101 | 11010010 | 10111 | 100000 |
Color Harmonies of #3E5164
Complementary color
Monochromatic Colors of #3E5164
Black with #3E5164
Text Example
Text Example
White with #3E5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5164; }
p { color: rgb(62,81,100); }
H1.HeaderClassName
{
color: #3E5164;
}
.AnyTagClassName
{
color: #3E5164;
}
</style>
background-color css
<style>
a { background-color: #3E5164; }
a { background-color: rgb(62,81,100); }
div.DivClassName
{
background-color: #3E5164;
}
.BgClassName
{
background-color: #3E5164;
}
</style>
border-color css
<style>
span { border-color: #3E5164; }
span { border-color: rgb(62,81,100); }
td.TdClassName
{
border-color: #3E5164;
}
.TagClassName
{
border-color: #3E5164;
}
</style>