Shades of Blue Chill #31858D
Tints of Blue Chill #31858D
RGB
CMYK
RGB Variations
Color information
#31858D (or 0x31858D) is known color: Blue Chill. HEX triplet: 31, 85 and 8D. RGB value is (49,133,141). Sum of RGB (Red+Green+Blue) = 49+133+141=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #31858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31858D is #CE7A72. Grayscale: #6C6C6C. Windows color (decimal): -13531763 or 9274673. OLE color: 9274673.
HSL color Cylindrical-coordinate representation of color #31858D: hue angle of 185.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31858D is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 133 | 141 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.45 |
| HSL | 185.22º | 0.48% | 0.37% | - |
| HSV(B) | 185.22º | 0.65% | 0.55% | - |
| XYZ | 14.46 | 19.35 | 28.17 | - |
| YUV | 108.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 141 | 0.65 | 0.06 | 0 | 0.45 | 185.22 | 0.48 | 0.37 |
| Hex | 31 | 85 | 8D | 41 | 6 | 0 | 2D | B9 | 30 | 25 |
| Octal | 61 | 205 | 215 | 101 | 6 | 0 | 55 | 271 | 60 | 45 |
| Binary | 110001 | 10000101 | 10001101 | 1000001 | 110 | 0 | 101101 | 10111001 | 110000 | 100101 |
Color Harmonies of #31858D
Complementary color
Monochromatic Colors of #31858D
Black with #31858D
Text Example
Text Example
White with #31858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31858D; }
p { color: rgb(49,133,141); }
H1.HeaderClassName
{
color: #31858D;
}
.AnyTagClassName
{
color: #31858D;
}
</style>
background-color css
<style>
a { background-color: #31858D; }
a { background-color: rgb(49,133,141); }
div.DivClassName
{
background-color: #31858D;
}
.BgClassName
{
background-color: #31858D;
}
</style>
border-color css
<style>
span { border-color: #31858D; }
span { border-color: rgb(49,133,141); }
td.TdClassName
{
border-color: #31858D;
}
.TagClassName
{
border-color: #31858D;
}
</style>