Shades of Cello #314764
Tints of Cello #314764
RGB
CMYK
RGB Variations
Color information
#314764 (or 0x314764) is known color: Cello. HEX triplet: 31, 47 and 64. RGB value is (49,71,100). Sum of RGB (Red+Green+Blue) = 49+71+100=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #314764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314764 is #CEB89B. Grayscale: #434343. Windows color (decimal): -13547676 or 6571825. OLE color: 6571825.
HSL color Cylindrical-coordinate representation of color #314764: hue angle of 214.12º 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 #314764 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 71 | 100 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.61 |
| HSL | 214.12º | 0.34% | 0.29% | - |
| HSV(B) | 214.12º | 0.51% | 0.39% | - |
| XYZ | 5.82 | 6.08 | 12.92 | - |
| YUV | 67.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 100 | 0.51 | 0.29 | 0 | 0.61 | 214.12 | 0.34 | 0.29 |
| Hex | 31 | 47 | 64 | 33 | 1D | 0 | 3D | D6 | 22 | 1D |
| Octal | 61 | 107 | 144 | 63 | 35 | 0 | 75 | 326 | 42 | 35 |
| Binary | 110001 | 1000111 | 1100100 | 110011 | 11101 | 0 | 111101 | 11010110 | 100010 | 11101 |
Color Harmonies of #314764
Complementary color
Monochromatic Colors of #314764
Black with #314764
Text Example
Text Example
White with #314764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314764; }
p { color: rgb(49,71,100); }
H1.HeaderClassName
{
color: #314764;
}
.AnyTagClassName
{
color: #314764;
}
</style>
background-color css
<style>
a { background-color: #314764; }
a { background-color: rgb(49,71,100); }
div.DivClassName
{
background-color: #314764;
}
.BgClassName
{
background-color: #314764;
}
</style>
border-color css
<style>
span { border-color: #314764; }
span { border-color: rgb(49,71,100); }
td.TdClassName
{
border-color: #314764;
}
.TagClassName
{
border-color: #314764;
}
</style>