Shades of Cello #354E5C
Tints of Cello #354E5C
RGB
CMYK
RGB Variations
Color information
#354E5C (or 0x354E5C) is known color: Cello. HEX triplet: 35, 4E and 5C. RGB value is (53,78,92). Sum of RGB (Red+Green+Blue) = 53+78+92=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #354E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E5C is #CAB1A3. Grayscale: #484848. Windows color (decimal): -13283748 or 6049333. OLE color: 6049333.
HSL color Cylindrical-coordinate representation of color #354E5C: hue angle of 201.54º degrees, saturation: 0.27, 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 #354E5C is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 78 | 92 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.64 |
| HSL | 201.54º | 0.27% | 0.28% | - |
| HSV(B) | 201.54º | 0.42% | 0.36% | - |
| XYZ | 6.12 | 6.98 | 11.15 | - |
| YUV | 72.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 92 | 0.42 | 0.15 | 0 | 0.64 | 201.54 | 0.27 | 0.28 |
| Hex | 35 | 4E | 5C | 2A | F | 0 | 40 | CA | 1B | 1C |
| Octal | 65 | 116 | 134 | 52 | 17 | 0 | 100 | 312 | 33 | 34 |
| Binary | 110101 | 1001110 | 1011100 | 101010 | 1111 | 0 | 1000000 | 11001010 | 11011 | 11100 |
Color Harmonies of #354E5C
Complementary color
Monochromatic Colors of #354E5C
Black with #354E5C
Text Example
Text Example
White with #354E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E5C; }
p { color: rgb(53,78,92); }
H1.HeaderClassName
{
color: #354E5C;
}
.AnyTagClassName
{
color: #354E5C;
}
</style>
background-color css
<style>
a { background-color: #354E5C; }
a { background-color: rgb(53,78,92); }
div.DivClassName
{
background-color: #354E5C;
}
.BgClassName
{
background-color: #354E5C;
}
</style>
border-color css
<style>
span { border-color: #354E5C; }
span { border-color: rgb(53,78,92); }
td.TdClassName
{
border-color: #354E5C;
}
.TagClassName
{
border-color: #354E5C;
}
</style>