Shades of Cello #324A65
Tints of Cello #324A65
RGB
CMYK
RGB Variations
Color information
#324A65 (or 0x324A65) is known color: Cello. HEX triplet: 32, 4A and 65. RGB value is (50,74,101). Sum of RGB (Red+Green+Blue) = 50+74+101=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #324A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A65 is #CDB59A. Grayscale: #454545. Windows color (decimal): -13481371 or 6638130. OLE color: 6638130.
HSL color Cylindrical-coordinate representation of color #324A65: hue angle of 211.76º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324A65 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 74 | 101 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.60 |
| HSL | 211.76º | 0.34% | 0.3% | - |
| HSV(B) | 211.76º | 0.5% | 0.4% | - |
| XYZ | 6.11 | 6.52 | 13.25 | - |
| YUV | 69.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 101 | 0.50 | 0.27 | 0 | 0.60 | 211.76 | 0.34 | 0.3 |
| Hex | 32 | 4A | 65 | 32 | 1B | 0 | 3C | D4 | 22 | 1E |
| Octal | 62 | 112 | 145 | 62 | 33 | 0 | 74 | 324 | 42 | 36 |
| Binary | 110010 | 1001010 | 1100101 | 110010 | 11011 | 0 | 111100 | 11010100 | 100010 | 11110 |
Color Harmonies of #324A65
Complementary color
Monochromatic Colors of #324A65
Black with #324A65
Text Example
Text Example
White with #324A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A65; }
p { color: rgb(50,74,101); }
H1.HeaderClassName
{
color: #324A65;
}
.AnyTagClassName
{
color: #324A65;
}
</style>
background-color css
<style>
a { background-color: #324A65; }
a { background-color: rgb(50,74,101); }
div.DivClassName
{
background-color: #324A65;
}
.BgClassName
{
background-color: #324A65;
}
</style>
border-color css
<style>
span { border-color: #324A65; }
span { border-color: rgb(50,74,101); }
td.TdClassName
{
border-color: #324A65;
}
.TagClassName
{
border-color: #324A65;
}
</style>