Shades of Cello #345265
Tints of Cello #345265
RGB
CMYK
RGB Variations
Color information
#345265 (or 0x345265) is known color: Cello. HEX triplet: 34, 52 and 65. RGB value is (52,82,101). Sum of RGB (Red+Green+Blue) = 52+82+101=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #345265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345265 is #CBAD9A. Grayscale: #4B4B4B. Windows color (decimal): -13348251 or 6640180. OLE color: 6640180.
HSL color Cylindrical-coordinate representation of color #345265: hue angle of 203.27º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #345265 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 82 | 101 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.60 |
| HSL | 203.27º | 0.32% | 0.3% | - |
| HSV(B) | 203.27º | 0.49% | 0.4% | - |
| XYZ | 6.78 | 7.7 | 13.44 | - |
| YUV | 75.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 101 | 0.49 | 0.19 | 0 | 0.60 | 203.27 | 0.32 | 0.3 |
| Hex | 34 | 52 | 65 | 31 | 13 | 0 | 3C | CB | 20 | 1E |
| Octal | 64 | 122 | 145 | 61 | 23 | 0 | 74 | 313 | 40 | 36 |
| Binary | 110100 | 1010010 | 1100101 | 110001 | 10011 | 0 | 111100 | 11001011 | 100000 | 11110 |
Color Harmonies of #345265
Complementary color
Monochromatic Colors of #345265
Black with #345265
Text Example
Text Example
White with #345265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345265; }
p { color: rgb(52,82,101); }
H1.HeaderClassName
{
color: #345265;
}
.AnyTagClassName
{
color: #345265;
}
</style>
background-color css
<style>
a { background-color: #345265; }
a { background-color: rgb(52,82,101); }
div.DivClassName
{
background-color: #345265;
}
.BgClassName
{
background-color: #345265;
}
</style>
border-color css
<style>
span { border-color: #345265; }
span { border-color: rgb(52,82,101); }
td.TdClassName
{
border-color: #345265;
}
.TagClassName
{
border-color: #345265;
}
</style>