Shades of Cello #325065
Tints of Cello #325065
RGB
CMYK
RGB Variations
Color information
#325065 (or 0x325065) is known color: Cello. HEX triplet: 32, 50 and 65. RGB value is (50,80,101). Sum of RGB (Red+Green+Blue) = 50+80+101=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #325065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325065 is #CDAF9A. Grayscale: #494949. Windows color (decimal): -13479835 or 6639666. OLE color: 6639666.
HSL color Cylindrical-coordinate representation of color #325065: hue angle of 204.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325065 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 80 | 101 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.60 |
| HSL | 204.71º | 0.34% | 0.3% | - |
| HSV(B) | 204.71º | 0.5% | 0.4% | - |
| XYZ | 6.53 | 7.36 | 13.39 | - |
| YUV | 73.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 101 | 0.50 | 0.21 | 0 | 0.60 | 204.71 | 0.34 | 0.3 |
| Hex | 32 | 50 | 65 | 32 | 15 | 0 | 3C | CD | 22 | 1E |
| Octal | 62 | 120 | 145 | 62 | 25 | 0 | 74 | 315 | 42 | 36 |
| Binary | 110010 | 1010000 | 1100101 | 110010 | 10101 | 0 | 111100 | 11001101 | 100010 | 11110 |
Color Harmonies of #325065
Complementary color
Monochromatic Colors of #325065
Black with #325065
Text Example
Text Example
White with #325065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325065; }
p { color: rgb(50,80,101); }
H1.HeaderClassName
{
color: #325065;
}
.AnyTagClassName
{
color: #325065;
}
</style>
background-color css
<style>
a { background-color: #325065; }
a { background-color: rgb(50,80,101); }
div.DivClassName
{
background-color: #325065;
}
.BgClassName
{
background-color: #325065;
}
</style>
border-color css
<style>
span { border-color: #325065; }
span { border-color: rgb(50,80,101); }
td.TdClassName
{
border-color: #325065;
}
.TagClassName
{
border-color: #325065;
}
</style>