Shades of Cello #334D62
Tints of Cello #334D62
RGB
CMYK
RGB Variations
Color information
#334D62 (or 0x334D62) is known color: Cello. HEX triplet: 33, 4D and 62. RGB value is (51,77,98). Sum of RGB (Red+Green+Blue) = 51+77+98=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #334D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D62 is #CCB29D. Grayscale: #474747. Windows color (decimal): -13415070 or 6442291. OLE color: 6442291.
HSL color Cylindrical-coordinate representation of color #334D62: hue angle of 206.81º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334D62 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 77 | 98 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.62 |
| HSL | 206.81º | 0.32% | 0.29% | - |
| HSV(B) | 206.81º | 0.48% | 0.38% | - |
| XYZ | 6.22 | 6.89 | 12.56 | - |
| YUV | 71.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 98 | 0.48 | 0.21 | 0 | 0.62 | 206.81 | 0.32 | 0.29 |
| Hex | 33 | 4D | 62 | 30 | 15 | 0 | 3E | CF | 20 | 1D |
| Octal | 63 | 115 | 142 | 60 | 25 | 0 | 76 | 317 | 40 | 35 |
| Binary | 110011 | 1001101 | 1100010 | 110000 | 10101 | 0 | 111110 | 11001111 | 100000 | 11101 |
Color Harmonies of #334D62
Complementary color
Monochromatic Colors of #334D62
Black with #334D62
Text Example
Text Example
White with #334D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D62; }
p { color: rgb(51,77,98); }
H1.HeaderClassName
{
color: #334D62;
}
.AnyTagClassName
{
color: #334D62;
}
</style>
background-color css
<style>
a { background-color: #334D62; }
a { background-color: rgb(51,77,98); }
div.DivClassName
{
background-color: #334D62;
}
.BgClassName
{
background-color: #334D62;
}
</style>
border-color css
<style>
span { border-color: #334D62; }
span { border-color: rgb(51,77,98); }
td.TdClassName
{
border-color: #334D62;
}
.TagClassName
{
border-color: #334D62;
}
</style>