Shades of Cello #354B59
Tints of Cello #354B59
RGB
CMYK
RGB Variations
Color information
#354B59 (or 0x354B59) is known color: Cello. HEX triplet: 35, 4B and 59. RGB value is (53,75,89). Sum of RGB (Red+Green+Blue) = 53+75+89=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #354B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B59 is #CAB4A6. Grayscale: #454545. Windows color (decimal): -13284519 or 5851957. OLE color: 5851957.
HSL color Cylindrical-coordinate representation of color #354B59: hue angle of 203.33º 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 #354B59 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 75 | 89 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.65 |
| HSL | 203.33º | 0.25% | 0.28% | - |
| HSV(B) | 203.33º | 0.4% | 0.35% | - |
| XYZ | 5.79 | 6.51 | 10.4 | - |
| YUV | 70.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 89 | 0.40 | 0.16 | 0 | 0.65 | 203.33 | 0.25 | 0.28 |
| Hex | 35 | 4B | 59 | 28 | 10 | 0 | 41 | CB | 19 | 1C |
| Octal | 65 | 113 | 131 | 50 | 20 | 0 | 101 | 313 | 31 | 34 |
| Binary | 110101 | 1001011 | 1011001 | 101000 | 10000 | 0 | 1000001 | 11001011 | 11001 | 11100 |
Color Harmonies of #354B59
Complementary color
Monochromatic Colors of #354B59
Black with #354B59
Text Example
Text Example
White with #354B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B59; }
p { color: rgb(53,75,89); }
H1.HeaderClassName
{
color: #354B59;
}
.AnyTagClassName
{
color: #354B59;
}
</style>
background-color css
<style>
a { background-color: #354B59; }
a { background-color: rgb(53,75,89); }
div.DivClassName
{
background-color: #354B59;
}
.BgClassName
{
background-color: #354B59;
}
</style>
border-color css
<style>
span { border-color: #354B59; }
span { border-color: rgb(53,75,89); }
td.TdClassName
{
border-color: #354B59;
}
.TagClassName
{
border-color: #354B59;
}
</style>