Shades of Cello #354A60
Tints of Cello #354A60
RGB
CMYK
RGB Variations
Color information
#354A60 (or 0x354A60) is known color: Cello. HEX triplet: 35, 4A and 60. RGB value is (53,74,96). Sum of RGB (Red+Green+Blue) = 53+74+96=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #354A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A60 is #CAB59F. Grayscale: #464646. Windows color (decimal): -13284768 or 6310453. OLE color: 6310453.
HSL color Cylindrical-coordinate representation of color #354A60: hue angle of 210.7º 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 #354A60 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 74 | 96 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.62 |
| HSL | 210.7º | 0.29% | 0.29% | - |
| HSV(B) | 210.7º | 0.45% | 0.38% | - |
| XYZ | 6.03 | 6.5 | 12 | - |
| YUV | 70.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 96 | 0.45 | 0.23 | 0 | 0.62 | 210.7 | 0.29 | 0.29 |
| Hex | 35 | 4A | 60 | 2D | 17 | 0 | 3E | D3 | 1D | 1D |
| Octal | 65 | 112 | 140 | 55 | 27 | 0 | 76 | 323 | 35 | 35 |
| Binary | 110101 | 1001010 | 1100000 | 101101 | 10111 | 0 | 111110 | 11010011 | 11101 | 11101 |
Color Harmonies of #354A60
Complementary color
Monochromatic Colors of #354A60
Black with #354A60
Text Example
Text Example
White with #354A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A60; }
p { color: rgb(53,74,96); }
H1.HeaderClassName
{
color: #354A60;
}
.AnyTagClassName
{
color: #354A60;
}
</style>
background-color css
<style>
a { background-color: #354A60; }
a { background-color: rgb(53,74,96); }
div.DivClassName
{
background-color: #354A60;
}
.BgClassName
{
background-color: #354A60;
}
</style>
border-color css
<style>
span { border-color: #354A60; }
span { border-color: rgb(53,74,96); }
td.TdClassName
{
border-color: #354A60;
}
.TagClassName
{
border-color: #354A60;
}
</style>