Shades of Cello #35475A
Tints of Cello #35475A
RGB
CMYK
RGB Variations
Color information
#35475A (or 0x35475A) is known color: Cello. HEX triplet: 35, 47 and 5A. RGB value is (53,71,90). Sum of RGB (Red+Green+Blue) = 53+71+90=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #35475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35475A is #CAB8A5. Grayscale: #434343. Windows color (decimal): -13285542 or 5916469. OLE color: 5916469.
HSL color Cylindrical-coordinate representation of color #35475A: hue angle of 210.81º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35475A is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 71 | 90 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.65 |
| HSL | 210.81º | 0.26% | 0.28% | - |
| HSV(B) | 210.81º | 0.41% | 0.35% | - |
| XYZ | 5.57 | 6 | 10.54 | - |
| YUV | 67.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 90 | 0.41 | 0.21 | 0 | 0.65 | 210.81 | 0.26 | 0.28 |
| Hex | 35 | 47 | 5A | 29 | 15 | 0 | 41 | D3 | 1A | 1C |
| Octal | 65 | 107 | 132 | 51 | 25 | 0 | 101 | 323 | 32 | 34 |
| Binary | 110101 | 1000111 | 1011010 | 101001 | 10101 | 0 | 1000001 | 11010011 | 11010 | 11100 |
Color Harmonies of #35475A
Complementary color
Monochromatic Colors of #35475A
Black with #35475A
Text Example
Text Example
White with #35475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35475A; }
p { color: rgb(53,71,90); }
H1.HeaderClassName
{
color: #35475A;
}
.AnyTagClassName
{
color: #35475A;
}
</style>
background-color css
<style>
a { background-color: #35475A; }
a { background-color: rgb(53,71,90); }
div.DivClassName
{
background-color: #35475A;
}
.BgClassName
{
background-color: #35475A;
}
</style>
border-color css
<style>
span { border-color: #35475A; }
span { border-color: rgb(53,71,90); }
td.TdClassName
{
border-color: #35475A;
}
.TagClassName
{
border-color: #35475A;
}
</style>