Shades of Cello #334F67
Tints of Cello #334F67
RGB
CMYK
RGB Variations
Color information
#334F67 (or 0x334F67) is known color: Cello. HEX triplet: 33, 4F and 67. RGB value is (51,79,103). Sum of RGB (Red+Green+Blue) = 51+79+103=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #334F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F67 is #CCB098. Grayscale: #494949. Windows color (decimal): -13414553 or 6770483. OLE color: 6770483.
HSL color Cylindrical-coordinate representation of color #334F67: hue angle of 207.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334F67 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 79 | 103 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.60 |
| HSL | 207.69º | 0.34% | 0.3% | - |
| HSV(B) | 207.69º | 0.5% | 0.4% | - |
| XYZ | 6.61 | 7.28 | 13.89 | - |
| YUV | 73.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 103 | 0.50 | 0.23 | 0 | 0.60 | 207.69 | 0.34 | 0.3 |
| Hex | 33 | 4F | 67 | 32 | 17 | 0 | 3C | D0 | 22 | 1E |
| Octal | 63 | 117 | 147 | 62 | 27 | 0 | 74 | 320 | 42 | 36 |
| Binary | 110011 | 1001111 | 1100111 | 110010 | 10111 | 0 | 111100 | 11010000 | 100010 | 11110 |
Color Harmonies of #334F67
Complementary color
Monochromatic Colors of #334F67
Black with #334F67
Text Example
Text Example
White with #334F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F67; }
p { color: rgb(51,79,103); }
H1.HeaderClassName
{
color: #334F67;
}
.AnyTagClassName
{
color: #334F67;
}
</style>
background-color css
<style>
a { background-color: #334F67; }
a { background-color: rgb(51,79,103); }
div.DivClassName
{
background-color: #334F67;
}
.BgClassName
{
background-color: #334F67;
}
</style>
border-color css
<style>
span { border-color: #334F67; }
span { border-color: rgb(51,79,103); }
td.TdClassName
{
border-color: #334F67;
}
.TagClassName
{
border-color: #334F67;
}
</style>