Shades of Blue Chill #3B9F9D
Tints of Blue Chill #3B9F9D
RGB
CMYK
RGB Variations
Color information
#3B9F9D (or 0x3B9F9D) is known color: Blue Chill. HEX triplet: 3B, 9F and 9D. RGB value is (59,159,157). Sum of RGB (Red+Green+Blue) = 59+159+157=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9F9D is #C46062. Grayscale: #808080. Windows color (decimal): -12869731 or 10329915. OLE color: 10329915.
HSL color Cylindrical-coordinate representation of color #3B9F9D: hue angle of 178.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F9D is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 159 | 157 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.38 |
| HSL | 178.8º | 0.46% | 0.43% | - |
| HSV(B) | 178.8º | 0.63% | 0.62% | - |
| XYZ | 20.29 | 28.16 | 36.26 | - |
| YUV | 128.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 159 | 157 | 0.63 | 0 | 0.01 | 0.38 | 178.8 | 0.46 | 0.43 |
| Hex | 3B | 9F | 9D | 3F | 0 | 1 | 26 | B3 | 2E | 2B |
| Octal | 73 | 237 | 235 | 77 | 0 | 1 | 46 | 263 | 56 | 53 |
| Binary | 111011 | 10011111 | 10011101 | 111111 | 0 | 1 | 100110 | 10110011 | 101110 | 101011 |
Color Harmonies of #3B9F9D
Complementary color
Monochromatic Colors of #3B9F9D
Black with #3B9F9D
Text Example
Text Example
White with #3B9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9F9D; }
p { color: rgb(59,159,157); }
H1.HeaderClassName
{
color: #3B9F9D;
}
.AnyTagClassName
{
color: #3B9F9D;
}
</style>
background-color css
<style>
a { background-color: #3B9F9D; }
a { background-color: rgb(59,159,157); }
div.DivClassName
{
background-color: #3B9F9D;
}
.BgClassName
{
background-color: #3B9F9D;
}
</style>
border-color css
<style>
span { border-color: #3B9F9D; }
span { border-color: rgb(59,159,157); }
td.TdClassName
{
border-color: #3B9F9D;
}
.TagClassName
{
border-color: #3B9F9D;
}
</style>