Shades of Cello #314B5D
Tints of Cello #314B5D
RGB
CMYK
RGB Variations
Color information
#314B5D (or 0x314B5D) is known color: Cello. HEX triplet: 31, 4B and 5D. RGB value is (49,75,93). Sum of RGB (Red+Green+Blue) = 49+75+93=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #314B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B5D is #CEB4A2. Grayscale: #454545. Windows color (decimal): -13546659 or 6114097. OLE color: 6114097.
HSL color Cylindrical-coordinate representation of color #314B5D: hue angle of 204.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314B5D is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 75 | 93 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.64 |
| HSL | 204.55º | 0.31% | 0.28% | - |
| HSV(B) | 204.55º | 0.47% | 0.36% | - |
| XYZ | 5.76 | 6.48 | 11.3 | - |
| YUV | 69.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 93 | 0.47 | 0.19 | 0 | 0.64 | 204.55 | 0.31 | 0.28 |
| Hex | 31 | 4B | 5D | 2F | 13 | 0 | 40 | CD | 1F | 1C |
| Octal | 61 | 113 | 135 | 57 | 23 | 0 | 100 | 315 | 37 | 34 |
| Binary | 110001 | 1001011 | 1011101 | 101111 | 10011 | 0 | 1000000 | 11001101 | 11111 | 11100 |
Color Harmonies of #314B5D
Complementary color
Monochromatic Colors of #314B5D
Black with #314B5D
Text Example
Text Example
White with #314B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B5D; }
p { color: rgb(49,75,93); }
H1.HeaderClassName
{
color: #314B5D;
}
.AnyTagClassName
{
color: #314B5D;
}
</style>
background-color css
<style>
a { background-color: #314B5D; }
a { background-color: rgb(49,75,93); }
div.DivClassName
{
background-color: #314B5D;
}
.BgClassName
{
background-color: #314B5D;
}
</style>
border-color css
<style>
span { border-color: #314B5D; }
span { border-color: rgb(49,75,93); }
td.TdClassName
{
border-color: #314B5D;
}
.TagClassName
{
border-color: #314B5D;
}
</style>