Shades of Cello #31465A
Tints of Cello #31465A
RGB
CMYK
RGB Variations
Color information
#31465A (or 0x31465A) is known color: Cello. HEX triplet: 31, 46 and 5A. RGB value is (49,70,90). Sum of RGB (Red+Green+Blue) = 49+70+90=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #31465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31465A is #CEB9A5. Grayscale: #414141. Windows color (decimal): -13547942 or 5916209. OLE color: 5916209.
HSL color Cylindrical-coordinate representation of color #31465A: hue angle of 209.27º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31465A is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 70 | 90 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.65 |
| HSL | 209.27º | 0.29% | 0.27% | - |
| HSV(B) | 209.27º | 0.46% | 0.35% | - |
| XYZ | 5.3 | 5.77 | 10.51 | - |
| YUV | 66 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 90 | 0.46 | 0.22 | 0 | 0.65 | 209.27 | 0.29 | 0.27 |
| Hex | 31 | 46 | 5A | 2E | 16 | 0 | 41 | D1 | 1D | 1B |
| Octal | 61 | 106 | 132 | 56 | 26 | 0 | 101 | 321 | 35 | 33 |
| Binary | 110001 | 1000110 | 1011010 | 101110 | 10110 | 0 | 1000001 | 11010001 | 11101 | 11011 |
Color Harmonies of #31465A
Complementary color
Monochromatic Colors of #31465A
Black with #31465A
Text Example
Text Example
White with #31465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31465A; }
p { color: rgb(49,70,90); }
H1.HeaderClassName
{
color: #31465A;
}
.AnyTagClassName
{
color: #31465A;
}
</style>
background-color css
<style>
a { background-color: #31465A; }
a { background-color: rgb(49,70,90); }
div.DivClassName
{
background-color: #31465A;
}
.BgClassName
{
background-color: #31465A;
}
</style>
border-color css
<style>
span { border-color: #31465A; }
span { border-color: rgb(49,70,90); }
td.TdClassName
{
border-color: #31465A;
}
.TagClassName
{
border-color: #31465A;
}
</style>