Shades of Cello #324C63
Tints of Cello #324C63
RGB
CMYK
RGB Variations
Color information
#324C63 (or 0x324C63) is known color: Cello. HEX triplet: 32, 4C and 63. RGB value is (50,76,99). Sum of RGB (Red+Green+Blue) = 50+76+99=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #324C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C63 is #CDB39C. Grayscale: #464646. Windows color (decimal): -13480861 or 6507570. OLE color: 6507570.
HSL color Cylindrical-coordinate representation of color #324C63: hue angle of 208.16º 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 #324C63 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 76 | 99 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.61 |
| HSL | 208.16º | 0.33% | 0.29% | - |
| HSV(B) | 208.16º | 0.49% | 0.39% | - |
| XYZ | 6.15 | 6.75 | 12.78 | - |
| YUV | 70.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 99 | 0.49 | 0.23 | 0 | 0.61 | 208.16 | 0.33 | 0.29 |
| Hex | 32 | 4C | 63 | 31 | 17 | 0 | 3D | D0 | 21 | 1D |
| Octal | 62 | 114 | 143 | 61 | 27 | 0 | 75 | 320 | 41 | 35 |
| Binary | 110010 | 1001100 | 1100011 | 110001 | 10111 | 0 | 111101 | 11010000 | 100001 | 11101 |
Color Harmonies of #324C63
Complementary color
Monochromatic Colors of #324C63
Black with #324C63
Text Example
Text Example
White with #324C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C63; }
p { color: rgb(50,76,99); }
H1.HeaderClassName
{
color: #324C63;
}
.AnyTagClassName
{
color: #324C63;
}
</style>
background-color css
<style>
a { background-color: #324C63; }
a { background-color: rgb(50,76,99); }
div.DivClassName
{
background-color: #324C63;
}
.BgClassName
{
background-color: #324C63;
}
</style>
border-color css
<style>
span { border-color: #324C63; }
span { border-color: rgb(50,76,99); }
td.TdClassName
{
border-color: #324C63;
}
.TagClassName
{
border-color: #324C63;
}
</style>