Shades of Cello #354A58
Tints of Cello #354A58
RGB
CMYK
RGB Variations
Color information
#354A58 (or 0x354A58) is known color: Cello. HEX triplet: 35, 4A and 58. RGB value is (53,74,88). Sum of RGB (Red+Green+Blue) = 53+74+88=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #354A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A58 is #CAB5A7. Grayscale: #454545. Windows color (decimal): -13284776 or 5786165. OLE color: 5786165.
HSL color Cylindrical-coordinate representation of color #354A58: hue angle of 204º 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 #354A58 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 74 | 88 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.65 |
| HSL | 204º | 0.25% | 0.28% | - |
| HSV(B) | 204º | 0.4% | 0.35% | - |
| XYZ | 5.68 | 6.36 | 10.16 | - |
| YUV | 69.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 88 | 0.40 | 0.16 | 0 | 0.65 | 204 | 0.25 | 0.28 |
| Hex | 35 | 4A | 58 | 28 | 10 | 0 | 41 | CC | 19 | 1C |
| Octal | 65 | 112 | 130 | 50 | 20 | 0 | 101 | 314 | 31 | 34 |
| Binary | 110101 | 1001010 | 1011000 | 101000 | 10000 | 0 | 1000001 | 11001100 | 11001 | 11100 |
Color Harmonies of #354A58
Complementary color
Monochromatic Colors of #354A58
Black with #354A58
Text Example
Text Example
White with #354A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A58; }
p { color: rgb(53,74,88); }
H1.HeaderClassName
{
color: #354A58;
}
.AnyTagClassName
{
color: #354A58;
}
</style>
background-color css
<style>
a { background-color: #354A58; }
a { background-color: rgb(53,74,88); }
div.DivClassName
{
background-color: #354A58;
}
.BgClassName
{
background-color: #354A58;
}
</style>
border-color css
<style>
span { border-color: #354A58; }
span { border-color: rgb(53,74,88); }
td.TdClassName
{
border-color: #354A58;
}
.TagClassName
{
border-color: #354A58;
}
</style>