Shades of Cello #32496B
Tints of Cello #32496B
RGB
CMYK
RGB Variations
Color information
#32496B (or 0x32496B) is known color: Cello. HEX triplet: 32, 49 and 6B. RGB value is (50,73,107). Sum of RGB (Red+Green+Blue) = 50+73+107=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #32496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32496B is #CDB694. Grayscale: #454545. Windows color (decimal): -13481621 or 7031090. OLE color: 7031090.
HSL color Cylindrical-coordinate representation of color #32496B: hue angle of 215.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32496B is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 73 | 107 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.58 |
| HSL | 215.79º | 0.36% | 0.31% | - |
| HSV(B) | 215.79º | 0.53% | 0.42% | - |
| XYZ | 6.35 | 6.5 | 14.83 | - |
| YUV | 70 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 107 | 0.53 | 0.32 | 0 | 0.58 | 215.79 | 0.36 | 0.31 |
| Hex | 32 | 49 | 6B | 35 | 20 | 0 | 3A | D8 | 24 | 1F |
| Octal | 62 | 111 | 153 | 65 | 40 | 0 | 72 | 330 | 44 | 37 |
| Binary | 110010 | 1001001 | 1101011 | 110101 | 100000 | 0 | 111010 | 11011000 | 100100 | 11111 |
Color Harmonies of #32496B
Complementary color
Monochromatic Colors of #32496B
Black with #32496B
Text Example
Text Example
White with #32496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32496B; }
p { color: rgb(50,73,107); }
H1.HeaderClassName
{
color: #32496B;
}
.AnyTagClassName
{
color: #32496B;
}
</style>
background-color css
<style>
a { background-color: #32496B; }
a { background-color: rgb(50,73,107); }
div.DivClassName
{
background-color: #32496B;
}
.BgClassName
{
background-color: #32496B;
}
</style>
border-color css
<style>
span { border-color: #32496B; }
span { border-color: rgb(50,73,107); }
td.TdClassName
{
border-color: #32496B;
}
.TagClassName
{
border-color: #32496B;
}
</style>