Shades of Cello #334759
Tints of Cello #334759
RGB
CMYK
RGB Variations
Color information
#334759 (or 0x334759) is known color: Cello. HEX triplet: 33, 47 and 59. RGB value is (51,71,89). Sum of RGB (Red+Green+Blue) = 51+71+89=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #334759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334759 is #CCB8A6. Grayscale: #424242. Windows color (decimal): -13416615 or 5850931. OLE color: 5850931.
HSL color Cylindrical-coordinate representation of color #334759: hue angle of 208.42º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334759 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 71 | 89 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.65 |
| HSL | 208.42º | 0.27% | 0.27% | - |
| HSV(B) | 208.42º | 0.43% | 0.35% | - |
| XYZ | 5.42 | 5.93 | 10.31 | - |
| YUV | 67.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 89 | 0.43 | 0.20 | 0 | 0.65 | 208.42 | 0.27 | 0.27 |
| Hex | 33 | 47 | 59 | 2B | 14 | 0 | 41 | D0 | 1B | 1B |
| Octal | 63 | 107 | 131 | 53 | 24 | 0 | 101 | 320 | 33 | 33 |
| Binary | 110011 | 1000111 | 1011001 | 101011 | 10100 | 0 | 1000001 | 11010000 | 11011 | 11011 |
Color Harmonies of #334759
Complementary color
Monochromatic Colors of #334759
Black with #334759
Text Example
Text Example
White with #334759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334759; }
p { color: rgb(51,71,89); }
H1.HeaderClassName
{
color: #334759;
}
.AnyTagClassName
{
color: #334759;
}
</style>
background-color css
<style>
a { background-color: #334759; }
a { background-color: rgb(51,71,89); }
div.DivClassName
{
background-color: #334759;
}
.BgClassName
{
background-color: #334759;
}
</style>
border-color css
<style>
span { border-color: #334759; }
span { border-color: rgb(51,71,89); }
td.TdClassName
{
border-color: #334759;
}
.TagClassName
{
border-color: #334759;
}
</style>