Shades of Cello #314E69
Tints of Cello #314E69
RGB
CMYK
RGB Variations
Color information
#314E69 (or 0x314E69) is known color: Cello. HEX triplet: 31, 4E and 69. RGB value is (49,78,105). Sum of RGB (Red+Green+Blue) = 49+78+105=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #314E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E69 is #CEB196. Grayscale: #484848. Windows color (decimal): -13545879 or 6901297. OLE color: 6901297.
HSL color Cylindrical-coordinate representation of color #314E69: hue angle of 208.93º 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 #314E69 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 78 | 105 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.59 |
| HSL | 208.93º | 0.36% | 0.3% | - |
| HSV(B) | 208.93º | 0.53% | 0.41% | - |
| XYZ | 6.54 | 7.12 | 14.39 | - |
| YUV | 72.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 105 | 0.53 | 0.26 | 0 | 0.59 | 208.93 | 0.36 | 0.3 |
| Hex | 31 | 4E | 69 | 35 | 1A | 0 | 3B | D1 | 24 | 1E |
| Octal | 61 | 116 | 151 | 65 | 32 | 0 | 73 | 321 | 44 | 36 |
| Binary | 110001 | 1001110 | 1101001 | 110101 | 11010 | 0 | 111011 | 11010001 | 100100 | 11110 |
Color Harmonies of #314E69
Complementary color
Monochromatic Colors of #314E69
Black with #314E69
Text Example
Text Example
White with #314E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E69; }
p { color: rgb(49,78,105); }
H1.HeaderClassName
{
color: #314E69;
}
.AnyTagClassName
{
color: #314E69;
}
</style>
background-color css
<style>
a { background-color: #314E69; }
a { background-color: rgb(49,78,105); }
div.DivClassName
{
background-color: #314E69;
}
.BgClassName
{
background-color: #314E69;
}
</style>
border-color css
<style>
span { border-color: #314E69; }
span { border-color: rgb(49,78,105); }
td.TdClassName
{
border-color: #314E69;
}
.TagClassName
{
border-color: #314E69;
}
</style>