Shades of Cello #324D65
Tints of Cello #324D65
RGB
CMYK
RGB Variations
Color information
#324D65 (or 0x324D65) is known color: Cello. HEX triplet: 32, 4D and 65. RGB value is (50,77,101). Sum of RGB (Red+Green+Blue) = 50+77+101=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #324D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D65 is #CDB29A. Grayscale: #474747. Windows color (decimal): -13480603 or 6638898. OLE color: 6638898.
HSL color Cylindrical-coordinate representation of color #324D65: hue angle of 208.24º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324D65 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 77 | 101 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.60 |
| HSL | 208.24º | 0.34% | 0.3% | - |
| HSV(B) | 208.24º | 0.5% | 0.4% | - |
| XYZ | 6.32 | 6.93 | 13.32 | - |
| YUV | 71.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 101 | 0.50 | 0.24 | 0 | 0.60 | 208.24 | 0.34 | 0.3 |
| Hex | 32 | 4D | 65 | 32 | 18 | 0 | 3C | D0 | 22 | 1E |
| Octal | 62 | 115 | 145 | 62 | 30 | 0 | 74 | 320 | 42 | 36 |
| Binary | 110010 | 1001101 | 1100101 | 110010 | 11000 | 0 | 111100 | 11010000 | 100010 | 11110 |
Color Harmonies of #324D65
Complementary color
Monochromatic Colors of #324D65
Black with #324D65
Text Example
Text Example
White with #324D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D65; }
p { color: rgb(50,77,101); }
H1.HeaderClassName
{
color: #324D65;
}
.AnyTagClassName
{
color: #324D65;
}
</style>
background-color css
<style>
a { background-color: #324D65; }
a { background-color: rgb(50,77,101); }
div.DivClassName
{
background-color: #324D65;
}
.BgClassName
{
background-color: #324D65;
}
</style>
border-color css
<style>
span { border-color: #324D65; }
span { border-color: rgb(50,77,101); }
td.TdClassName
{
border-color: #324D65;
}
.TagClassName
{
border-color: #324D65;
}
</style>