Shades of Cello #325066
Tints of Cello #325066
RGB
CMYK
RGB Variations
Color information
#325066 (or 0x325066) is known color: Cello. HEX triplet: 32, 50 and 66. RGB value is (50,80,102). Sum of RGB (Red+Green+Blue) = 50+80+102=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #325066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325066 is #CDAF99. Grayscale: #494949. Windows color (decimal): -13479834 or 6705202. OLE color: 6705202.
HSL color Cylindrical-coordinate representation of color #325066: hue angle of 205.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325066 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 80 | 102 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.6 |
| HSL | 205.38º | 0.34% | 0.3% | - |
| HSV(B) | 205.38º | 0.51% | 0.4% | - |
| XYZ | 6.58 | 7.37 | 13.65 | - |
| YUV | 73.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 102 | 0.51 | 0.22 | 0 | 0.6 | 205.38 | 0.34 | 0.3 |
| Hex | 32 | 50 | 66 | 33 | 16 | 0 | 3C | CD | 22 | 1E |
| Octal | 62 | 120 | 146 | 63 | 26 | 0 | 74 | 315 | 42 | 36 |
| Binary | 110010 | 1010000 | 1100110 | 110011 | 10110 | 0 | 111100 | 11001101 | 100010 | 11110 |
Color Harmonies of #325066
Complementary color
Monochromatic Colors of #325066
Black with #325066
Text Example
Text Example
White with #325066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325066; }
p { color: rgb(50,80,102); }
H1.HeaderClassName
{
color: #325066;
}
.AnyTagClassName
{
color: #325066;
}
</style>
background-color css
<style>
a { background-color: #325066; }
a { background-color: rgb(50,80,102); }
div.DivClassName
{
background-color: #325066;
}
.BgClassName
{
background-color: #325066;
}
</style>
border-color css
<style>
span { border-color: #325066; }
span { border-color: rgb(50,80,102); }
td.TdClassName
{
border-color: #325066;
}
.TagClassName
{
border-color: #325066;
}
</style>