Shades of Cello #314D66
Tints of Cello #314D66
RGB
CMYK
RGB Variations
Color information
#314D66 (or 0x314D66) is known color: Cello. HEX triplet: 31, 4D and 66. RGB value is (49,77,102). Sum of RGB (Red+Green+Blue) = 49+77+102=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #314D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D66 is #CEB299. Grayscale: #474747. Windows color (decimal): -13546138 or 6704433. OLE color: 6704433.
HSL color Cylindrical-coordinate representation of color #314D66: hue angle of 208.3º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #314D66 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 77 | 102 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.6 |
| HSL | 208.3º | 0.35% | 0.3% | - |
| HSV(B) | 208.3º | 0.52% | 0.4% | - |
| XYZ | 6.32 | 6.92 | 13.57 | - |
| YUV | 71.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 102 | 0.52 | 0.25 | 0 | 0.6 | 208.3 | 0.35 | 0.3 |
| Hex | 31 | 4D | 66 | 34 | 19 | 0 | 3C | D0 | 23 | 1E |
| Octal | 61 | 115 | 146 | 64 | 31 | 0 | 74 | 320 | 43 | 36 |
| Binary | 110001 | 1001101 | 1100110 | 110100 | 11001 | 0 | 111100 | 11010000 | 100011 | 11110 |
Color Harmonies of #314D66
Complementary color
Monochromatic Colors of #314D66
Black with #314D66
Text Example
Text Example
White with #314D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D66; }
p { color: rgb(49,77,102); }
H1.HeaderClassName
{
color: #314D66;
}
.AnyTagClassName
{
color: #314D66;
}
</style>
background-color css
<style>
a { background-color: #314D66; }
a { background-color: rgb(49,77,102); }
div.DivClassName
{
background-color: #314D66;
}
.BgClassName
{
background-color: #314D66;
}
</style>
border-color css
<style>
span { border-color: #314D66; }
span { border-color: rgb(49,77,102); }
td.TdClassName
{
border-color: #314D66;
}
.TagClassName
{
border-color: #314D66;
}
</style>