Shades of Cello #314B68
Tints of Cello #314B68
RGB
CMYK
RGB Variations
Color information
#314B68 (or 0x314B68) is known color: Cello. HEX triplet: 31, 4B and 68. RGB value is (49,75,104). Sum of RGB (Red+Green+Blue) = 49+75+104=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #314B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B68 is #CEB497. Grayscale: #464646. Windows color (decimal): -13546648 or 6834993. OLE color: 6834993.
HSL color Cylindrical-coordinate representation of color #314B68: hue angle of 211.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314B68 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 75 | 104 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.59 |
| HSL | 211.64º | 0.36% | 0.3% | - |
| HSV(B) | 211.64º | 0.53% | 0.41% | - |
| XYZ | 6.28 | 6.68 | 14.06 | - |
| YUV | 70.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 104 | 0.53 | 0.28 | 0 | 0.59 | 211.64 | 0.36 | 0.3 |
| Hex | 31 | 4B | 68 | 35 | 1C | 0 | 3B | D4 | 24 | 1E |
| Octal | 61 | 113 | 150 | 65 | 34 | 0 | 73 | 324 | 44 | 36 |
| Binary | 110001 | 1001011 | 1101000 | 110101 | 11100 | 0 | 111011 | 11010100 | 100100 | 11110 |
Color Harmonies of #314B68
Complementary color
Monochromatic Colors of #314B68
Black with #314B68
Text Example
Text Example
White with #314B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B68; }
p { color: rgb(49,75,104); }
H1.HeaderClassName
{
color: #314B68;
}
.AnyTagClassName
{
color: #314B68;
}
</style>
background-color css
<style>
a { background-color: #314B68; }
a { background-color: rgb(49,75,104); }
div.DivClassName
{
background-color: #314B68;
}
.BgClassName
{
background-color: #314B68;
}
</style>
border-color css
<style>
span { border-color: #314B68; }
span { border-color: rgb(49,75,104); }
td.TdClassName
{
border-color: #314B68;
}
.TagClassName
{
border-color: #314B68;
}
</style>