Shades of Cello #334C63
Tints of Cello #334C63
RGB
CMYK
RGB Variations
Color information
#334C63 (or 0x334C63) is known color: Cello. HEX triplet: 33, 4C and 63. RGB value is (51,76,99). Sum of RGB (Red+Green+Blue) = 51+76+99=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #334C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C63 is #CCB39C. Grayscale: #474747. Windows color (decimal): -13415325 or 6507571. OLE color: 6507571.
HSL color Cylindrical-coordinate representation of color #334C63: hue angle of 208.75º 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 #334C63 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 76 | 99 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.61 |
| HSL | 208.75º | 0.32% | 0.29% | - |
| HSV(B) | 208.75º | 0.48% | 0.39% | - |
| XYZ | 6.2 | 6.77 | 12.78 | - |
| YUV | 71.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 99 | 0.48 | 0.23 | 0 | 0.61 | 208.75 | 0.32 | 0.29 |
| Hex | 33 | 4C | 63 | 30 | 17 | 0 | 3D | D1 | 20 | 1D |
| Octal | 63 | 114 | 143 | 60 | 27 | 0 | 75 | 321 | 40 | 35 |
| Binary | 110011 | 1001100 | 1100011 | 110000 | 10111 | 0 | 111101 | 11010001 | 100000 | 11101 |
Color Harmonies of #334C63
Complementary color
Monochromatic Colors of #334C63
Black with #334C63
Text Example
Text Example
White with #334C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C63; }
p { color: rgb(51,76,99); }
H1.HeaderClassName
{
color: #334C63;
}
.AnyTagClassName
{
color: #334C63;
}
</style>
background-color css
<style>
a { background-color: #334C63; }
a { background-color: rgb(51,76,99); }
div.DivClassName
{
background-color: #334C63;
}
.BgClassName
{
background-color: #334C63;
}
</style>
border-color css
<style>
span { border-color: #334C63; }
span { border-color: rgb(51,76,99); }
td.TdClassName
{
border-color: #334C63;
}
.TagClassName
{
border-color: #334C63;
}
</style>