Shades of Cello #344C65
Tints of Cello #344C65
RGB
CMYK
RGB Variations
Color information
#344C65 (or 0x344C65) is known color: Cello. HEX triplet: 34, 4C and 65. RGB value is (52,76,101). Sum of RGB (Red+Green+Blue) = 52+76+101=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #344C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C65 is #CBB39A. Grayscale: #474747. Windows color (decimal): -13349787 or 6638644. OLE color: 6638644.
HSL color Cylindrical-coordinate representation of color #344C65: hue angle of 210.61º 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 #344C65 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 76 | 101 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.60 |
| HSL | 210.61º | 0.32% | 0.3% | - |
| HSV(B) | 210.61º | 0.49% | 0.4% | - |
| XYZ | 6.35 | 6.84 | 13.3 | - |
| YUV | 71.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 101 | 0.49 | 0.25 | 0 | 0.60 | 210.61 | 0.32 | 0.3 |
| Hex | 34 | 4C | 65 | 31 | 19 | 0 | 3C | D3 | 20 | 1E |
| Octal | 64 | 114 | 145 | 61 | 31 | 0 | 74 | 323 | 40 | 36 |
| Binary | 110100 | 1001100 | 1100101 | 110001 | 11001 | 0 | 111100 | 11010011 | 100000 | 11110 |
Color Harmonies of #344C65
Complementary color
Monochromatic Colors of #344C65
Black with #344C65
Text Example
Text Example
White with #344C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C65; }
p { color: rgb(52,76,101); }
H1.HeaderClassName
{
color: #344C65;
}
.AnyTagClassName
{
color: #344C65;
}
</style>
background-color css
<style>
a { background-color: #344C65; }
a { background-color: rgb(52,76,101); }
div.DivClassName
{
background-color: #344C65;
}
.BgClassName
{
background-color: #344C65;
}
</style>
border-color css
<style>
span { border-color: #344C65; }
span { border-color: rgb(52,76,101); }
td.TdClassName
{
border-color: #344C65;
}
.TagClassName
{
border-color: #344C65;
}
</style>