Shades of Cello #334861
Tints of Cello #334861
RGB
CMYK
RGB Variations
Color information
#334861 (or 0x334861) is known color: Cello. HEX triplet: 33, 48 and 61. RGB value is (51,72,97). Sum of RGB (Red+Green+Blue) = 51+72+97=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #334861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334861 is #CCB79E. Grayscale: #444444. Windows color (decimal): -13416351 or 6375475. OLE color: 6375475.
HSL color Cylindrical-coordinate representation of color #334861: hue angle of 212.61º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334861 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 72 | 97 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.62 |
| HSL | 212.61º | 0.31% | 0.29% | - |
| HSV(B) | 212.61º | 0.47% | 0.38% | - |
| XYZ | 5.84 | 6.2 | 12.2 | - |
| YUV | 68.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 97 | 0.47 | 0.26 | 0 | 0.62 | 212.61 | 0.31 | 0.29 |
| Hex | 33 | 48 | 61 | 2F | 1A | 0 | 3E | D5 | 1F | 1D |
| Octal | 63 | 110 | 141 | 57 | 32 | 0 | 76 | 325 | 37 | 35 |
| Binary | 110011 | 1001000 | 1100001 | 101111 | 11010 | 0 | 111110 | 11010101 | 11111 | 11101 |
Color Harmonies of #334861
Complementary color
Monochromatic Colors of #334861
Black with #334861
Text Example
Text Example
White with #334861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334861; }
p { color: rgb(51,72,97); }
H1.HeaderClassName
{
color: #334861;
}
.AnyTagClassName
{
color: #334861;
}
</style>
background-color css
<style>
a { background-color: #334861; }
a { background-color: rgb(51,72,97); }
div.DivClassName
{
background-color: #334861;
}
.BgClassName
{
background-color: #334861;
}
</style>
border-color css
<style>
span { border-color: #334861; }
span { border-color: rgb(51,72,97); }
td.TdClassName
{
border-color: #334861;
}
.TagClassName
{
border-color: #334861;
}
</style>