Shades of Cello #354C61
Tints of Cello #354C61
RGB
CMYK
RGB Variations
Color information
#354C61 (or 0x354C61) is known color: Cello. HEX triplet: 35, 4C and 61. RGB value is (53,76,97). Sum of RGB (Red+Green+Blue) = 53+76+97=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #354C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C61 is #CAB39E. Grayscale: #474747. Windows color (decimal): -13284255 or 6376501. OLE color: 6376501.
HSL color Cylindrical-coordinate representation of color #354C61: hue angle of 208.64º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354C61 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 76 | 97 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.62 |
| HSL | 208.64º | 0.29% | 0.29% | - |
| HSV(B) | 208.64º | 0.45% | 0.38% | - |
| XYZ | 6.21 | 6.79 | 12.29 | - |
| YUV | 71.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 97 | 0.45 | 0.22 | 0 | 0.62 | 208.64 | 0.29 | 0.29 |
| Hex | 35 | 4C | 61 | 2D | 16 | 0 | 3E | D1 | 1D | 1D |
| Octal | 65 | 114 | 141 | 55 | 26 | 0 | 76 | 321 | 35 | 35 |
| Binary | 110101 | 1001100 | 1100001 | 101101 | 10110 | 0 | 111110 | 11010001 | 11101 | 11101 |
Color Harmonies of #354C61
Complementary color
Monochromatic Colors of #354C61
Black with #354C61
Text Example
Text Example
White with #354C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C61; }
p { color: rgb(53,76,97); }
H1.HeaderClassName
{
color: #354C61;
}
.AnyTagClassName
{
color: #354C61;
}
</style>
background-color css
<style>
a { background-color: #354C61; }
a { background-color: rgb(53,76,97); }
div.DivClassName
{
background-color: #354C61;
}
.BgClassName
{
background-color: #354C61;
}
</style>
border-color css
<style>
span { border-color: #354C61; }
span { border-color: rgb(53,76,97); }
td.TdClassName
{
border-color: #354C61;
}
.TagClassName
{
border-color: #354C61;
}
</style>