Shades of Cello #334D63
Tints of Cello #334D63
RGB
CMYK
RGB Variations
Color information
#334D63 (or 0x334D63) is known color: Cello. HEX triplet: 33, 4D and 63. RGB value is (51,77,99). Sum of RGB (Red+Green+Blue) = 51+77+99=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #334D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D63 is #CCB29C. Grayscale: #474747. Windows color (decimal): -13415069 or 6507827. OLE color: 6507827.
HSL color Cylindrical-coordinate representation of color #334D63: hue angle of 207.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334D63 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 77 | 99 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.61 |
| HSL | 207.5º | 0.32% | 0.29% | - |
| HSV(B) | 207.5º | 0.48% | 0.39% | - |
| XYZ | 6.27 | 6.91 | 12.81 | - |
| YUV | 71.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 99 | 0.48 | 0.22 | 0 | 0.61 | 207.5 | 0.32 | 0.29 |
| Hex | 33 | 4D | 63 | 30 | 16 | 0 | 3D | D0 | 20 | 1D |
| Octal | 63 | 115 | 143 | 60 | 26 | 0 | 75 | 320 | 40 | 35 |
| Binary | 110011 | 1001101 | 1100011 | 110000 | 10110 | 0 | 111101 | 11010000 | 100000 | 11101 |
Color Harmonies of #334D63
Complementary color
Monochromatic Colors of #334D63
Black with #334D63
Text Example
Text Example
White with #334D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D63; }
p { color: rgb(51,77,99); }
H1.HeaderClassName
{
color: #334D63;
}
.AnyTagClassName
{
color: #334D63;
}
</style>
background-color css
<style>
a { background-color: #334D63; }
a { background-color: rgb(51,77,99); }
div.DivClassName
{
background-color: #334D63;
}
.BgClassName
{
background-color: #334D63;
}
</style>
border-color css
<style>
span { border-color: #334D63; }
span { border-color: rgb(51,77,99); }
td.TdClassName
{
border-color: #334D63;
}
.TagClassName
{
border-color: #334D63;
}
</style>