Shades of Cello #334763
Tints of Cello #334763
RGB
CMYK
RGB Variations
Color information
#334763 (or 0x334763) is known color: Cello. HEX triplet: 33, 47 and 63. RGB value is (51,71,99). Sum of RGB (Red+Green+Blue) = 51+71+99=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #334763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334763 is #CCB89C. Grayscale: #444444. Windows color (decimal): -13416605 or 6506291. OLE color: 6506291.
HSL color Cylindrical-coordinate representation of color #334763: hue angle of 215º 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 #334763 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 71 | 99 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.61 |
| HSL | 215º | 0.32% | 0.29% | - |
| HSV(B) | 215º | 0.48% | 0.39% | - |
| XYZ | 5.87 | 6.11 | 12.67 | - |
| YUV | 68.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 99 | 0.48 | 0.28 | 0 | 0.61 | 215 | 0.32 | 0.29 |
| Hex | 33 | 47 | 63 | 30 | 1C | 0 | 3D | D7 | 20 | 1D |
| Octal | 63 | 107 | 143 | 60 | 34 | 0 | 75 | 327 | 40 | 35 |
| Binary | 110011 | 1000111 | 1100011 | 110000 | 11100 | 0 | 111101 | 11010111 | 100000 | 11101 |
Color Harmonies of #334763
Complementary color
Monochromatic Colors of #334763
Black with #334763
Text Example
Text Example
White with #334763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334763; }
p { color: rgb(51,71,99); }
H1.HeaderClassName
{
color: #334763;
}
.AnyTagClassName
{
color: #334763;
}
</style>
background-color css
<style>
a { background-color: #334763; }
a { background-color: rgb(51,71,99); }
div.DivClassName
{
background-color: #334763;
}
.BgClassName
{
background-color: #334763;
}
</style>
border-color css
<style>
span { border-color: #334763; }
span { border-color: rgb(51,71,99); }
td.TdClassName
{
border-color: #334763;
}
.TagClassName
{
border-color: #334763;
}
</style>