Shades of Blue Chill #3B8E98
Tints of Blue Chill #3B8E98
RGB
CMYK
RGB Variations
Color information
#3B8E98 (or 0x3B8E98) is known color: Blue Chill. HEX triplet: 3B, 8E and 98. RGB value is (59,142,152). Sum of RGB (Red+Green+Blue) = 59+142+152=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #3B8E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8E98 is #C47167. Grayscale: #767676. Windows color (decimal): -12874088 or 9997883. OLE color: 9997883.
HSL color Cylindrical-coordinate representation of color #3B8E98: hue angle of 186.45º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B8E98 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 142 | 152 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.40 |
| HSL | 186.45º | 0.44% | 0.41% | - |
| HSV(B) | 186.45º | 0.61% | 0.6% | - |
| XYZ | 17.14 | 22.54 | 33.15 | - |
| YUV | 118.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 142 | 152 | 0.61 | 0.07 | 0 | 0.40 | 186.45 | 0.44 | 0.41 |
| Hex | 3B | 8E | 98 | 3D | 7 | 0 | 28 | BA | 2C | 29 |
| Octal | 73 | 216 | 230 | 75 | 7 | 0 | 50 | 272 | 54 | 51 |
| Binary | 111011 | 10001110 | 10011000 | 111101 | 111 | 0 | 101000 | 10111010 | 101100 | 101001 |
Color Harmonies of #3B8E98
Complementary color
Monochromatic Colors of #3B8E98
Black with #3B8E98
Text Example
Text Example
White with #3B8E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8E98; }
p { color: rgb(59,142,152); }
H1.HeaderClassName
{
color: #3B8E98;
}
.AnyTagClassName
{
color: #3B8E98;
}
</style>
background-color css
<style>
a { background-color: #3B8E98; }
a { background-color: rgb(59,142,152); }
div.DivClassName
{
background-color: #3B8E98;
}
.BgClassName
{
background-color: #3B8E98;
}
</style>
border-color css
<style>
span { border-color: #3B8E98; }
span { border-color: rgb(59,142,152); }
td.TdClassName
{
border-color: #3B8E98;
}
.TagClassName
{
border-color: #3B8E98;
}
</style>