Shades of Cello #364E61
Tints of Cello #364E61
RGB
CMYK
RGB Variations
Color information
#364E61 (or 0x364E61) is known color: Cello. HEX triplet: 36, 4E and 61. RGB value is (54,78,97). Sum of RGB (Red+Green+Blue) = 54+78+97=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #364E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E61 is #C9B19E. Grayscale: #484848. Windows color (decimal): -13218207 or 6377014. OLE color: 6377014.
HSL color Cylindrical-coordinate representation of color #364E61: hue angle of 206.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364E61 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 78 | 97 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.62 |
| HSL | 206.51º | 0.28% | 0.3% | - |
| HSV(B) | 206.51º | 0.44% | 0.38% | - |
| XYZ | 6.4 | 7.1 | 12.34 | - |
| YUV | 72.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 97 | 0.44 | 0.20 | 0 | 0.62 | 206.51 | 0.28 | 0.3 |
| Hex | 36 | 4E | 61 | 2C | 14 | 0 | 3E | CF | 1C | 1E |
| Octal | 66 | 116 | 141 | 54 | 24 | 0 | 76 | 317 | 34 | 36 |
| Binary | 110110 | 1001110 | 1100001 | 101100 | 10100 | 0 | 111110 | 11001111 | 11100 | 11110 |
Color Harmonies of #364E61
Complementary color
Monochromatic Colors of #364E61
Black with #364E61
Text Example
Text Example
White with #364E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E61; }
p { color: rgb(54,78,97); }
H1.HeaderClassName
{
color: #364E61;
}
.AnyTagClassName
{
color: #364E61;
}
</style>
background-color css
<style>
a { background-color: #364E61; }
a { background-color: rgb(54,78,97); }
div.DivClassName
{
background-color: #364E61;
}
.BgClassName
{
background-color: #364E61;
}
</style>
border-color css
<style>
span { border-color: #364E61; }
span { border-color: rgb(54,78,97); }
td.TdClassName
{
border-color: #364E61;
}
.TagClassName
{
border-color: #364E61;
}
</style>