Shades of Cello #334C69
Tints of Cello #334C69
RGB
CMYK
RGB Variations
Color information
#334C69 (or 0x334C69) is known color: Cello. HEX triplet: 33, 4C and 69. RGB value is (51,76,105). Sum of RGB (Red+Green+Blue) = 51+76+105=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #334C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C69 is #CCB396. Grayscale: #474747. Windows color (decimal): -13415319 or 6900787. OLE color: 6900787.
HSL color Cylindrical-coordinate representation of color #334C69: hue angle of 212.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334C69 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 76 | 105 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.59 |
| HSL | 212.22º | 0.35% | 0.31% | - |
| HSV(B) | 212.22º | 0.51% | 0.41% | - |
| XYZ | 6.5 | 6.89 | 14.35 | - |
| YUV | 71.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 105 | 0.51 | 0.28 | 0 | 0.59 | 212.22 | 0.35 | 0.31 |
| Hex | 33 | 4C | 69 | 33 | 1C | 0 | 3B | D4 | 23 | 1F |
| Octal | 63 | 114 | 151 | 63 | 34 | 0 | 73 | 324 | 43 | 37 |
| Binary | 110011 | 1001100 | 1101001 | 110011 | 11100 | 0 | 111011 | 11010100 | 100011 | 11111 |
Color Harmonies of #334C69
Complementary color
Monochromatic Colors of #334C69
Black with #334C69
Text Example
Text Example
White with #334C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C69; }
p { color: rgb(51,76,105); }
H1.HeaderClassName
{
color: #334C69;
}
.AnyTagClassName
{
color: #334C69;
}
</style>
background-color css
<style>
a { background-color: #334C69; }
a { background-color: rgb(51,76,105); }
div.DivClassName
{
background-color: #334C69;
}
.BgClassName
{
background-color: #334C69;
}
</style>
border-color css
<style>
span { border-color: #334C69; }
span { border-color: rgb(51,76,105); }
td.TdClassName
{
border-color: #334C69;
}
.TagClassName
{
border-color: #334C69;
}
</style>