Shades of Cello #314A5D
Tints of Cello #314A5D
RGB
CMYK
RGB Variations
Color information
#314A5D (or 0x314A5D) is known color: Cello. HEX triplet: 31, 4A and 5D. RGB value is (49,74,93). Sum of RGB (Red+Green+Blue) = 49+74+93=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #314A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A5D is #CEB5A2. Grayscale: #444444. Windows color (decimal): -13546915 or 6113841. OLE color: 6113841.
HSL color Cylindrical-coordinate representation of color #314A5D: hue angle of 205.91º 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 #314A5D is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 74 | 93 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.64 |
| HSL | 205.91º | 0.31% | 0.28% | - |
| HSV(B) | 205.91º | 0.47% | 0.36% | - |
| XYZ | 5.69 | 6.34 | 11.28 | - |
| YUV | 68.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 93 | 0.47 | 0.20 | 0 | 0.64 | 205.91 | 0.31 | 0.28 |
| Hex | 31 | 4A | 5D | 2F | 14 | 0 | 40 | CE | 1F | 1C |
| Octal | 61 | 112 | 135 | 57 | 24 | 0 | 100 | 316 | 37 | 34 |
| Binary | 110001 | 1001010 | 1011101 | 101111 | 10100 | 0 | 1000000 | 11001110 | 11111 | 11100 |
Color Harmonies of #314A5D
Complementary color
Monochromatic Colors of #314A5D
Black with #314A5D
Text Example
Text Example
White with #314A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A5D; }
p { color: rgb(49,74,93); }
H1.HeaderClassName
{
color: #314A5D;
}
.AnyTagClassName
{
color: #314A5D;
}
</style>
background-color css
<style>
a { background-color: #314A5D; }
a { background-color: rgb(49,74,93); }
div.DivClassName
{
background-color: #314A5D;
}
.BgClassName
{
background-color: #314A5D;
}
</style>
border-color css
<style>
span { border-color: #314A5D; }
span { border-color: rgb(49,74,93); }
td.TdClassName
{
border-color: #314A5D;
}
.TagClassName
{
border-color: #314A5D;
}
</style>