Shades of Cello #36526A
Tints of Cello #36526A
RGB
CMYK
RGB Variations
Color information
#36526A (or 0x36526A) is known color: Cello. HEX triplet: 36, 52 and 6A. RGB value is (54,82,106). Sum of RGB (Red+Green+Blue) = 54+82+106=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #36526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36526A is #C9AD95. Grayscale: #4C4C4C. Windows color (decimal): -13217174 or 6967862. OLE color: 6967862.
HSL color Cylindrical-coordinate representation of color #36526A: hue angle of 207.69º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36526A is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 82 | 106 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.58 |
| HSL | 207.69º | 0.33% | 0.31% | - |
| HSV(B) | 207.69º | 0.49% | 0.42% | - |
| XYZ | 7.14 | 7.86 | 14.78 | - |
| YUV | 76.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 106 | 0.49 | 0.23 | 0 | 0.58 | 207.69 | 0.33 | 0.31 |
| Hex | 36 | 52 | 6A | 31 | 17 | 0 | 3A | D0 | 20 | 1F |
| Octal | 66 | 122 | 152 | 61 | 27 | 0 | 72 | 320 | 40 | 37 |
| Binary | 110110 | 1010010 | 1101010 | 110001 | 10111 | 0 | 111010 | 11010000 | 100000 | 11111 |
Color Harmonies of #36526A
Complementary color
Monochromatic Colors of #36526A
Black with #36526A
Text Example
Text Example
White with #36526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36526A; }
p { color: rgb(54,82,106); }
H1.HeaderClassName
{
color: #36526A;
}
.AnyTagClassName
{
color: #36526A;
}
</style>
background-color css
<style>
a { background-color: #36526A; }
a { background-color: rgb(54,82,106); }
div.DivClassName
{
background-color: #36526A;
}
.BgClassName
{
background-color: #36526A;
}
</style>
border-color css
<style>
span { border-color: #36526A; }
span { border-color: rgb(54,82,106); }
td.TdClassName
{
border-color: #36526A;
}
.TagClassName
{
border-color: #36526A;
}
</style>