Shades of Cello #364E63
Tints of Cello #364E63
RGB
CMYK
RGB Variations
Color information
#364E63 (or 0x364E63) is known color: Cello. HEX triplet: 36, 4E and 63. RGB value is (54,78,99). Sum of RGB (Red+Green+Blue) = 54+78+99=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #364E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E63 is #C9B19C. Grayscale: #494949. Windows color (decimal): -13218205 or 6508086. OLE color: 6508086.
HSL color Cylindrical-coordinate representation of color #364E63: hue angle of 208º 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 #364E63 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 78 | 99 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.61 |
| HSL | 208º | 0.29% | 0.3% | - |
| HSV(B) | 208º | 0.45% | 0.39% | - |
| XYZ | 6.5 | 7.13 | 12.84 | - |
| YUV | 73.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 99 | 0.45 | 0.21 | 0 | 0.61 | 208 | 0.29 | 0.3 |
| Hex | 36 | 4E | 63 | 2D | 15 | 0 | 3D | D0 | 1D | 1E |
| Octal | 66 | 116 | 143 | 55 | 25 | 0 | 75 | 320 | 35 | 36 |
| Binary | 110110 | 1001110 | 1100011 | 101101 | 10101 | 0 | 111101 | 11010000 | 11101 | 11110 |
Color Harmonies of #364E63
Complementary color
Monochromatic Colors of #364E63
Black with #364E63
Text Example
Text Example
White with #364E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E63; }
p { color: rgb(54,78,99); }
H1.HeaderClassName
{
color: #364E63;
}
.AnyTagClassName
{
color: #364E63;
}
</style>
background-color css
<style>
a { background-color: #364E63; }
a { background-color: rgb(54,78,99); }
div.DivClassName
{
background-color: #364E63;
}
.BgClassName
{
background-color: #364E63;
}
</style>
border-color css
<style>
span { border-color: #364E63; }
span { border-color: rgb(54,78,99); }
td.TdClassName
{
border-color: #364E63;
}
.TagClassName
{
border-color: #364E63;
}
</style>