Shades of Cello #32485B
Tints of Cello #32485B
RGB
CMYK
RGB Variations
Color information
#32485B (or 0x32485B) is known color: Cello. HEX triplet: 32, 48 and 5B. RGB value is (50,72,91). Sum of RGB (Red+Green+Blue) = 50+72+91=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #32485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32485B is #CDB7A4. Grayscale: #434343. Windows color (decimal): -13481893 or 5982258. OLE color: 5982258.
HSL color Cylindrical-coordinate representation of color #32485B: hue angle of 207.8º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32485B is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 72 | 91 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.64 |
| HSL | 207.8º | 0.29% | 0.28% | - |
| HSV(B) | 207.8º | 0.45% | 0.36% | - |
| XYZ | 5.52 | 6.07 | 10.78 | - |
| YUV | 67.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 91 | 0.45 | 0.21 | 0 | 0.64 | 207.8 | 0.29 | 0.28 |
| Hex | 32 | 48 | 5B | 2D | 15 | 0 | 40 | D0 | 1D | 1C |
| Octal | 62 | 110 | 133 | 55 | 25 | 0 | 100 | 320 | 35 | 34 |
| Binary | 110010 | 1001000 | 1011011 | 101101 | 10101 | 0 | 1000000 | 11010000 | 11101 | 11100 |
Color Harmonies of #32485B
Complementary color
Monochromatic Colors of #32485B
Black with #32485B
Text Example
Text Example
White with #32485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32485B; }
p { color: rgb(50,72,91); }
H1.HeaderClassName
{
color: #32485B;
}
.AnyTagClassName
{
color: #32485B;
}
</style>
background-color css
<style>
a { background-color: #32485B; }
a { background-color: rgb(50,72,91); }
div.DivClassName
{
background-color: #32485B;
}
.BgClassName
{
background-color: #32485B;
}
</style>
border-color css
<style>
span { border-color: #32485B; }
span { border-color: rgb(50,72,91); }
td.TdClassName
{
border-color: #32485B;
}
.TagClassName
{
border-color: #32485B;
}
</style>