Shades of Cello #354A5B
Tints of Cello #354A5B
RGB
CMYK
RGB Variations
Color information
#354A5B (or 0x354A5B) is known color: Cello. HEX triplet: 35, 4A and 5B. RGB value is (53,74,91). Sum of RGB (Red+Green+Blue) = 53+74+91=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #354A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A5B is #CAB5A4. Grayscale: #454545. Windows color (decimal): -13284773 or 5982773. OLE color: 5982773.
HSL color Cylindrical-coordinate representation of color #354A5B: hue angle of 206.84º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #354A5B is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 74 | 91 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.64 |
| HSL | 206.84º | 0.26% | 0.28% | - |
| HSV(B) | 206.84º | 0.42% | 0.36% | - |
| XYZ | 5.81 | 6.41 | 10.83 | - |
| YUV | 69.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 91 | 0.42 | 0.19 | 0 | 0.64 | 206.84 | 0.26 | 0.28 |
| Hex | 35 | 4A | 5B | 2A | 13 | 0 | 40 | CF | 1A | 1C |
| Octal | 65 | 112 | 133 | 52 | 23 | 0 | 100 | 317 | 32 | 34 |
| Binary | 110101 | 1001010 | 1011011 | 101010 | 10011 | 0 | 1000000 | 11001111 | 11010 | 11100 |
Color Harmonies of #354A5B
Complementary color
Monochromatic Colors of #354A5B
Black with #354A5B
Text Example
Text Example
White with #354A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A5B; }
p { color: rgb(53,74,91); }
H1.HeaderClassName
{
color: #354A5B;
}
.AnyTagClassName
{
color: #354A5B;
}
</style>
background-color css
<style>
a { background-color: #354A5B; }
a { background-color: rgb(53,74,91); }
div.DivClassName
{
background-color: #354A5B;
}
.BgClassName
{
background-color: #354A5B;
}
</style>
border-color css
<style>
span { border-color: #354A5B; }
span { border-color: rgb(53,74,91); }
td.TdClassName
{
border-color: #354A5B;
}
.TagClassName
{
border-color: #354A5B;
}
</style>