Shades of Cello #32465C
Tints of Cello #32465C
RGB
CMYK
RGB Variations
Color information
#32465C (or 0x32465C) is known color: Cello. HEX triplet: 32, 46 and 5C. RGB value is (50,70,92). Sum of RGB (Red+Green+Blue) = 50+70+92=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #32465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32465C is #CDB9A3. Grayscale: #424242. Windows color (decimal): -13482404 or 6047282. OLE color: 6047282.
HSL color Cylindrical-coordinate representation of color #32465C: hue angle of 211.43º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32465C is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 70 | 92 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.64 |
| HSL | 211.43º | 0.3% | 0.28% | - |
| HSV(B) | 211.43º | 0.46% | 0.36% | - |
| XYZ | 5.44 | 5.83 | 10.96 | - |
| YUV | 66.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 92 | 0.46 | 0.24 | 0 | 0.64 | 211.43 | 0.3 | 0.28 |
| Hex | 32 | 46 | 5C | 2E | 18 | 0 | 40 | D3 | 1E | 1C |
| Octal | 62 | 106 | 134 | 56 | 30 | 0 | 100 | 323 | 36 | 34 |
| Binary | 110010 | 1000110 | 1011100 | 101110 | 11000 | 0 | 1000000 | 11010011 | 11110 | 11100 |
Color Harmonies of #32465C
Complementary color
Monochromatic Colors of #32465C
Black with #32465C
Text Example
Text Example
White with #32465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32465C; }
p { color: rgb(50,70,92); }
H1.HeaderClassName
{
color: #32465C;
}
.AnyTagClassName
{
color: #32465C;
}
</style>
background-color css
<style>
a { background-color: #32465C; }
a { background-color: rgb(50,70,92); }
div.DivClassName
{
background-color: #32465C;
}
.BgClassName
{
background-color: #32465C;
}
</style>
border-color css
<style>
span { border-color: #32465C; }
span { border-color: rgb(50,70,92); }
td.TdClassName
{
border-color: #32465C;
}
.TagClassName
{
border-color: #32465C;
}
</style>