Shades of Cello #325062
Tints of Cello #325062
RGB
CMYK
RGB Variations
Color information
#325062 (or 0x325062) is known color: Cello. HEX triplet: 32, 50 and 62. RGB value is (50,80,98). Sum of RGB (Red+Green+Blue) = 50+80+98=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #325062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325062 is #CDAF9D. Grayscale: #484848. Windows color (decimal): -13479838 or 6443058. OLE color: 6443058.
HSL color Cylindrical-coordinate representation of color #325062: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325062 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 80 | 98 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.62 |
| HSL | 202.5º | 0.32% | 0.29% | - |
| HSV(B) | 202.5º | 0.49% | 0.38% | - |
| XYZ | 6.39 | 7.3 | 12.63 | - |
| YUV | 73.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 98 | 0.49 | 0.18 | 0 | 0.62 | 202.5 | 0.32 | 0.29 |
| Hex | 32 | 50 | 62 | 31 | 12 | 0 | 3E | CA | 20 | 1D |
| Octal | 62 | 120 | 142 | 61 | 22 | 0 | 76 | 312 | 40 | 35 |
| Binary | 110010 | 1010000 | 1100010 | 110001 | 10010 | 0 | 111110 | 11001010 | 100000 | 11101 |
Color Harmonies of #325062
Complementary color
Monochromatic Colors of #325062
Black with #325062
Text Example
Text Example
White with #325062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325062; }
p { color: rgb(50,80,98); }
H1.HeaderClassName
{
color: #325062;
}
.AnyTagClassName
{
color: #325062;
}
</style>
background-color css
<style>
a { background-color: #325062; }
a { background-color: rgb(50,80,98); }
div.DivClassName
{
background-color: #325062;
}
.BgClassName
{
background-color: #325062;
}
</style>
border-color css
<style>
span { border-color: #325062; }
span { border-color: rgb(50,80,98); }
td.TdClassName
{
border-color: #325062;
}
.TagClassName
{
border-color: #325062;
}
</style>