Shades of Blue Chill #3B9B97
Tints of Blue Chill #3B9B97
RGB
CMYK
RGB Variations
Color information
#3B9B97 (or 0x3B9B97) is known color: Blue Chill. HEX triplet: 3B, 9B and 97. RGB value is (59,155,151). Sum of RGB (Red+Green+Blue) = 59+155+151=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9B97 is #C46468. Grayscale: #7D7D7D. Windows color (decimal): -12870761 or 9935675. OLE color: 9935675.
HSL color Cylindrical-coordinate representation of color #3B9B97: hue angle of 177.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B97 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 151 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.39 |
| HSL | 177.5º | 0.45% | 0.42% | - |
| HSV(B) | 177.5º | 0.62% | 0.61% | - |
| XYZ | 19.11 | 26.61 | 33.41 | - |
| YUV | 125.84 | 142.2 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 151 | 0.62 | 0 | 0.03 | 0.39 | 177.5 | 0.45 | 0.42 |
| Hex | 3B | 9B | 97 | 3E | 0 | 3 | 27 | B2 | 2D | 2A |
| Octal | 73 | 233 | 227 | 76 | 0 | 3 | 47 | 262 | 55 | 52 |
| Binary | 111011 | 10011011 | 10010111 | 111110 | 0 | 11 | 100111 | 10110010 | 101101 | 101010 |
Color Harmonies of #3B9B97
Complementary color
Monochromatic Colors of #3B9B97
Black with #3B9B97
Text Example
Text Example
White with #3B9B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B97; }
p { color: rgb(59,155,151); }
H1.HeaderClassName
{
color: #3B9B97;
}
.AnyTagClassName
{
color: #3B9B97;
}
</style>
background-color css
<style>
a { background-color: #3B9B97; }
a { background-color: rgb(59,155,151); }
div.DivClassName
{
background-color: #3B9B97;
}
.BgClassName
{
background-color: #3B9B97;
}
</style>
border-color css
<style>
span { border-color: #3B9B97; }
span { border-color: rgb(59,155,151); }
td.TdClassName
{
border-color: #3B9B97;
}
.TagClassName
{
border-color: #3B9B97;
}
</style>