Shades of Cello #31506B
Tints of Cello #31506B
RGB
CMYK
RGB Variations
Color information
#31506B (or 0x31506B) is known color: Cello. HEX triplet: 31, 50 and 6B. RGB value is (49,80,107). Sum of RGB (Red+Green+Blue) = 49+80+107=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #31506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31506B is #CEAF94. Grayscale: #494949. Windows color (decimal): -13545365 or 7032881. OLE color: 7032881.
HSL color Cylindrical-coordinate representation of color #31506B: hue angle of 207.93º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31506B is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 80 | 107 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.58 |
| HSL | 207.93º | 0.37% | 0.31% | - |
| HSV(B) | 207.93º | 0.54% | 0.42% | - |
| XYZ | 6.79 | 7.45 | 14.99 | - |
| YUV | 73.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 107 | 0.54 | 0.25 | 0 | 0.58 | 207.93 | 0.37 | 0.31 |
| Hex | 31 | 50 | 6B | 36 | 19 | 0 | 3A | D0 | 25 | 1F |
| Octal | 61 | 120 | 153 | 66 | 31 | 0 | 72 | 320 | 45 | 37 |
| Binary | 110001 | 1010000 | 1101011 | 110110 | 11001 | 0 | 111010 | 11010000 | 100101 | 11111 |
Color Harmonies of #31506B
Complementary color
Monochromatic Colors of #31506B
Black with #31506B
Text Example
Text Example
White with #31506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31506B; }
p { color: rgb(49,80,107); }
H1.HeaderClassName
{
color: #31506B;
}
.AnyTagClassName
{
color: #31506B;
}
</style>
background-color css
<style>
a { background-color: #31506B; }
a { background-color: rgb(49,80,107); }
div.DivClassName
{
background-color: #31506B;
}
.BgClassName
{
background-color: #31506B;
}
</style>
border-color css
<style>
span { border-color: #31506B; }
span { border-color: rgb(49,80,107); }
td.TdClassName
{
border-color: #31506B;
}
.TagClassName
{
border-color: #31506B;
}
</style>