Shades of Cello #314B64
Tints of Cello #314B64
RGB
CMYK
RGB Variations
Color information
#314B64 (or 0x314B64) is known color: Cello. HEX triplet: 31, 4B and 64. RGB value is (49,75,100). Sum of RGB (Red+Green+Blue) = 49+75+100=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #314B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B64 is #CEB49B. Grayscale: #454545. Windows color (decimal): -13546652 or 6572849. OLE color: 6572849.
HSL color Cylindrical-coordinate representation of color #314B64: hue angle of 209.41º 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 #314B64 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 75 | 100 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.61 |
| HSL | 209.41º | 0.34% | 0.29% | - |
| HSV(B) | 209.41º | 0.51% | 0.39% | - |
| XYZ | 6.08 | 6.61 | 13.01 | - |
| YUV | 70.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 100 | 0.51 | 0.25 | 0 | 0.61 | 209.41 | 0.34 | 0.29 |
| Hex | 31 | 4B | 64 | 33 | 19 | 0 | 3D | D1 | 22 | 1D |
| Octal | 61 | 113 | 144 | 63 | 31 | 0 | 75 | 321 | 42 | 35 |
| Binary | 110001 | 1001011 | 1100100 | 110011 | 11001 | 0 | 111101 | 11010001 | 100010 | 11101 |
Color Harmonies of #314B64
Complementary color
Monochromatic Colors of #314B64
Black with #314B64
Text Example
Text Example
White with #314B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B64; }
p { color: rgb(49,75,100); }
H1.HeaderClassName
{
color: #314B64;
}
.AnyTagClassName
{
color: #314B64;
}
</style>
background-color css
<style>
a { background-color: #314B64; }
a { background-color: rgb(49,75,100); }
div.DivClassName
{
background-color: #314B64;
}
.BgClassName
{
background-color: #314B64;
}
</style>
border-color css
<style>
span { border-color: #314B64; }
span { border-color: rgb(49,75,100); }
td.TdClassName
{
border-color: #314B64;
}
.TagClassName
{
border-color: #314B64;
}
</style>