Shades of Cello #314D60
Tints of Cello #314D60
RGB
CMYK
RGB Variations
Color information
#314D60 (or 0x314D60) is known color: Cello. HEX triplet: 31, 4D and 60. RGB value is (49,77,96). Sum of RGB (Red+Green+Blue) = 49+77+96=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #314D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D60 is #CEB29F. Grayscale: #464646. Windows color (decimal): -13546144 or 6311217. OLE color: 6311217.
HSL color Cylindrical-coordinate representation of color #314D60: hue angle of 204.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314D60 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 77 | 96 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.62 |
| HSL | 204.26º | 0.32% | 0.28% | - |
| HSV(B) | 204.26º | 0.49% | 0.38% | - |
| XYZ | 6.03 | 6.81 | 12.06 | - |
| YUV | 70.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 96 | 0.49 | 0.20 | 0 | 0.62 | 204.26 | 0.32 | 0.28 |
| Hex | 31 | 4D | 60 | 31 | 14 | 0 | 3E | CC | 20 | 1C |
| Octal | 61 | 115 | 140 | 61 | 24 | 0 | 76 | 314 | 40 | 34 |
| Binary | 110001 | 1001101 | 1100000 | 110001 | 10100 | 0 | 111110 | 11001100 | 100000 | 11100 |
Color Harmonies of #314D60
Complementary color
Monochromatic Colors of #314D60
Black with #314D60
Text Example
Text Example
White with #314D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D60; }
p { color: rgb(49,77,96); }
H1.HeaderClassName
{
color: #314D60;
}
.AnyTagClassName
{
color: #314D60;
}
</style>
background-color css
<style>
a { background-color: #314D60; }
a { background-color: rgb(49,77,96); }
div.DivClassName
{
background-color: #314D60;
}
.BgClassName
{
background-color: #314D60;
}
</style>
border-color css
<style>
span { border-color: #314D60; }
span { border-color: rgb(49,77,96); }
td.TdClassName
{
border-color: #314D60;
}
.TagClassName
{
border-color: #314D60;
}
</style>