Shades of Cello #3E4C5D
Tints of Cello #3E4C5D
RGB
CMYK
RGB Variations
Color information
#3E4C5D (or 0x3E4C5D) is known color: Cello. HEX triplet: 3E, 4C and 5D. RGB value is (62,76,93). Sum of RGB (Red+Green+Blue) = 62+76+93=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E4C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4C5D is #C1B3A2. Grayscale: #494949. Windows color (decimal): -12694435 or 6114366. OLE color: 6114366.
HSL color Cylindrical-coordinate representation of color #3E4C5D: hue angle of 212.9º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E4C5D is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 76 | 93 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.64 |
| HSL | 212.9º | 0.2% | 0.3% | - |
| HSV(B) | 212.9º | 0.33% | 0.36% | - |
| XYZ | 6.55 | 6.98 | 11.36 | - |
| YUV | 73.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 76 | 93 | 0.33 | 0.18 | 0 | 0.64 | 212.9 | 0.2 | 0.3 |
| Hex | 3E | 4C | 5D | 21 | 12 | 0 | 40 | D5 | 14 | 1E |
| Octal | 76 | 114 | 135 | 41 | 22 | 0 | 100 | 325 | 24 | 36 |
| Binary | 111110 | 1001100 | 1011101 | 100001 | 10010 | 0 | 1000000 | 11010101 | 10100 | 11110 |
Color Harmonies of #3E4C5D
Complementary color
Monochromatic Colors of #3E4C5D
Black with #3E4C5D
Text Example
Text Example
White with #3E4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4C5D; }
p { color: rgb(62,76,93); }
H1.HeaderClassName
{
color: #3E4C5D;
}
.AnyTagClassName
{
color: #3E4C5D;
}
</style>
background-color css
<style>
a { background-color: #3E4C5D; }
a { background-color: rgb(62,76,93); }
div.DivClassName
{
background-color: #3E4C5D;
}
.BgClassName
{
background-color: #3E4C5D;
}
</style>
border-color css
<style>
span { border-color: #3E4C5D; }
span { border-color: rgb(62,76,93); }
td.TdClassName
{
border-color: #3E4C5D;
}
.TagClassName
{
border-color: #3E4C5D;
}
</style>