Shades of Cello #325163
Tints of Cello #325163
RGB
CMYK
RGB Variations
Color information
#325163 (or 0x325163) is known color: Cello. HEX triplet: 32, 51 and 63. RGB value is (50,81,99). Sum of RGB (Red+Green+Blue) = 50+81+99=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #325163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325163 is #CDAE9C. Grayscale: #494949. Windows color (decimal): -13479581 or 6508850. OLE color: 6508850.
HSL color Cylindrical-coordinate representation of color #325163: hue angle of 202.04º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325163 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 81 | 99 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.61 |
| HSL | 202.04º | 0.33% | 0.29% | - |
| HSV(B) | 202.04º | 0.49% | 0.39% | - |
| XYZ | 6.51 | 7.46 | 12.9 | - |
| YUV | 73.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 99 | 0.49 | 0.18 | 0 | 0.61 | 202.04 | 0.33 | 0.29 |
| Hex | 32 | 51 | 63 | 31 | 12 | 0 | 3D | CA | 21 | 1D |
| Octal | 62 | 121 | 143 | 61 | 22 | 0 | 75 | 312 | 41 | 35 |
| Binary | 110010 | 1010001 | 1100011 | 110001 | 10010 | 0 | 111101 | 11001010 | 100001 | 11101 |
Color Harmonies of #325163
Complementary color
Monochromatic Colors of #325163
Black with #325163
Text Example
Text Example
White with #325163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325163; }
p { color: rgb(50,81,99); }
H1.HeaderClassName
{
color: #325163;
}
.AnyTagClassName
{
color: #325163;
}
</style>
background-color css
<style>
a { background-color: #325163; }
a { background-color: rgb(50,81,99); }
div.DivClassName
{
background-color: #325163;
}
.BgClassName
{
background-color: #325163;
}
</style>
border-color css
<style>
span { border-color: #325163; }
span { border-color: rgb(50,81,99); }
td.TdClassName
{
border-color: #325163;
}
.TagClassName
{
border-color: #325163;
}
</style>