Shades of Cello #354E5F
Tints of Cello #354E5F
RGB
CMYK
RGB Variations
Color information
#354E5F (or 0x354E5F) is known color: Cello. HEX triplet: 35, 4E and 5F. RGB value is (53,78,95). Sum of RGB (Red+Green+Blue) = 53+78+95=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #354E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E5F is #CAB1A0. Grayscale: #484848. Windows color (decimal): -13283745 or 6245941. OLE color: 6245941.
HSL color Cylindrical-coordinate representation of color #354E5F: hue angle of 204.29º 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 #354E5F is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 78 | 95 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.63 |
| HSL | 204.29º | 0.28% | 0.29% | - |
| HSV(B) | 204.29º | 0.44% | 0.37% | - |
| XYZ | 6.26 | 7.03 | 11.85 | - |
| YUV | 72.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 95 | 0.44 | 0.18 | 0 | 0.63 | 204.29 | 0.28 | 0.29 |
| Hex | 35 | 4E | 5F | 2C | 12 | 0 | 3F | CC | 1C | 1D |
| Octal | 65 | 116 | 137 | 54 | 22 | 0 | 77 | 314 | 34 | 35 |
| Binary | 110101 | 1001110 | 1011111 | 101100 | 10010 | 0 | 111111 | 11001100 | 11100 | 11101 |
Color Harmonies of #354E5F
Complementary color
Monochromatic Colors of #354E5F
Black with #354E5F
Text Example
Text Example
White with #354E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E5F; }
p { color: rgb(53,78,95); }
H1.HeaderClassName
{
color: #354E5F;
}
.AnyTagClassName
{
color: #354E5F;
}
</style>
background-color css
<style>
a { background-color: #354E5F; }
a { background-color: rgb(53,78,95); }
div.DivClassName
{
background-color: #354E5F;
}
.BgClassName
{
background-color: #354E5F;
}
</style>
border-color css
<style>
span { border-color: #354E5F; }
span { border-color: rgb(53,78,95); }
td.TdClassName
{
border-color: #354E5F;
}
.TagClassName
{
border-color: #354E5F;
}
</style>