Shades of Cello #364D65
Tints of Cello #364D65
RGB
CMYK
RGB Variations
Color information
#364D65 (or 0x364D65) is known color: Cello. HEX triplet: 36, 4D and 65. RGB value is (54,77,101). Sum of RGB (Red+Green+Blue) = 54+77+101=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #364D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D65 is #C9B29A. Grayscale: #484848. Windows color (decimal): -13218459 or 6638902. OLE color: 6638902.
HSL color Cylindrical-coordinate representation of color #364D65: hue angle of 210.64º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #364D65 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 77 | 101 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.60 |
| HSL | 210.64º | 0.3% | 0.3% | - |
| HSV(B) | 210.64º | 0.47% | 0.4% | - |
| XYZ | 6.52 | 7.03 | 13.33 | - |
| YUV | 72.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 101 | 0.47 | 0.24 | 0 | 0.60 | 210.64 | 0.3 | 0.3 |
| Hex | 36 | 4D | 65 | 2F | 18 | 0 | 3C | D3 | 1E | 1E |
| Octal | 66 | 115 | 145 | 57 | 30 | 0 | 74 | 323 | 36 | 36 |
| Binary | 110110 | 1001101 | 1100101 | 101111 | 11000 | 0 | 111100 | 11010011 | 11110 | 11110 |
Color Harmonies of #364D65
Complementary color
Monochromatic Colors of #364D65
Black with #364D65
Text Example
Text Example
White with #364D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D65; }
p { color: rgb(54,77,101); }
H1.HeaderClassName
{
color: #364D65;
}
.AnyTagClassName
{
color: #364D65;
}
</style>
background-color css
<style>
a { background-color: #364D65; }
a { background-color: rgb(54,77,101); }
div.DivClassName
{
background-color: #364D65;
}
.BgClassName
{
background-color: #364D65;
}
</style>
border-color css
<style>
span { border-color: #364D65; }
span { border-color: rgb(54,77,101); }
td.TdClassName
{
border-color: #364D65;
}
.TagClassName
{
border-color: #364D65;
}
</style>