Shades of Cello #354E5B
Tints of Cello #354E5B
RGB
CMYK
RGB Variations
Color information
#354E5B (or 0x354E5B) is known color: Cello. HEX triplet: 35, 4E and 5B. RGB value is (53,78,91). Sum of RGB (Red+Green+Blue) = 53+78+91=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #354E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E5B is #CAB1A4. Grayscale: #474747. Windows color (decimal): -13283749 or 5983797. OLE color: 5983797.
HSL color Cylindrical-coordinate representation of color #354E5B: hue angle of 200.53º 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 #354E5B is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 78 | 91 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.64 |
| HSL | 200.53º | 0.26% | 0.28% | - |
| HSV(B) | 200.53º | 0.42% | 0.36% | - |
| XYZ | 6.08 | 6.96 | 10.92 | - |
| YUV | 72.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 91 | 0.42 | 0.14 | 0 | 0.64 | 200.53 | 0.26 | 0.28 |
| Hex | 35 | 4E | 5B | 2A | E | 0 | 40 | C9 | 1A | 1C |
| Octal | 65 | 116 | 133 | 52 | 16 | 0 | 100 | 311 | 32 | 34 |
| Binary | 110101 | 1001110 | 1011011 | 101010 | 1110 | 0 | 1000000 | 11001001 | 11010 | 11100 |
Color Harmonies of #354E5B
Complementary color
Monochromatic Colors of #354E5B
Black with #354E5B
Text Example
Text Example
White with #354E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E5B; }
p { color: rgb(53,78,91); }
H1.HeaderClassName
{
color: #354E5B;
}
.AnyTagClassName
{
color: #354E5B;
}
</style>
background-color css
<style>
a { background-color: #354E5B; }
a { background-color: rgb(53,78,91); }
div.DivClassName
{
background-color: #354E5B;
}
.BgClassName
{
background-color: #354E5B;
}
</style>
border-color css
<style>
span { border-color: #354E5B; }
span { border-color: rgb(53,78,91); }
td.TdClassName
{
border-color: #354E5B;
}
.TagClassName
{
border-color: #354E5B;
}
</style>