Shades of Cello #364E65
Tints of Cello #364E65
RGB
CMYK
RGB Variations
Color information
#364E65 (or 0x364E65) is known color: Cello. HEX triplet: 36, 4E and 65. RGB value is (54,78,101). Sum of RGB (Red+Green+Blue) = 54+78+101=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #364E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E65 is #C9B19A. Grayscale: #494949. Windows color (decimal): -13218203 or 6639158. OLE color: 6639158.
HSL color Cylindrical-coordinate representation of color #364E65: hue angle of 209.36º 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 #364E65 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 78 | 101 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.60 |
| HSL | 209.36º | 0.3% | 0.3% | - |
| HSV(B) | 209.36º | 0.47% | 0.4% | - |
| XYZ | 6.59 | 7.17 | 13.35 | - |
| YUV | 73.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 101 | 0.47 | 0.23 | 0 | 0.60 | 209.36 | 0.3 | 0.3 |
| Hex | 36 | 4E | 65 | 2F | 17 | 0 | 3C | D1 | 1E | 1E |
| Octal | 66 | 116 | 145 | 57 | 27 | 0 | 74 | 321 | 36 | 36 |
| Binary | 110110 | 1001110 | 1100101 | 101111 | 10111 | 0 | 111100 | 11010001 | 11110 | 11110 |
Color Harmonies of #364E65
Complementary color
Monochromatic Colors of #364E65
Black with #364E65
Text Example
Text Example
White with #364E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E65; }
p { color: rgb(54,78,101); }
H1.HeaderClassName
{
color: #364E65;
}
.AnyTagClassName
{
color: #364E65;
}
</style>
background-color css
<style>
a { background-color: #364E65; }
a { background-color: rgb(54,78,101); }
div.DivClassName
{
background-color: #364E65;
}
.BgClassName
{
background-color: #364E65;
}
</style>
border-color css
<style>
span { border-color: #364E65; }
span { border-color: rgb(54,78,101); }
td.TdClassName
{
border-color: #364E65;
}
.TagClassName
{
border-color: #364E65;
}
</style>