Shades of Cello #354B65
Tints of Cello #354B65
RGB
CMYK
RGB Variations
Color information
#354B65 (or 0x354B65) is known color: Cello. HEX triplet: 35, 4B and 65. RGB value is (53,75,101). Sum of RGB (Red+Green+Blue) = 53+75+101=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #354B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354B65 is #CAB49A. Grayscale: #474747. Windows color (decimal): -13284507 or 6638389. OLE color: 6638389.
HSL color Cylindrical-coordinate representation of color #354B65: hue angle of 212.5º 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 #354B65 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 75 | 101 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.60 |
| HSL | 212.5º | 0.31% | 0.3% | - |
| HSV(B) | 212.5º | 0.48% | 0.4% | - |
| XYZ | 6.33 | 6.73 | 13.28 | - |
| YUV | 71.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 101 | 0.48 | 0.26 | 0 | 0.60 | 212.5 | 0.31 | 0.3 |
| Hex | 35 | 4B | 65 | 30 | 1A | 0 | 3C | D4 | 1F | 1E |
| Octal | 65 | 113 | 145 | 60 | 32 | 0 | 74 | 324 | 37 | 36 |
| Binary | 110101 | 1001011 | 1100101 | 110000 | 11010 | 0 | 111100 | 11010100 | 11111 | 11110 |
Color Harmonies of #354B65
Complementary color
Monochromatic Colors of #354B65
Black with #354B65
Text Example
Text Example
White with #354B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B65; }
p { color: rgb(53,75,101); }
H1.HeaderClassName
{
color: #354B65;
}
.AnyTagClassName
{
color: #354B65;
}
</style>
background-color css
<style>
a { background-color: #354B65; }
a { background-color: rgb(53,75,101); }
div.DivClassName
{
background-color: #354B65;
}
.BgClassName
{
background-color: #354B65;
}
</style>
border-color css
<style>
span { border-color: #354B65; }
span { border-color: rgb(53,75,101); }
td.TdClassName
{
border-color: #354B65;
}
.TagClassName
{
border-color: #354B65;
}
</style>