Shades of Cello #324864
Tints of Cello #324864
RGB
CMYK
RGB Variations
Color information
#324864 (or 0x324864) is known color: Cello. HEX triplet: 32, 48 and 64. RGB value is (50,72,100). Sum of RGB (Red+Green+Blue) = 50+72+100=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #324864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324864 is #CDB79B. Grayscale: #444444. Windows color (decimal): -13481884 or 6572082. OLE color: 6572082.
HSL color Cylindrical-coordinate representation of color #324864: hue angle of 213.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324864 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 72 | 100 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.61 |
| HSL | 213.6º | 0.33% | 0.29% | - |
| HSV(B) | 213.6º | 0.5% | 0.39% | - |
| XYZ | 5.93 | 6.23 | 12.95 | - |
| YUV | 68.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 100 | 0.50 | 0.28 | 0 | 0.61 | 213.6 | 0.33 | 0.29 |
| Hex | 32 | 48 | 64 | 32 | 1C | 0 | 3D | D6 | 21 | 1D |
| Octal | 62 | 110 | 144 | 62 | 34 | 0 | 75 | 326 | 41 | 35 |
| Binary | 110010 | 1001000 | 1100100 | 110010 | 11100 | 0 | 111101 | 11010110 | 100001 | 11101 |
Color Harmonies of #324864
Complementary color
Monochromatic Colors of #324864
Black with #324864
Text Example
Text Example
White with #324864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324864; }
p { color: rgb(50,72,100); }
H1.HeaderClassName
{
color: #324864;
}
.AnyTagClassName
{
color: #324864;
}
</style>
background-color css
<style>
a { background-color: #324864; }
a { background-color: rgb(50,72,100); }
div.DivClassName
{
background-color: #324864;
}
.BgClassName
{
background-color: #324864;
}
</style>
border-color css
<style>
span { border-color: #324864; }
span { border-color: rgb(50,72,100); }
td.TdClassName
{
border-color: #324864;
}
.TagClassName
{
border-color: #324864;
}
</style>