Shades of Cello #345061
Tints of Cello #345061
RGB
CMYK
RGB Variations
Color information
#345061 (or 0x345061) is known color: Cello. HEX triplet: 34, 50 and 61. RGB value is (52,80,97). Sum of RGB (Red+Green+Blue) = 52+80+97=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #345061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345061 is #CBAF9E. Grayscale: #494949. Windows color (decimal): -13348767 or 6377524. OLE color: 6377524.
HSL color Cylindrical-coordinate representation of color #345061: hue angle of 202.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345061 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 80 | 97 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.62 |
| HSL | 202.67º | 0.3% | 0.29% | - |
| HSV(B) | 202.67º | 0.46% | 0.38% | - |
| XYZ | 6.44 | 7.33 | 12.38 | - |
| YUV | 73.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 97 | 0.46 | 0.18 | 0 | 0.62 | 202.67 | 0.3 | 0.29 |
| Hex | 34 | 50 | 61 | 2E | 12 | 0 | 3E | CB | 1E | 1D |
| Octal | 64 | 120 | 141 | 56 | 22 | 0 | 76 | 313 | 36 | 35 |
| Binary | 110100 | 1010000 | 1100001 | 101110 | 10010 | 0 | 111110 | 11001011 | 11110 | 11101 |
Color Harmonies of #345061
Complementary color
Monochromatic Colors of #345061
Black with #345061
Text Example
Text Example
White with #345061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345061; }
p { color: rgb(52,80,97); }
H1.HeaderClassName
{
color: #345061;
}
.AnyTagClassName
{
color: #345061;
}
</style>
background-color css
<style>
a { background-color: #345061; }
a { background-color: rgb(52,80,97); }
div.DivClassName
{
background-color: #345061;
}
.BgClassName
{
background-color: #345061;
}
</style>
border-color css
<style>
span { border-color: #345061; }
span { border-color: rgb(52,80,97); }
td.TdClassName
{
border-color: #345061;
}
.TagClassName
{
border-color: #345061;
}
</style>