Shades of Cello #325064
Tints of Cello #325064
RGB
CMYK
RGB Variations
Color information
#325064 (or 0x325064) is known color: Cello. HEX triplet: 32, 50 and 64. RGB value is (50,80,100). Sum of RGB (Red+Green+Blue) = 50+80+100=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #325064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325064 is #CDAF9B. Grayscale: #494949. Windows color (decimal): -13479836 or 6574130. OLE color: 6574130.
HSL color Cylindrical-coordinate representation of color #325064: hue angle of 204º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325064 is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 80 | 100 | - |
| CMYK | 0.50 | 0.2 | 0 | 0.61 |
| HSL | 204º | 0.33% | 0.29% | - |
| HSV(B) | 204º | 0.5% | 0.39% | - |
| XYZ | 6.48 | 7.34 | 13.13 | - |
| YUV | 73.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 100 | 0.50 | 0.2 | 0 | 0.61 | 204 | 0.33 | 0.29 |
| Hex | 32 | 50 | 64 | 32 | 14 | 0 | 3D | CC | 21 | 1D |
| Octal | 62 | 120 | 144 | 62 | 24 | 0 | 75 | 314 | 41 | 35 |
| Binary | 110010 | 1010000 | 1100100 | 110010 | 10100 | 0 | 111101 | 11001100 | 100001 | 11101 |
Color Harmonies of #325064
Complementary color
Monochromatic Colors of #325064
Black with #325064
Text Example
Text Example
White with #325064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325064; }
p { color: rgb(50,80,100); }
H1.HeaderClassName
{
color: #325064;
}
.AnyTagClassName
{
color: #325064;
}
</style>
background-color css
<style>
a { background-color: #325064; }
a { background-color: rgb(50,80,100); }
div.DivClassName
{
background-color: #325064;
}
.BgClassName
{
background-color: #325064;
}
</style>
border-color css
<style>
span { border-color: #325064; }
span { border-color: rgb(50,80,100); }
td.TdClassName
{
border-color: #325064;
}
.TagClassName
{
border-color: #325064;
}
</style>