Shades of Cello #324858
Tints of Cello #324858
RGB
CMYK
RGB Variations
Color information
#324858 (or 0x324858) is known color: Cello. HEX triplet: 32, 48 and 58. RGB value is (50,72,88). Sum of RGB (Red+Green+Blue) = 50+72+88=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #324858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324858 is #CDB7A7. Grayscale: #434343. Windows color (decimal): -13481896 or 5785650. OLE color: 5785650.
HSL color Cylindrical-coordinate representation of color #324858: hue angle of 205.26º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #324858 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 72 | 88 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.65 |
| HSL | 205.26º | 0.28% | 0.27% | - |
| HSV(B) | 205.26º | 0.43% | 0.35% | - |
| XYZ | 5.39 | 6.02 | 10.11 | - |
| YUV | 67.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 88 | 0.43 | 0.18 | 0 | 0.65 | 205.26 | 0.28 | 0.27 |
| Hex | 32 | 48 | 58 | 2B | 12 | 0 | 41 | CD | 1C | 1B |
| Octal | 62 | 110 | 130 | 53 | 22 | 0 | 101 | 315 | 34 | 33 |
| Binary | 110010 | 1001000 | 1011000 | 101011 | 10010 | 0 | 1000001 | 11001101 | 11100 | 11011 |
Color Harmonies of #324858
Complementary color
Monochromatic Colors of #324858
Black with #324858
Text Example
Text Example
White with #324858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324858; }
p { color: rgb(50,72,88); }
H1.HeaderClassName
{
color: #324858;
}
.AnyTagClassName
{
color: #324858;
}
</style>
background-color css
<style>
a { background-color: #324858; }
a { background-color: rgb(50,72,88); }
div.DivClassName
{
background-color: #324858;
}
.BgClassName
{
background-color: #324858;
}
</style>
border-color css
<style>
span { border-color: #324858; }
span { border-color: rgb(50,72,88); }
td.TdClassName
{
border-color: #324858;
}
.TagClassName
{
border-color: #324858;
}
</style>