Shades of Cello #364D6D
Tints of Cello #364D6D
RGB
CMYK
RGB Variations
Color information
#364D6D (or 0x364D6D) is known color: Cello. HEX triplet: 36, 4D and 6D. RGB value is (54,77,109). Sum of RGB (Red+Green+Blue) = 54+77+109=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #364D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D6D is #C9B292. Grayscale: #494949. Windows color (decimal): -13218451 or 7163190. OLE color: 7163190.
HSL color Cylindrical-coordinate representation of color #364D6D: hue angle of 214.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364D6D is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 77 | 109 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.57 |
| HSL | 214.91º | 0.34% | 0.32% | - |
| HSV(B) | 214.91º | 0.5% | 0.43% | - |
| XYZ | 6.94 | 7.2 | 15.49 | - |
| YUV | 73.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 109 | 0.50 | 0.29 | 0 | 0.57 | 214.91 | 0.34 | 0.32 |
| Hex | 36 | 4D | 6D | 32 | 1D | 0 | 39 | D7 | 22 | 20 |
| Octal | 66 | 115 | 155 | 62 | 35 | 0 | 71 | 327 | 42 | 40 |
| Binary | 110110 | 1001101 | 1101101 | 110010 | 11101 | 0 | 111001 | 11010111 | 100010 | 100000 |
Color Harmonies of #364D6D
Complementary color
Monochromatic Colors of #364D6D
Black with #364D6D
Text Example
Text Example
White with #364D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D6D; }
p { color: rgb(54,77,109); }
H1.HeaderClassName
{
color: #364D6D;
}
.AnyTagClassName
{
color: #364D6D;
}
</style>
background-color css
<style>
a { background-color: #364D6D; }
a { background-color: rgb(54,77,109); }
div.DivClassName
{
background-color: #364D6D;
}
.BgClassName
{
background-color: #364D6D;
}
</style>
border-color css
<style>
span { border-color: #364D6D; }
span { border-color: rgb(54,77,109); }
td.TdClassName
{
border-color: #364D6D;
}
.TagClassName
{
border-color: #364D6D;
}
</style>