Shades of Cello #314F65
Tints of Cello #314F65
RGB
CMYK
RGB Variations
Color information
#314F65 (or 0x314F65) is known color: Cello. HEX triplet: 31, 4F and 65. RGB value is (49,79,101). Sum of RGB (Red+Green+Blue) = 49+79+101=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #314F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F65 is #CEB09A. Grayscale: #484848. Windows color (decimal): -13545627 or 6639409. OLE color: 6639409.
HSL color Cylindrical-coordinate representation of color #314F65: hue angle of 205.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314F65 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 79 | 101 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.60 |
| HSL | 205.38º | 0.35% | 0.29% | - |
| HSV(B) | 205.38º | 0.51% | 0.4% | - |
| XYZ | 6.41 | 7.18 | 13.36 | - |
| YUV | 72.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 101 | 0.51 | 0.22 | 0 | 0.60 | 205.38 | 0.35 | 0.29 |
| Hex | 31 | 4F | 65 | 33 | 16 | 0 | 3C | CD | 23 | 1D |
| Octal | 61 | 117 | 145 | 63 | 26 | 0 | 74 | 315 | 43 | 35 |
| Binary | 110001 | 1001111 | 1100101 | 110011 | 10110 | 0 | 111100 | 11001101 | 100011 | 11101 |
Color Harmonies of #314F65
Complementary color
Monochromatic Colors of #314F65
Black with #314F65
Text Example
Text Example
White with #314F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314F65; }
p { color: rgb(49,79,101); }
H1.HeaderClassName
{
color: #314F65;
}
.AnyTagClassName
{
color: #314F65;
}
</style>
background-color css
<style>
a { background-color: #314F65; }
a { background-color: rgb(49,79,101); }
div.DivClassName
{
background-color: #314F65;
}
.BgClassName
{
background-color: #314F65;
}
</style>
border-color css
<style>
span { border-color: #314F65; }
span { border-color: rgb(49,79,101); }
td.TdClassName
{
border-color: #314F65;
}
.TagClassName
{
border-color: #314F65;
}
</style>