Shades of Cello #32465F
Tints of Cello #32465F
RGB
CMYK
RGB Variations
Color information
#32465F (or 0x32465F) is known color: Cello. HEX triplet: 32, 46 and 5F. RGB value is (50,70,95). Sum of RGB (Red+Green+Blue) = 50+70+95=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #32465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32465F is #CDB9A0. Grayscale: #424242. Windows color (decimal): -13482401 or 6243890. OLE color: 6243890.
HSL color Cylindrical-coordinate representation of color #32465F: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32465F is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 70 | 95 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.63 |
| HSL | 213.33º | 0.31% | 0.28% | - |
| HSV(B) | 213.33º | 0.47% | 0.37% | - |
| XYZ | 5.57 | 5.88 | 11.67 | - |
| YUV | 66.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 95 | 0.47 | 0.26 | 0 | 0.63 | 213.33 | 0.31 | 0.28 |
| Hex | 32 | 46 | 5F | 2F | 1A | 0 | 3F | D5 | 1F | 1C |
| Octal | 62 | 106 | 137 | 57 | 32 | 0 | 77 | 325 | 37 | 34 |
| Binary | 110010 | 1000110 | 1011111 | 101111 | 11010 | 0 | 111111 | 11010101 | 11111 | 11100 |
Color Harmonies of #32465F
Complementary color
Monochromatic Colors of #32465F
Black with #32465F
Text Example
Text Example
White with #32465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32465F; }
p { color: rgb(50,70,95); }
H1.HeaderClassName
{
color: #32465F;
}
.AnyTagClassName
{
color: #32465F;
}
</style>
background-color css
<style>
a { background-color: #32465F; }
a { background-color: rgb(50,70,95); }
div.DivClassName
{
background-color: #32465F;
}
.BgClassName
{
background-color: #32465F;
}
</style>
border-color css
<style>
span { border-color: #32465F; }
span { border-color: rgb(50,70,95); }
td.TdClassName
{
border-color: #32465F;
}
.TagClassName
{
border-color: #32465F;
}
</style>