Shades of Cello #344758
Tints of Cello #344758
RGB
CMYK
RGB Variations
Color information
#344758 (or 0x344758) is known color: Cello. HEX triplet: 34, 47 and 58. RGB value is (52,71,88). Sum of RGB (Red+Green+Blue) = 52+71+88=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #344758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344758 is #CBB8A7. Grayscale: #434343. Windows color (decimal): -13351080 or 5785396. OLE color: 5785396.
HSL color Cylindrical-coordinate representation of color #344758: hue angle of 208.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344758 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 71 | 88 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.65 |
| HSL | 208.33º | 0.26% | 0.27% | - |
| HSV(B) | 208.33º | 0.41% | 0.35% | - |
| XYZ | 5.43 | 5.94 | 10.09 | - |
| YUV | 67.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 88 | 0.41 | 0.19 | 0 | 0.65 | 208.33 | 0.26 | 0.27 |
| Hex | 34 | 47 | 58 | 29 | 13 | 0 | 41 | D0 | 1A | 1B |
| Octal | 64 | 107 | 130 | 51 | 23 | 0 | 101 | 320 | 32 | 33 |
| Binary | 110100 | 1000111 | 1011000 | 101001 | 10011 | 0 | 1000001 | 11010000 | 11010 | 11011 |
Color Harmonies of #344758
Complementary color
Monochromatic Colors of #344758
Black with #344758
Text Example
Text Example
White with #344758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344758; }
p { color: rgb(52,71,88); }
H1.HeaderClassName
{
color: #344758;
}
.AnyTagClassName
{
color: #344758;
}
</style>
background-color css
<style>
a { background-color: #344758; }
a { background-color: rgb(52,71,88); }
div.DivClassName
{
background-color: #344758;
}
.BgClassName
{
background-color: #344758;
}
</style>
border-color css
<style>
span { border-color: #344758; }
span { border-color: rgb(52,71,88); }
td.TdClassName
{
border-color: #344758;
}
.TagClassName
{
border-color: #344758;
}
</style>