Shades of Cello #36485A
Tints of Cello #36485A
RGB
CMYK
RGB Variations
Color information
#36485A (or 0x36485A) is known color: Cello. HEX triplet: 36, 48 and 5A. RGB value is (54,72,90). Sum of RGB (Red+Green+Blue) = 54+72+90=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #36485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36485A is #C9B7A5. Grayscale: #444444. Windows color (decimal): -13219750 or 5916726. OLE color: 5916726.
HSL color Cylindrical-coordinate representation of color #36485A: hue angle of 210º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36485A is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 72 | 90 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.65 |
| HSL | 210º | 0.25% | 0.28% | - |
| HSV(B) | 210º | 0.4% | 0.35% | - |
| XYZ | 5.68 | 6.16 | 10.56 | - |
| YUV | 68.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 90 | 0.40 | 0.20 | 0 | 0.65 | 210 | 0.25 | 0.28 |
| Hex | 36 | 48 | 5A | 28 | 14 | 0 | 41 | D2 | 19 | 1C |
| Octal | 66 | 110 | 132 | 50 | 24 | 0 | 101 | 322 | 31 | 34 |
| Binary | 110110 | 1001000 | 1011010 | 101000 | 10100 | 0 | 1000001 | 11010010 | 11001 | 11100 |
Color Harmonies of #36485A
Complementary color
Monochromatic Colors of #36485A
Black with #36485A
Text Example
Text Example
White with #36485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36485A; }
p { color: rgb(54,72,90); }
H1.HeaderClassName
{
color: #36485A;
}
.AnyTagClassName
{
color: #36485A;
}
</style>
background-color css
<style>
a { background-color: #36485A; }
a { background-color: rgb(54,72,90); }
div.DivClassName
{
background-color: #36485A;
}
.BgClassName
{
background-color: #36485A;
}
</style>
border-color css
<style>
span { border-color: #36485A; }
span { border-color: rgb(54,72,90); }
td.TdClassName
{
border-color: #36485A;
}
.TagClassName
{
border-color: #36485A;
}
</style>