Shades of Blue Chill #3B9B9A
Tints of Blue Chill #3B9B9A
RGB
CMYK
RGB Variations
Color information
#3B9B9A (or 0x3B9B9A) is known color: Blue Chill. HEX triplet: 3B, 9B and 9A. RGB value is (59,155,154). Sum of RGB (Red+Green+Blue) = 59+155+154=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9B9A is #C46465. Grayscale: #7E7E7E. Windows color (decimal): -12870758 or 10132283. OLE color: 10132283.
HSL color Cylindrical-coordinate representation of color #3B9B9A: hue angle of 179.38º 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 #3B9B9A is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 154 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.39 |
| HSL | 179.38º | 0.45% | 0.42% | - |
| HSV(B) | 179.38º | 0.62% | 0.61% | - |
| XYZ | 19.36 | 26.71 | 34.71 | - |
| YUV | 126.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 154 | 0.62 | 0 | 0.01 | 0.39 | 179.38 | 0.45 | 0.42 |
| Hex | 3B | 9B | 9A | 3E | 0 | 1 | 27 | B3 | 2D | 2A |
| Octal | 73 | 233 | 232 | 76 | 0 | 1 | 47 | 263 | 55 | 52 |
| Binary | 111011 | 10011011 | 10011010 | 111110 | 0 | 1 | 100111 | 10110011 | 101101 | 101010 |
Color Harmonies of #3B9B9A
Complementary color
Monochromatic Colors of #3B9B9A
Black with #3B9B9A
Text Example
Text Example
White with #3B9B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B9A; }
p { color: rgb(59,155,154); }
H1.HeaderClassName
{
color: #3B9B9A;
}
.AnyTagClassName
{
color: #3B9B9A;
}
</style>
background-color css
<style>
a { background-color: #3B9B9A; }
a { background-color: rgb(59,155,154); }
div.DivClassName
{
background-color: #3B9B9A;
}
.BgClassName
{
background-color: #3B9B9A;
}
</style>
border-color css
<style>
span { border-color: #3B9B9A; }
span { border-color: rgb(59,155,154); }
td.TdClassName
{
border-color: #3B9B9A;
}
.TagClassName
{
border-color: #3B9B9A;
}
</style>