Shades of Cello #354861
Tints of Cello #354861
RGB
CMYK
RGB Variations
Color information
#354861 (or 0x354861) is known color: Cello. HEX triplet: 35, 48 and 61. RGB value is (53,72,97). Sum of RGB (Red+Green+Blue) = 53+72+97=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #354861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354861 is #CAB79E. Grayscale: #454545. Windows color (decimal): -13285279 or 6375477. OLE color: 6375477.
HSL color Cylindrical-coordinate representation of color #354861: hue angle of 214.09º 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 #354861 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 72 | 97 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.62 |
| HSL | 214.09º | 0.29% | 0.29% | - |
| HSV(B) | 214.09º | 0.45% | 0.38% | - |
| XYZ | 5.94 | 6.25 | 12.2 | - |
| YUV | 69.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 97 | 0.45 | 0.26 | 0 | 0.62 | 214.09 | 0.29 | 0.29 |
| Hex | 35 | 48 | 61 | 2D | 1A | 0 | 3E | D6 | 1D | 1D |
| Octal | 65 | 110 | 141 | 55 | 32 | 0 | 76 | 326 | 35 | 35 |
| Binary | 110101 | 1001000 | 1100001 | 101101 | 11010 | 0 | 111110 | 11010110 | 11101 | 11101 |
Color Harmonies of #354861
Complementary color
Monochromatic Colors of #354861
Black with #354861
Text Example
Text Example
White with #354861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354861; }
p { color: rgb(53,72,97); }
H1.HeaderClassName
{
color: #354861;
}
.AnyTagClassName
{
color: #354861;
}
</style>
background-color css
<style>
a { background-color: #354861; }
a { background-color: rgb(53,72,97); }
div.DivClassName
{
background-color: #354861;
}
.BgClassName
{
background-color: #354861;
}
</style>
border-color css
<style>
span { border-color: #354861; }
span { border-color: rgb(53,72,97); }
td.TdClassName
{
border-color: #354861;
}
.TagClassName
{
border-color: #354861;
}
</style>