Shades of Blue Chill #31838B
Tints of Blue Chill #31838B
RGB
CMYK
RGB Variations
Color information
#31838B (or 0x31838B) is known color: Blue Chill. HEX triplet: 31, 83 and 8B. RGB value is (49,131,139). Sum of RGB (Red+Green+Blue) = 49+131+139=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #31838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31838B is #CE7C74. Grayscale: #6B6B6B. Windows color (decimal): -13532277 or 9143089. OLE color: 9143089.
HSL color Cylindrical-coordinate representation of color #31838B: hue angle of 185.33º 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 #31838B is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 131 | 139 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.45 |
| HSL | 185.33º | 0.48% | 0.37% | - |
| HSV(B) | 185.33º | 0.65% | 0.55% | - |
| XYZ | 14.04 | 18.75 | 27.3 | - |
| YUV | 107.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 139 | 0.65 | 0.06 | 0 | 0.45 | 185.33 | 0.48 | 0.37 |
| Hex | 31 | 83 | 8B | 41 | 6 | 0 | 2D | B9 | 30 | 25 |
| Octal | 61 | 203 | 213 | 101 | 6 | 0 | 55 | 271 | 60 | 45 |
| Binary | 110001 | 10000011 | 10001011 | 1000001 | 110 | 0 | 101101 | 10111001 | 110000 | 100101 |
Color Harmonies of #31838B
Complementary color
Monochromatic Colors of #31838B
Black with #31838B
Text Example
Text Example
White with #31838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31838B; }
p { color: rgb(49,131,139); }
H1.HeaderClassName
{
color: #31838B;
}
.AnyTagClassName
{
color: #31838B;
}
</style>
background-color css
<style>
a { background-color: #31838B; }
a { background-color: rgb(49,131,139); }
div.DivClassName
{
background-color: #31838B;
}
.BgClassName
{
background-color: #31838B;
}
</style>
border-color css
<style>
span { border-color: #31838B; }
span { border-color: rgb(49,131,139); }
td.TdClassName
{
border-color: #31838B;
}
.TagClassName
{
border-color: #31838B;
}
</style>