Shades of Blue Chill #31858C
Tints of Blue Chill #31858C
RGB
CMYK
RGB Variations
Color information
#31858C (or 0x31858C) is known color: Blue Chill. HEX triplet: 31, 85 and 8C. RGB value is (49,133,140). Sum of RGB (Red+Green+Blue) = 49+133+140=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #31858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31858C is #CE7A73. Grayscale: #6C6C6C. Windows color (decimal): -13531764 or 9209137. OLE color: 9209137.
HSL color Cylindrical-coordinate representation of color #31858C: hue angle of 184.62º 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 #31858C is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 133 | 140 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.45 |
| HSL | 184.62º | 0.48% | 0.37% | - |
| HSV(B) | 184.62º | 0.65% | 0.55% | - |
| XYZ | 14.39 | 19.32 | 27.78 | - |
| YUV | 108.68 | 145.67 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 140 | 0.65 | 0.05 | 0 | 0.45 | 184.62 | 0.48 | 0.37 |
| Hex | 31 | 85 | 8C | 41 | 5 | 0 | 2D | B9 | 30 | 25 |
| Octal | 61 | 205 | 214 | 101 | 5 | 0 | 55 | 271 | 60 | 45 |
| Binary | 110001 | 10000101 | 10001100 | 1000001 | 101 | 0 | 101101 | 10111001 | 110000 | 100101 |
Color Harmonies of #31858C
Complementary color
Monochromatic Colors of #31858C
Black with #31858C
Text Example
Text Example
White with #31858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31858C; }
p { color: rgb(49,133,140); }
H1.HeaderClassName
{
color: #31858C;
}
.AnyTagClassName
{
color: #31858C;
}
</style>
background-color css
<style>
a { background-color: #31858C; }
a { background-color: rgb(49,133,140); }
div.DivClassName
{
background-color: #31858C;
}
.BgClassName
{
background-color: #31858C;
}
</style>
border-color css
<style>
span { border-color: #31858C; }
span { border-color: rgb(49,133,140); }
td.TdClassName
{
border-color: #31858C;
}
.TagClassName
{
border-color: #31858C;
}
</style>