Shades of Cello #35526A
Tints of Cello #35526A
RGB
CMYK
RGB Variations
Color information
#35526A (or 0x35526A) is known color: Cello. HEX triplet: 35, 52 and 6A. RGB value is (53,82,106). Sum of RGB (Red+Green+Blue) = 53+82+106=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #35526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35526A is #CAAD95. Grayscale: #4B4B4B. Windows color (decimal): -13282710 or 6967861. OLE color: 6967861.
HSL color Cylindrical-coordinate representation of color #35526A: hue angle of 207.17º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35526A is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 82 | 106 | - |
| CMYK | 0.5 | 0.23 | 0 | 0.58 |
| HSL | 207.17º | 0.33% | 0.31% | - |
| HSV(B) | 207.17º | 0.5% | 0.42% | - |
| XYZ | 7.09 | 7.83 | 14.77 | - |
| YUV | 76.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 106 | 0.5 | 0.23 | 0 | 0.58 | 207.17 | 0.33 | 0.31 |
| Hex | 35 | 52 | 6A | 32 | 17 | 0 | 3A | CF | 21 | 1F |
| Octal | 65 | 122 | 152 | 62 | 27 | 0 | 72 | 317 | 41 | 37 |
| Binary | 110101 | 1010010 | 1101010 | 110010 | 10111 | 0 | 111010 | 11001111 | 100001 | 11111 |
Color Harmonies of #35526A
Complementary color
Monochromatic Colors of #35526A
Black with #35526A
Text Example
Text Example
White with #35526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35526A; }
p { color: rgb(53,82,106); }
H1.HeaderClassName
{
color: #35526A;
}
.AnyTagClassName
{
color: #35526A;
}
</style>
background-color css
<style>
a { background-color: #35526A; }
a { background-color: rgb(53,82,106); }
div.DivClassName
{
background-color: #35526A;
}
.BgClassName
{
background-color: #35526A;
}
</style>
border-color css
<style>
span { border-color: #35526A; }
span { border-color: rgb(53,82,106); }
td.TdClassName
{
border-color: #35526A;
}
.TagClassName
{
border-color: #35526A;
}
</style>