Shades of Cello #314D63
Tints of Cello #314D63
RGB
CMYK
RGB Variations
Color information
#314D63 (or 0x314D63) is known color: Cello. HEX triplet: 31, 4D and 63. RGB value is (49,77,99). Sum of RGB (Red+Green+Blue) = 49+77+99=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #314D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D63 is #CEB29C. Grayscale: #474747. Windows color (decimal): -13546141 or 6507825. OLE color: 6507825.
HSL color Cylindrical-coordinate representation of color #314D63: hue angle of 206.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314D63 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 77 | 99 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.61 |
| HSL | 206.4º | 0.34% | 0.29% | - |
| HSV(B) | 206.4º | 0.51% | 0.39% | - |
| XYZ | 6.17 | 6.86 | 12.8 | - |
| YUV | 71.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 99 | 0.51 | 0.22 | 0 | 0.61 | 206.4 | 0.34 | 0.29 |
| Hex | 31 | 4D | 63 | 33 | 16 | 0 | 3D | CE | 22 | 1D |
| Octal | 61 | 115 | 143 | 63 | 26 | 0 | 75 | 316 | 42 | 35 |
| Binary | 110001 | 1001101 | 1100011 | 110011 | 10110 | 0 | 111101 | 11001110 | 100010 | 11101 |
Color Harmonies of #314D63
Complementary color
Monochromatic Colors of #314D63
Black with #314D63
Text Example
Text Example
White with #314D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D63; }
p { color: rgb(49,77,99); }
H1.HeaderClassName
{
color: #314D63;
}
.AnyTagClassName
{
color: #314D63;
}
</style>
background-color css
<style>
a { background-color: #314D63; }
a { background-color: rgb(49,77,99); }
div.DivClassName
{
background-color: #314D63;
}
.BgClassName
{
background-color: #314D63;
}
</style>
border-color css
<style>
span { border-color: #314D63; }
span { border-color: rgb(49,77,99); }
td.TdClassName
{
border-color: #314D63;
}
.TagClassName
{
border-color: #314D63;
}
</style>