Shades of Cello #314D67
Tints of Cello #314D67
RGB
CMYK
RGB Variations
Color information
#314D67 (or 0x314D67) is known color: Cello. HEX triplet: 31, 4D and 67. RGB value is (49,77,103). Sum of RGB (Red+Green+Blue) = 49+77+103=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #314D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D67 is #CEB298. Grayscale: #474747. Windows color (decimal): -13546137 or 6769969. OLE color: 6769969.
HSL color Cylindrical-coordinate representation of color #314D67: hue angle of 208.89º degrees, saturation: 0.36, 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 #314D67 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 77 | 103 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.60 |
| HSL | 208.89º | 0.36% | 0.3% | - |
| HSV(B) | 208.89º | 0.52% | 0.4% | - |
| XYZ | 6.37 | 6.94 | 13.84 | - |
| YUV | 71.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 103 | 0.52 | 0.25 | 0 | 0.60 | 208.89 | 0.36 | 0.3 |
| Hex | 31 | 4D | 67 | 34 | 19 | 0 | 3C | D1 | 24 | 1E |
| Octal | 61 | 115 | 147 | 64 | 31 | 0 | 74 | 321 | 44 | 36 |
| Binary | 110001 | 1001101 | 1100111 | 110100 | 11001 | 0 | 111100 | 11010001 | 100100 | 11110 |
Color Harmonies of #314D67
Complementary color
Monochromatic Colors of #314D67
Black with #314D67
Text Example
Text Example
White with #314D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D67; }
p { color: rgb(49,77,103); }
H1.HeaderClassName
{
color: #314D67;
}
.AnyTagClassName
{
color: #314D67;
}
</style>
background-color css
<style>
a { background-color: #314D67; }
a { background-color: rgb(49,77,103); }
div.DivClassName
{
background-color: #314D67;
}
.BgClassName
{
background-color: #314D67;
}
</style>
border-color css
<style>
span { border-color: #314D67; }
span { border-color: rgb(49,77,103); }
td.TdClassName
{
border-color: #314D67;
}
.TagClassName
{
border-color: #314D67;
}
</style>