Shades of Cello #324C60
Tints of Cello #324C60
RGB
CMYK
RGB Variations
Color information
#324C60 (or 0x324C60) is known color: Cello. HEX triplet: 32, 4C and 60. RGB value is (50,76,96). Sum of RGB (Red+Green+Blue) = 50+76+96=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #324C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C60 is #CDB39F. Grayscale: #464646. Windows color (decimal): -13480864 or 6310962. OLE color: 6310962.
HSL color Cylindrical-coordinate representation of color #324C60: hue angle of 206.09º 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 #324C60 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 76 | 96 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.62 |
| HSL | 206.09º | 0.32% | 0.29% | - |
| HSV(B) | 206.09º | 0.48% | 0.38% | - |
| XYZ | 6.01 | 6.69 | 12.04 | - |
| YUV | 70.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 96 | 0.48 | 0.21 | 0 | 0.62 | 206.09 | 0.32 | 0.29 |
| Hex | 32 | 4C | 60 | 30 | 15 | 0 | 3E | CE | 20 | 1D |
| Octal | 62 | 114 | 140 | 60 | 25 | 0 | 76 | 316 | 40 | 35 |
| Binary | 110010 | 1001100 | 1100000 | 110000 | 10101 | 0 | 111110 | 11001110 | 100000 | 11101 |
Color Harmonies of #324C60
Complementary color
Monochromatic Colors of #324C60
Black with #324C60
Text Example
Text Example
White with #324C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C60; }
p { color: rgb(50,76,96); }
H1.HeaderClassName
{
color: #324C60;
}
.AnyTagClassName
{
color: #324C60;
}
</style>
background-color css
<style>
a { background-color: #324C60; }
a { background-color: rgb(50,76,96); }
div.DivClassName
{
background-color: #324C60;
}
.BgClassName
{
background-color: #324C60;
}
</style>
border-color css
<style>
span { border-color: #324C60; }
span { border-color: rgb(50,76,96); }
td.TdClassName
{
border-color: #324C60;
}
.TagClassName
{
border-color: #324C60;
}
</style>