Shades of Cello #354E5E
Tints of Cello #354E5E
RGB
CMYK
RGB Variations
Color information
#354E5E (or 0x354E5E) is known color: Cello. HEX triplet: 35, 4E and 5E. RGB value is (53,78,94). Sum of RGB (Red+Green+Blue) = 53+78+94=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #354E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E5E is #CAB1A1. Grayscale: #484848. Windows color (decimal): -13283746 or 6180405. OLE color: 6180405.
HSL color Cylindrical-coordinate representation of color #354E5E: hue angle of 203.41º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #354E5E is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 78 | 94 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.63 |
| HSL | 203.41º | 0.28% | 0.29% | - |
| HSV(B) | 203.41º | 0.44% | 0.37% | - |
| XYZ | 6.21 | 7.01 | 11.62 | - |
| YUV | 72.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 94 | 0.44 | 0.17 | 0 | 0.63 | 203.41 | 0.28 | 0.29 |
| Hex | 35 | 4E | 5E | 2C | 11 | 0 | 3F | CB | 1C | 1D |
| Octal | 65 | 116 | 136 | 54 | 21 | 0 | 77 | 313 | 34 | 35 |
| Binary | 110101 | 1001110 | 1011110 | 101100 | 10001 | 0 | 111111 | 11001011 | 11100 | 11101 |
Color Harmonies of #354E5E
Complementary color
Monochromatic Colors of #354E5E
Black with #354E5E
Text Example
Text Example
White with #354E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E5E; }
p { color: rgb(53,78,94); }
H1.HeaderClassName
{
color: #354E5E;
}
.AnyTagClassName
{
color: #354E5E;
}
</style>
background-color css
<style>
a { background-color: #354E5E; }
a { background-color: rgb(53,78,94); }
div.DivClassName
{
background-color: #354E5E;
}
.BgClassName
{
background-color: #354E5E;
}
</style>
border-color css
<style>
span { border-color: #354E5E; }
span { border-color: rgb(53,78,94); }
td.TdClassName
{
border-color: #354E5E;
}
.TagClassName
{
border-color: #354E5E;
}
</style>