Shades of Cello #324963
Tints of Cello #324963
RGB
CMYK
RGB Variations
Color information
#324963 (or 0x324963) is known color: Cello. HEX triplet: 32, 49 and 63. RGB value is (50,73,99). Sum of RGB (Red+Green+Blue) = 50+73+99=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #324963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324963 is #CDB69C. Grayscale: #444444. Windows color (decimal): -13481629 or 6506802. OLE color: 6506802.
HSL color Cylindrical-coordinate representation of color #324963: hue angle of 211.84º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324963 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 73 | 99 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.61 |
| HSL | 211.84º | 0.33% | 0.29% | - |
| HSV(B) | 211.84º | 0.49% | 0.39% | - |
| XYZ | 5.95 | 6.34 | 12.72 | - |
| YUV | 69.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 99 | 0.49 | 0.26 | 0 | 0.61 | 211.84 | 0.33 | 0.29 |
| Hex | 32 | 49 | 63 | 31 | 1A | 0 | 3D | D4 | 21 | 1D |
| Octal | 62 | 111 | 143 | 61 | 32 | 0 | 75 | 324 | 41 | 35 |
| Binary | 110010 | 1001001 | 1100011 | 110001 | 11010 | 0 | 111101 | 11010100 | 100001 | 11101 |
Color Harmonies of #324963
Complementary color
Monochromatic Colors of #324963
Black with #324963
Text Example
Text Example
White with #324963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324963; }
p { color: rgb(50,73,99); }
H1.HeaderClassName
{
color: #324963;
}
.AnyTagClassName
{
color: #324963;
}
</style>
background-color css
<style>
a { background-color: #324963; }
a { background-color: rgb(50,73,99); }
div.DivClassName
{
background-color: #324963;
}
.BgClassName
{
background-color: #324963;
}
</style>
border-color css
<style>
span { border-color: #324963; }
span { border-color: rgb(50,73,99); }
td.TdClassName
{
border-color: #324963;
}
.TagClassName
{
border-color: #324963;
}
</style>