Shades of Cello #35485C
Tints of Cello #35485C
RGB
CMYK
RGB Variations
Color information
#35485C (or 0x35485C) is known color: Cello. HEX triplet: 35, 48 and 5C. RGB value is (53,72,92). Sum of RGB (Red+Green+Blue) = 53+72+92=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #35485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35485C is #CAB7A3. Grayscale: #444444. Windows color (decimal): -13285284 or 6047797. OLE color: 6047797.
HSL color Cylindrical-coordinate representation of color #35485C: hue angle of 210.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35485C is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 72 | 92 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.64 |
| HSL | 210.77º | 0.27% | 0.28% | - |
| HSV(B) | 210.77º | 0.42% | 0.36% | - |
| XYZ | 5.72 | 6.16 | 11.01 | - |
| YUV | 68.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 92 | 0.42 | 0.22 | 0 | 0.64 | 210.77 | 0.27 | 0.28 |
| Hex | 35 | 48 | 5C | 2A | 16 | 0 | 40 | D3 | 1B | 1C |
| Octal | 65 | 110 | 134 | 52 | 26 | 0 | 100 | 323 | 33 | 34 |
| Binary | 110101 | 1001000 | 1011100 | 101010 | 10110 | 0 | 1000000 | 11010011 | 11011 | 11100 |
Color Harmonies of #35485C
Complementary color
Monochromatic Colors of #35485C
Black with #35485C
Text Example
Text Example
White with #35485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35485C; }
p { color: rgb(53,72,92); }
H1.HeaderClassName
{
color: #35485C;
}
.AnyTagClassName
{
color: #35485C;
}
</style>
background-color css
<style>
a { background-color: #35485C; }
a { background-color: rgb(53,72,92); }
div.DivClassName
{
background-color: #35485C;
}
.BgClassName
{
background-color: #35485C;
}
</style>
border-color css
<style>
span { border-color: #35485C; }
span { border-color: rgb(53,72,92); }
td.TdClassName
{
border-color: #35485C;
}
.TagClassName
{
border-color: #35485C;
}
</style>