Shades of Cello #354C62
Tints of Cello #354C62
RGB
CMYK
RGB Variations
Color information
#354C62 (or 0x354C62) is known color: Cello. HEX triplet: 35, 4C and 62. RGB value is (53,76,98). Sum of RGB (Red+Green+Blue) = 53+76+98=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #354C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C62 is #CAB39D. Grayscale: #474747. Windows color (decimal): -13284254 or 6442037. OLE color: 6442037.
HSL color Cylindrical-coordinate representation of color #354C62: hue angle of 209.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354C62 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 76 | 98 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.62 |
| HSL | 209.33º | 0.3% | 0.3% | - |
| HSV(B) | 209.33º | 0.46% | 0.38% | - |
| XYZ | 6.26 | 6.81 | 12.54 | - |
| YUV | 71.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 98 | 0.46 | 0.22 | 0 | 0.62 | 209.33 | 0.3 | 0.3 |
| Hex | 35 | 4C | 62 | 2E | 16 | 0 | 3E | D1 | 1E | 1E |
| Octal | 65 | 114 | 142 | 56 | 26 | 0 | 76 | 321 | 36 | 36 |
| Binary | 110101 | 1001100 | 1100010 | 101110 | 10110 | 0 | 111110 | 11010001 | 11110 | 11110 |
Color Harmonies of #354C62
Complementary color
Monochromatic Colors of #354C62
Black with #354C62
Text Example
Text Example
White with #354C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C62; }
p { color: rgb(53,76,98); }
H1.HeaderClassName
{
color: #354C62;
}
.AnyTagClassName
{
color: #354C62;
}
</style>
background-color css
<style>
a { background-color: #354C62; }
a { background-color: rgb(53,76,98); }
div.DivClassName
{
background-color: #354C62;
}
.BgClassName
{
background-color: #354C62;
}
</style>
border-color css
<style>
span { border-color: #354C62; }
span { border-color: rgb(53,76,98); }
td.TdClassName
{
border-color: #354C62;
}
.TagClassName
{
border-color: #354C62;
}
</style>