Shades of Cello #365363
Tints of Cello #365363
RGB
CMYK
RGB Variations
Color information
#365363 (or 0x365363) is known color: Cello. HEX triplet: 36, 53 and 63. RGB value is (54,83,99). Sum of RGB (Red+Green+Blue) = 54+83+99=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #365363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365363 is #C9AC9C. Grayscale: #4C4C4C. Windows color (decimal): -13216925 or 6509366. OLE color: 6509366.
HSL color Cylindrical-coordinate representation of color #365363: hue angle of 201.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365363 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 83 | 99 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.61 |
| HSL | 201.33º | 0.29% | 0.3% | - |
| HSV(B) | 201.33º | 0.45% | 0.39% | - |
| XYZ | 6.87 | 7.87 | 12.96 | - |
| YUV | 76.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 99 | 0.45 | 0.16 | 0 | 0.61 | 201.33 | 0.29 | 0.3 |
| Hex | 36 | 53 | 63 | 2D | 10 | 0 | 3D | C9 | 1D | 1E |
| Octal | 66 | 123 | 143 | 55 | 20 | 0 | 75 | 311 | 35 | 36 |
| Binary | 110110 | 1010011 | 1100011 | 101101 | 10000 | 0 | 111101 | 11001001 | 11101 | 11110 |
Color Harmonies of #365363
Complementary color
Monochromatic Colors of #365363
Black with #365363
Text Example
Text Example
White with #365363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365363; }
p { color: rgb(54,83,99); }
H1.HeaderClassName
{
color: #365363;
}
.AnyTagClassName
{
color: #365363;
}
</style>
background-color css
<style>
a { background-color: #365363; }
a { background-color: rgb(54,83,99); }
div.DivClassName
{
background-color: #365363;
}
.BgClassName
{
background-color: #365363;
}
</style>
border-color css
<style>
span { border-color: #365363; }
span { border-color: rgb(54,83,99); }
td.TdClassName
{
border-color: #365363;
}
.TagClassName
{
border-color: #365363;
}
</style>