Shades of Cello #324C5F
Tints of Cello #324C5F
RGB
CMYK
RGB Variations
Color information
#324C5F (or 0x324C5F) is known color: Cello. HEX triplet: 32, 4C and 5F. RGB value is (50,76,95). Sum of RGB (Red+Green+Blue) = 50+76+95=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #324C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C5F is #CDB3A0. Grayscale: #464646. Windows color (decimal): -13480865 or 6245426. OLE color: 6245426.
HSL color Cylindrical-coordinate representation of color #324C5F: hue angle of 205.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #324C5F is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 76 | 95 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.63 |
| HSL | 205.33º | 0.31% | 0.28% | - |
| HSV(B) | 205.33º | 0.47% | 0.37% | - |
| XYZ | 5.97 | 6.67 | 11.8 | - |
| YUV | 70.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 95 | 0.47 | 0.20 | 0 | 0.63 | 205.33 | 0.31 | 0.28 |
| Hex | 32 | 4C | 5F | 2F | 14 | 0 | 3F | CD | 1F | 1C |
| Octal | 62 | 114 | 137 | 57 | 24 | 0 | 77 | 315 | 37 | 34 |
| Binary | 110010 | 1001100 | 1011111 | 101111 | 10100 | 0 | 111111 | 11001101 | 11111 | 11100 |
Color Harmonies of #324C5F
Complementary color
Monochromatic Colors of #324C5F
Black with #324C5F
Text Example
Text Example
White with #324C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C5F; }
p { color: rgb(50,76,95); }
H1.HeaderClassName
{
color: #324C5F;
}
.AnyTagClassName
{
color: #324C5F;
}
</style>
background-color css
<style>
a { background-color: #324C5F; }
a { background-color: rgb(50,76,95); }
div.DivClassName
{
background-color: #324C5F;
}
.BgClassName
{
background-color: #324C5F;
}
</style>
border-color css
<style>
span { border-color: #324C5F; }
span { border-color: rgb(50,76,95); }
td.TdClassName
{
border-color: #324C5F;
}
.TagClassName
{
border-color: #324C5F;
}
</style>