Shades of Cello #355469
Tints of Cello #355469
RGB
CMYK
RGB Variations
Color information
#355469 (or 0x355469) is known color: Cello. HEX triplet: 35, 54 and 69. RGB value is (53,84,105). Sum of RGB (Red+Green+Blue) = 53+84+105=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #355469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355469 is #CAAB96. Grayscale: #4D4D4D. Windows color (decimal): -13282199 or 6902837. OLE color: 6902837.
HSL color Cylindrical-coordinate representation of color #355469: hue angle of 204.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355469 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 84 | 105 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.59 |
| HSL | 204.23º | 0.33% | 0.31% | - |
| HSV(B) | 204.23º | 0.5% | 0.41% | - |
| XYZ | 7.19 | 8.12 | 14.55 | - |
| YUV | 77.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 105 | 0.50 | 0.20 | 0 | 0.59 | 204.23 | 0.33 | 0.31 |
| Hex | 35 | 54 | 69 | 32 | 14 | 0 | 3B | CC | 21 | 1F |
| Octal | 65 | 124 | 151 | 62 | 24 | 0 | 73 | 314 | 41 | 37 |
| Binary | 110101 | 1010100 | 1101001 | 110010 | 10100 | 0 | 111011 | 11001100 | 100001 | 11111 |
Color Harmonies of #355469
Complementary color
Monochromatic Colors of #355469
Black with #355469
Text Example
Text Example
White with #355469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355469; }
p { color: rgb(53,84,105); }
H1.HeaderClassName
{
color: #355469;
}
.AnyTagClassName
{
color: #355469;
}
</style>
background-color css
<style>
a { background-color: #355469; }
a { background-color: rgb(53,84,105); }
div.DivClassName
{
background-color: #355469;
}
.BgClassName
{
background-color: #355469;
}
</style>
border-color css
<style>
span { border-color: #355469; }
span { border-color: rgb(53,84,105); }
td.TdClassName
{
border-color: #355469;
}
.TagClassName
{
border-color: #355469;
}
</style>