Shades of Cello #364C64
Tints of Cello #364C64
RGB
CMYK
RGB Variations
Color information
#364C64 (or 0x364C64) is known color: Cello. HEX triplet: 36, 4C and 64. RGB value is (54,76,100). Sum of RGB (Red+Green+Blue) = 54+76+100=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #364C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C64 is #C9B39B. Grayscale: #484848. Windows color (decimal): -13218716 or 6573110. OLE color: 6573110.
HSL color Cylindrical-coordinate representation of color #364C64: hue angle of 211.3º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #364C64 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 76 | 100 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.61 |
| HSL | 211.3º | 0.3% | 0.3% | - |
| HSV(B) | 211.3º | 0.46% | 0.39% | - |
| XYZ | 6.41 | 6.87 | 13.05 | - |
| YUV | 72.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 100 | 0.46 | 0.24 | 0 | 0.61 | 211.3 | 0.3 | 0.3 |
| Hex | 36 | 4C | 64 | 2E | 18 | 0 | 3D | D3 | 1E | 1E |
| Octal | 66 | 114 | 144 | 56 | 30 | 0 | 75 | 323 | 36 | 36 |
| Binary | 110110 | 1001100 | 1100100 | 101110 | 11000 | 0 | 111101 | 11010011 | 11110 | 11110 |
Color Harmonies of #364C64
Complementary color
Monochromatic Colors of #364C64
Black with #364C64
Text Example
Text Example
White with #364C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C64; }
p { color: rgb(54,76,100); }
H1.HeaderClassName
{
color: #364C64;
}
.AnyTagClassName
{
color: #364C64;
}
</style>
background-color css
<style>
a { background-color: #364C64; }
a { background-color: rgb(54,76,100); }
div.DivClassName
{
background-color: #364C64;
}
.BgClassName
{
background-color: #364C64;
}
</style>
border-color css
<style>
span { border-color: #364C64; }
span { border-color: rgb(54,76,100); }
td.TdClassName
{
border-color: #364C64;
}
.TagClassName
{
border-color: #364C64;
}
</style>