Shades of Blue Chill #31928A
Tints of Blue Chill #31928A
RGB
CMYK
RGB Variations
Color information
#31928A (or 0x31928A) is known color: Blue Chill. HEX triplet: 31, 92 and 8A. RGB value is (49,146,138). Sum of RGB (Red+Green+Blue) = 49+146+138=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #31928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31928A is #CE6D75. Grayscale: #747474. Windows color (decimal): -13528438 or 9081393. OLE color: 9081393.
HSL color Cylindrical-coordinate representation of color #31928A: hue angle of 175.05º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31928A is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 138 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.43 |
| HSL | 175.05º | 0.5% | 0.38% | - |
| HSV(B) | 175.05º | 0.66% | 0.57% | - |
| XYZ | 16.13 | 23.05 | 27.64 | - |
| YUV | 116.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 138 | 0.66 | 0 | 0.05 | 0.43 | 175.05 | 0.5 | 0.38 |
| Hex | 31 | 92 | 8A | 42 | 0 | 5 | 2B | AF | 32 | 26 |
| Octal | 61 | 222 | 212 | 102 | 0 | 5 | 53 | 257 | 62 | 46 |
| Binary | 110001 | 10010010 | 10001010 | 1000010 | 0 | 101 | 101011 | 10101111 | 110010 | 100110 |
Color Harmonies of #31928A
Complementary color
Monochromatic Colors of #31928A
Black with #31928A
Text Example
Text Example
White with #31928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31928A; }
p { color: rgb(49,146,138); }
H1.HeaderClassName
{
color: #31928A;
}
.AnyTagClassName
{
color: #31928A;
}
</style>
background-color css
<style>
a { background-color: #31928A; }
a { background-color: rgb(49,146,138); }
div.DivClassName
{
background-color: #31928A;
}
.BgClassName
{
background-color: #31928A;
}
</style>
border-color css
<style>
span { border-color: #31928A; }
span { border-color: rgb(49,146,138); }
td.TdClassName
{
border-color: #31928A;
}
.TagClassName
{
border-color: #31928A;
}
</style>