Shades of Cello #324E60
Tints of Cello #324E60
RGB
CMYK
RGB Variations
Color information
#324E60 (or 0x324E60) is known color: Cello. HEX triplet: 32, 4E and 60. RGB value is (50,78,96). Sum of RGB (Red+Green+Blue) = 50+78+96=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #324E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E60 is #CDB19F. Grayscale: #474747. Windows color (decimal): -13480352 or 6311474. OLE color: 6311474.
HSL color Cylindrical-coordinate representation of color #324E60: hue angle of 203.48º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #324E60 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 78 | 96 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.62 |
| HSL | 203.48º | 0.32% | 0.29% | - |
| HSV(B) | 203.48º | 0.48% | 0.38% | - |
| XYZ | 6.15 | 6.97 | 12.09 | - |
| YUV | 71.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 96 | 0.48 | 0.19 | 0 | 0.62 | 203.48 | 0.32 | 0.29 |
| Hex | 32 | 4E | 60 | 30 | 13 | 0 | 3E | CB | 20 | 1D |
| Octal | 62 | 116 | 140 | 60 | 23 | 0 | 76 | 313 | 40 | 35 |
| Binary | 110010 | 1001110 | 1100000 | 110000 | 10011 | 0 | 111110 | 11001011 | 100000 | 11101 |
Color Harmonies of #324E60
Complementary color
Monochromatic Colors of #324E60
Black with #324E60
Text Example
Text Example
White with #324E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E60; }
p { color: rgb(50,78,96); }
H1.HeaderClassName
{
color: #324E60;
}
.AnyTagClassName
{
color: #324E60;
}
</style>
background-color css
<style>
a { background-color: #324E60; }
a { background-color: rgb(50,78,96); }
div.DivClassName
{
background-color: #324E60;
}
.BgClassName
{
background-color: #324E60;
}
</style>
border-color css
<style>
span { border-color: #324E60; }
span { border-color: rgb(50,78,96); }
td.TdClassName
{
border-color: #324E60;
}
.TagClassName
{
border-color: #324E60;
}
</style>