Shades of Cello #334C65
Tints of Cello #334C65
RGB
CMYK
RGB Variations
Color information
#334C65 (or 0x334C65) is known color: Cello. HEX triplet: 33, 4C and 65. RGB value is (51,76,101). Sum of RGB (Red+Green+Blue) = 51+76+101=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #334C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C65 is #CCB39A. Grayscale: #474747. Windows color (decimal): -13415323 or 6638643. OLE color: 6638643.
HSL color Cylindrical-coordinate representation of color #334C65: hue angle of 210º 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 #334C65 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 76 | 101 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.60 |
| HSL | 210º | 0.33% | 0.3% | - |
| HSV(B) | 210º | 0.5% | 0.4% | - |
| XYZ | 6.3 | 6.81 | 13.29 | - |
| YUV | 71.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 101 | 0.50 | 0.25 | 0 | 0.60 | 210 | 0.33 | 0.3 |
| Hex | 33 | 4C | 65 | 32 | 19 | 0 | 3C | D2 | 21 | 1E |
| Octal | 63 | 114 | 145 | 62 | 31 | 0 | 74 | 322 | 41 | 36 |
| Binary | 110011 | 1001100 | 1100101 | 110010 | 11001 | 0 | 111100 | 11010010 | 100001 | 11110 |
Color Harmonies of #334C65
Complementary color
Monochromatic Colors of #334C65
Black with #334C65
Text Example
Text Example
White with #334C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C65; }
p { color: rgb(51,76,101); }
H1.HeaderClassName
{
color: #334C65;
}
.AnyTagClassName
{
color: #334C65;
}
</style>
background-color css
<style>
a { background-color: #334C65; }
a { background-color: rgb(51,76,101); }
div.DivClassName
{
background-color: #334C65;
}
.BgClassName
{
background-color: #334C65;
}
</style>
border-color css
<style>
span { border-color: #334C65; }
span { border-color: rgb(51,76,101); }
td.TdClassName
{
border-color: #334C65;
}
.TagClassName
{
border-color: #334C65;
}
</style>