Shades of Cello #345163
Tints of Cello #345163
RGB
CMYK
RGB Variations
Color information
#345163 (or 0x345163) is known color: Cello. HEX triplet: 34, 51 and 63. RGB value is (52,81,99). Sum of RGB (Red+Green+Blue) = 52+81+99=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #345163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345163 is #CBAE9C. Grayscale: #4A4A4A. Windows color (decimal): -13348509 or 6508852. OLE color: 6508852.
HSL color Cylindrical-coordinate representation of color #345163: hue angle of 202.98º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345163 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 81 | 99 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.61 |
| HSL | 202.98º | 0.31% | 0.3% | - |
| HSV(B) | 202.98º | 0.47% | 0.39% | - |
| XYZ | 6.61 | 7.52 | 12.91 | - |
| YUV | 74.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 99 | 0.47 | 0.18 | 0 | 0.61 | 202.98 | 0.31 | 0.3 |
| Hex | 34 | 51 | 63 | 2F | 12 | 0 | 3D | CB | 1F | 1E |
| Octal | 64 | 121 | 143 | 57 | 22 | 0 | 75 | 313 | 37 | 36 |
| Binary | 110100 | 1010001 | 1100011 | 101111 | 10010 | 0 | 111101 | 11001011 | 11111 | 11110 |
Color Harmonies of #345163
Complementary color
Monochromatic Colors of #345163
Black with #345163
Text Example
Text Example
White with #345163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345163; }
p { color: rgb(52,81,99); }
H1.HeaderClassName
{
color: #345163;
}
.AnyTagClassName
{
color: #345163;
}
</style>
background-color css
<style>
a { background-color: #345163; }
a { background-color: rgb(52,81,99); }
div.DivClassName
{
background-color: #345163;
}
.BgClassName
{
background-color: #345163;
}
</style>
border-color css
<style>
span { border-color: #345163; }
span { border-color: rgb(52,81,99); }
td.TdClassName
{
border-color: #345163;
}
.TagClassName
{
border-color: #345163;
}
</style>