Shades of Cello #364A65
Tints of Cello #364A65
RGB
CMYK
RGB Variations
Color information
#364A65 (or 0x364A65) is known color: Cello. HEX triplet: 36, 4A and 65. RGB value is (54,74,101). Sum of RGB (Red+Green+Blue) = 54+74+101=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #364A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A65 is #C9B59A. Grayscale: #464646. Windows color (decimal): -13219227 or 6638134. OLE color: 6638134.
HSL color Cylindrical-coordinate representation of color #364A65: hue angle of 214.47º 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 #364A65 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 74 | 101 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.60 |
| HSL | 214.47º | 0.3% | 0.3% | - |
| HSV(B) | 214.47º | 0.47% | 0.4% | - |
| XYZ | 6.32 | 6.62 | 13.26 | - |
| YUV | 71.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 101 | 0.47 | 0.27 | 0 | 0.60 | 214.47 | 0.3 | 0.3 |
| Hex | 36 | 4A | 65 | 2F | 1B | 0 | 3C | D6 | 1E | 1E |
| Octal | 66 | 112 | 145 | 57 | 33 | 0 | 74 | 326 | 36 | 36 |
| Binary | 110110 | 1001010 | 1100101 | 101111 | 11011 | 0 | 111100 | 11010110 | 11110 | 11110 |
Color Harmonies of #364A65
Complementary color
Monochromatic Colors of #364A65
Black with #364A65
Text Example
Text Example
White with #364A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A65; }
p { color: rgb(54,74,101); }
H1.HeaderClassName
{
color: #364A65;
}
.AnyTagClassName
{
color: #364A65;
}
</style>
background-color css
<style>
a { background-color: #364A65; }
a { background-color: rgb(54,74,101); }
div.DivClassName
{
background-color: #364A65;
}
.BgClassName
{
background-color: #364A65;
}
</style>
border-color css
<style>
span { border-color: #364A65; }
span { border-color: rgb(54,74,101); }
td.TdClassName
{
border-color: #364A65;
}
.TagClassName
{
border-color: #364A65;
}
</style>