Shades of Cello #325266
Tints of Cello #325266
RGB
CMYK
RGB Variations
Color information
#325266 (or 0x325266) is known color: Cello. HEX triplet: 32, 52 and 66. RGB value is (50,82,102). Sum of RGB (Red+Green+Blue) = 50+82+102=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #325266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325266 is #CDAD99. Grayscale: #4A4A4A. Windows color (decimal): -13479322 or 6705714. OLE color: 6705714.
HSL color Cylindrical-coordinate representation of color #325266: hue angle of 203.08º 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 #325266 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 82 | 102 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.6 |
| HSL | 203.08º | 0.34% | 0.3% | - |
| HSV(B) | 203.08º | 0.51% | 0.4% | - |
| XYZ | 6.73 | 7.67 | 13.7 | - |
| YUV | 74.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 102 | 0.51 | 0.20 | 0 | 0.6 | 203.08 | 0.34 | 0.3 |
| Hex | 32 | 52 | 66 | 33 | 14 | 0 | 3C | CB | 22 | 1E |
| Octal | 62 | 122 | 146 | 63 | 24 | 0 | 74 | 313 | 42 | 36 |
| Binary | 110010 | 1010010 | 1100110 | 110011 | 10100 | 0 | 111100 | 11001011 | 100010 | 11110 |
Color Harmonies of #325266
Complementary color
Monochromatic Colors of #325266
Black with #325266
Text Example
Text Example
White with #325266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325266; }
p { color: rgb(50,82,102); }
H1.HeaderClassName
{
color: #325266;
}
.AnyTagClassName
{
color: #325266;
}
</style>
background-color css
<style>
a { background-color: #325266; }
a { background-color: rgb(50,82,102); }
div.DivClassName
{
background-color: #325266;
}
.BgClassName
{
background-color: #325266;
}
</style>
border-color css
<style>
span { border-color: #325266; }
span { border-color: rgb(50,82,102); }
td.TdClassName
{
border-color: #325266;
}
.TagClassName
{
border-color: #325266;
}
</style>