Shades of Cello #364D5A
Tints of Cello #364D5A
RGB
CMYK
RGB Variations
Color information
#364D5A (or 0x364D5A) is known color: Cello. HEX triplet: 36, 4D and 5A. RGB value is (54,77,90). Sum of RGB (Red+Green+Blue) = 54+77+90=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #364D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D5A is #C9B2A5. Grayscale: #474747. Windows color (decimal): -13218470 or 5918006. OLE color: 5918006.
HSL color Cylindrical-coordinate representation of color #364D5A: hue angle of 201.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #364D5A is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 77 | 90 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.65 |
| HSL | 201.67º | 0.25% | 0.28% | - |
| HSV(B) | 201.67º | 0.4% | 0.35% | - |
| XYZ | 6.02 | 6.83 | 10.67 | - |
| YUV | 71.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 90 | 0.40 | 0.14 | 0 | 0.65 | 201.67 | 0.25 | 0.28 |
| Hex | 36 | 4D | 5A | 28 | E | 0 | 41 | CA | 19 | 1C |
| Octal | 66 | 115 | 132 | 50 | 16 | 0 | 101 | 312 | 31 | 34 |
| Binary | 110110 | 1001101 | 1011010 | 101000 | 1110 | 0 | 1000001 | 11001010 | 11001 | 11100 |
Color Harmonies of #364D5A
Complementary color
Monochromatic Colors of #364D5A
Black with #364D5A
Text Example
Text Example
White with #364D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D5A; }
p { color: rgb(54,77,90); }
H1.HeaderClassName
{
color: #364D5A;
}
.AnyTagClassName
{
color: #364D5A;
}
</style>
background-color css
<style>
a { background-color: #364D5A; }
a { background-color: rgb(54,77,90); }
div.DivClassName
{
background-color: #364D5A;
}
.BgClassName
{
background-color: #364D5A;
}
</style>
border-color css
<style>
span { border-color: #364D5A; }
span { border-color: rgb(54,77,90); }
td.TdClassName
{
border-color: #364D5A;
}
.TagClassName
{
border-color: #364D5A;
}
</style>