Shades of Cello #354A64
Tints of Cello #354A64
RGB
CMYK
RGB Variations
Color information
#354A64 (or 0x354A64) is known color: Cello. HEX triplet: 35, 4A and 64. RGB value is (53,74,100). Sum of RGB (Red+Green+Blue) = 53+74+100=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 100 - color contains mainly: blue. Hex color #354A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A64 is #CAB59B. Grayscale: #464646. Windows color (decimal): -13284764 or 6572597. OLE color: 6572597.
HSL color Cylindrical-coordinate representation of color #354A64: hue angle of 213.19º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #354A64 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 74 | 100 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.61 |
| HSL | 213.19º | 0.31% | 0.3% | - |
| HSV(B) | 213.19º | 0.47% | 0.39% | - |
| XYZ | 6.22 | 6.57 | 13 | - |
| YUV | 70.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 100 | 0.47 | 0.26 | 0 | 0.61 | 213.19 | 0.31 | 0.3 |
| Hex | 35 | 4A | 64 | 2F | 1A | 0 | 3D | D5 | 1F | 1E |
| Octal | 65 | 112 | 144 | 57 | 32 | 0 | 75 | 325 | 37 | 36 |
| Binary | 110101 | 1001010 | 1100100 | 101111 | 11010 | 0 | 111101 | 11010101 | 11111 | 11110 |
Color Harmonies of #354A64
Complementary color
Monochromatic Colors of #354A64
Black with #354A64
Text Example
Text Example
White with #354A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A64; }
p { color: rgb(53,74,100); }
H1.HeaderClassName
{
color: #354A64;
}
.AnyTagClassName
{
color: #354A64;
}
</style>
background-color css
<style>
a { background-color: #354A64; }
a { background-color: rgb(53,74,100); }
div.DivClassName
{
background-color: #354A64;
}
.BgClassName
{
background-color: #354A64;
}
</style>
border-color css
<style>
span { border-color: #354A64; }
span { border-color: rgb(53,74,100); }
td.TdClassName
{
border-color: #354A64;
}
.TagClassName
{
border-color: #354A64;
}
</style>