Shades of Cello #334D65
Tints of Cello #334D65
RGB
CMYK
RGB Variations
Color information
#334D65 (or 0x334D65) is known color: Cello. HEX triplet: 33, 4D and 65. RGB value is (51,77,101). Sum of RGB (Red+Green+Blue) = 51+77+101=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 77 (30.47% from 255 or 33.62% 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 #334D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D65 is #CCB29A. Grayscale: #474747. Windows color (decimal): -13415067 or 6638899. OLE color: 6638899.
HSL color Cylindrical-coordinate representation of color #334D65: hue angle of 208.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334D65 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 77 | 101 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.60 |
| HSL | 208.8º | 0.33% | 0.3% | - |
| HSV(B) | 208.8º | 0.5% | 0.4% | - |
| XYZ | 6.37 | 6.95 | 13.32 | - |
| YUV | 71.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 101 | 0.50 | 0.24 | 0 | 0.60 | 208.8 | 0.33 | 0.3 |
| Hex | 33 | 4D | 65 | 32 | 18 | 0 | 3C | D1 | 21 | 1E |
| Octal | 63 | 115 | 145 | 62 | 30 | 0 | 74 | 321 | 41 | 36 |
| Binary | 110011 | 1001101 | 1100101 | 110010 | 11000 | 0 | 111100 | 11010001 | 100001 | 11110 |
Color Harmonies of #334D65
Complementary color
Monochromatic Colors of #334D65
Black with #334D65
Text Example
Text Example
White with #334D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D65; }
p { color: rgb(51,77,101); }
H1.HeaderClassName
{
color: #334D65;
}
.AnyTagClassName
{
color: #334D65;
}
</style>
background-color css
<style>
a { background-color: #334D65; }
a { background-color: rgb(51,77,101); }
div.DivClassName
{
background-color: #334D65;
}
.BgClassName
{
background-color: #334D65;
}
</style>
border-color css
<style>
span { border-color: #334D65; }
span { border-color: rgb(51,77,101); }
td.TdClassName
{
border-color: #334D65;
}
.TagClassName
{
border-color: #334D65;
}
</style>