Shades of Cello #334D6A
Tints of Cello #334D6A
RGB
CMYK
RGB Variations
Color information
#334D6A (or 0x334D6A) is known color: Cello. HEX triplet: 33, 4D and 6A. RGB value is (51,77,106). Sum of RGB (Red+Green+Blue) = 51+77+106=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #334D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D6A is #CCB295. Grayscale: #484848. Windows color (decimal): -13415062 or 6966579. OLE color: 6966579.
HSL color Cylindrical-coordinate representation of color #334D6A: hue angle of 211.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #334D6A is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 77 | 106 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.58 |
| HSL | 211.64º | 0.35% | 0.31% | - |
| HSV(B) | 211.64º | 0.52% | 0.42% | - |
| XYZ | 6.62 | 7.05 | 14.65 | - |
| YUV | 72.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 106 | 0.52 | 0.27 | 0 | 0.58 | 211.64 | 0.35 | 0.31 |
| Hex | 33 | 4D | 6A | 34 | 1B | 0 | 3A | D4 | 23 | 1F |
| Octal | 63 | 115 | 152 | 64 | 33 | 0 | 72 | 324 | 43 | 37 |
| Binary | 110011 | 1001101 | 1101010 | 110100 | 11011 | 0 | 111010 | 11010100 | 100011 | 11111 |
Color Harmonies of #334D6A
Complementary color
Monochromatic Colors of #334D6A
Black with #334D6A
Text Example
Text Example
White with #334D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D6A; }
p { color: rgb(51,77,106); }
H1.HeaderClassName
{
color: #334D6A;
}
.AnyTagClassName
{
color: #334D6A;
}
</style>
background-color css
<style>
a { background-color: #334D6A; }
a { background-color: rgb(51,77,106); }
div.DivClassName
{
background-color: #334D6A;
}
.BgClassName
{
background-color: #334D6A;
}
</style>
border-color css
<style>
span { border-color: #334D6A; }
span { border-color: rgb(51,77,106); }
td.TdClassName
{
border-color: #334D6A;
}
.TagClassName
{
border-color: #334D6A;
}
</style>