Shades of Cello #32506A
Tints of Cello #32506A
RGB
CMYK
RGB Variations
Color information
#32506A (or 0x32506A) is known color: Cello. HEX triplet: 32, 50 and 6A. RGB value is (50,80,106). Sum of RGB (Red+Green+Blue) = 50+80+106=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #32506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32506A is #CDAF95. Grayscale: #494949. Windows color (decimal): -13479830 or 6967346. OLE color: 6967346.
HSL color Cylindrical-coordinate representation of color #32506A: hue angle of 207.86º 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 #32506A is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 80 | 106 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.58 |
| HSL | 207.86º | 0.36% | 0.31% | - |
| HSV(B) | 207.86º | 0.53% | 0.42% | - |
| XYZ | 6.79 | 7.46 | 14.72 | - |
| YUV | 73.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 106 | 0.53 | 0.25 | 0 | 0.58 | 207.86 | 0.36 | 0.31 |
| Hex | 32 | 50 | 6A | 35 | 19 | 0 | 3A | D0 | 24 | 1F |
| Octal | 62 | 120 | 152 | 65 | 31 | 0 | 72 | 320 | 44 | 37 |
| Binary | 110010 | 1010000 | 1101010 | 110101 | 11001 | 0 | 111010 | 11010000 | 100100 | 11111 |
Color Harmonies of #32506A
Complementary color
Monochromatic Colors of #32506A
Black with #32506A
Text Example
Text Example
White with #32506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32506A; }
p { color: rgb(50,80,106); }
H1.HeaderClassName
{
color: #32506A;
}
.AnyTagClassName
{
color: #32506A;
}
</style>
background-color css
<style>
a { background-color: #32506A; }
a { background-color: rgb(50,80,106); }
div.DivClassName
{
background-color: #32506A;
}
.BgClassName
{
background-color: #32506A;
}
</style>
border-color css
<style>
span { border-color: #32506A; }
span { border-color: rgb(50,80,106); }
td.TdClassName
{
border-color: #32506A;
}
.TagClassName
{
border-color: #32506A;
}
</style>