Shades of Cello #354C65
Tints of Cello #354C65
RGB
CMYK
RGB Variations
Color information
#354C65 (or 0x354C65) is known color: Cello. HEX triplet: 35, 4C and 65. RGB value is (53,76,101). Sum of RGB (Red+Green+Blue) = 53+76+101=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #354C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C65 is #CAB39A. Grayscale: #474747. Windows color (decimal): -13284251 or 6638645. OLE color: 6638645.
HSL color Cylindrical-coordinate representation of color #354C65: hue angle of 211.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354C65 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 76 | 101 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.60 |
| HSL | 211.25º | 0.31% | 0.3% | - |
| HSV(B) | 211.25º | 0.48% | 0.4% | - |
| XYZ | 6.4 | 6.87 | 13.3 | - |
| YUV | 71.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 101 | 0.48 | 0.25 | 0 | 0.60 | 211.25 | 0.31 | 0.3 |
| Hex | 35 | 4C | 65 | 30 | 19 | 0 | 3C | D3 | 1F | 1E |
| Octal | 65 | 114 | 145 | 60 | 31 | 0 | 74 | 323 | 37 | 36 |
| Binary | 110101 | 1001100 | 1100101 | 110000 | 11001 | 0 | 111100 | 11010011 | 11111 | 11110 |
Color Harmonies of #354C65
Complementary color
Monochromatic Colors of #354C65
Black with #354C65
Text Example
Text Example
White with #354C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C65; }
p { color: rgb(53,76,101); }
H1.HeaderClassName
{
color: #354C65;
}
.AnyTagClassName
{
color: #354C65;
}
</style>
background-color css
<style>
a { background-color: #354C65; }
a { background-color: rgb(53,76,101); }
div.DivClassName
{
background-color: #354C65;
}
.BgClassName
{
background-color: #354C65;
}
</style>
border-color css
<style>
span { border-color: #354C65; }
span { border-color: rgb(53,76,101); }
td.TdClassName
{
border-color: #354C65;
}
.TagClassName
{
border-color: #354C65;
}
</style>