Shades of Cello #314963
Tints of Cello #314963
RGB
CMYK
RGB Variations
Color information
#314963 (or 0x314963) is known color: Cello. HEX triplet: 31, 49 and 63. RGB value is (49,73,99). Sum of RGB (Red+Green+Blue) = 49+73+99=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #314963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314963 is #CEB69C. Grayscale: #444444. Windows color (decimal): -13547165 or 6506801. OLE color: 6506801.
HSL color Cylindrical-coordinate representation of color #314963: hue angle of 211.2º 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 #314963 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 73 | 99 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.61 |
| HSL | 211.2º | 0.34% | 0.29% | - |
| HSV(B) | 211.2º | 0.51% | 0.39% | - |
| XYZ | 5.9 | 6.32 | 12.71 | - |
| YUV | 68.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 99 | 0.51 | 0.26 | 0 | 0.61 | 211.2 | 0.34 | 0.29 |
| Hex | 31 | 49 | 63 | 33 | 1A | 0 | 3D | D3 | 22 | 1D |
| Octal | 61 | 111 | 143 | 63 | 32 | 0 | 75 | 323 | 42 | 35 |
| Binary | 110001 | 1001001 | 1100011 | 110011 | 11010 | 0 | 111101 | 11010011 | 100010 | 11101 |
Color Harmonies of #314963
Complementary color
Monochromatic Colors of #314963
Black with #314963
Text Example
Text Example
White with #314963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314963; }
p { color: rgb(49,73,99); }
H1.HeaderClassName
{
color: #314963;
}
.AnyTagClassName
{
color: #314963;
}
</style>
background-color css
<style>
a { background-color: #314963; }
a { background-color: rgb(49,73,99); }
div.DivClassName
{
background-color: #314963;
}
.BgClassName
{
background-color: #314963;
}
</style>
border-color css
<style>
span { border-color: #314963; }
span { border-color: rgb(49,73,99); }
td.TdClassName
{
border-color: #314963;
}
.TagClassName
{
border-color: #314963;
}
</style>