Shades of Cello #334F65
Tints of Cello #334F65
RGB
CMYK
RGB Variations
Color information
#334F65 (or 0x334F65) is known color: Cello. HEX triplet: 33, 4F and 65. RGB value is (51,79,101). Sum of RGB (Red+Green+Blue) = 51+79+101=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #334F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F65 is #CCB09A. Grayscale: #494949. Windows color (decimal): -13414555 or 6639411. OLE color: 6639411.
HSL color Cylindrical-coordinate representation of color #334F65: hue angle of 206.4º 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 #334F65 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 79 | 101 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.60 |
| HSL | 206.4º | 0.33% | 0.3% | - |
| HSV(B) | 206.4º | 0.5% | 0.4% | - |
| XYZ | 6.51 | 7.24 | 13.37 | - |
| YUV | 73.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 101 | 0.50 | 0.22 | 0 | 0.60 | 206.4 | 0.33 | 0.3 |
| Hex | 33 | 4F | 65 | 32 | 16 | 0 | 3C | CE | 21 | 1E |
| Octal | 63 | 117 | 145 | 62 | 26 | 0 | 74 | 316 | 41 | 36 |
| Binary | 110011 | 1001111 | 1100101 | 110010 | 10110 | 0 | 111100 | 11001110 | 100001 | 11110 |
Color Harmonies of #334F65
Complementary color
Monochromatic Colors of #334F65
Black with #334F65
Text Example
Text Example
White with #334F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F65; }
p { color: rgb(51,79,101); }
H1.HeaderClassName
{
color: #334F65;
}
.AnyTagClassName
{
color: #334F65;
}
</style>
background-color css
<style>
a { background-color: #334F65; }
a { background-color: rgb(51,79,101); }
div.DivClassName
{
background-color: #334F65;
}
.BgClassName
{
background-color: #334F65;
}
</style>
border-color css
<style>
span { border-color: #334F65; }
span { border-color: rgb(51,79,101); }
td.TdClassName
{
border-color: #334F65;
}
.TagClassName
{
border-color: #334F65;
}
</style>