Shades of Blue Chill #3B8B8A
Tints of Blue Chill #3B8B8A
RGB
CMYK
RGB Variations
Color information
#3B8B8A (or 0x3B8B8A) is known color: Blue Chill. HEX triplet: 3B, 8B and 8A. RGB value is (59,139,138). Sum of RGB (Red+Green+Blue) = 59+139+138=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8B8A is #C47475. Grayscale: #727272. Windows color (decimal): -12874870 or 9079611. OLE color: 9079611.
HSL color Cylindrical-coordinate representation of color #3B8B8A: hue angle of 179.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8B8A is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 139 | 138 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.45 |
| HSL | 179.25º | 0.4% | 0.39% | - |
| HSV(B) | 179.25º | 0.58% | 0.55% | - |
| XYZ | 15.62 | 21.23 | 27.32 | - |
| YUV | 114.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 138 | 0.58 | 0 | 0.01 | 0.45 | 179.25 | 0.4 | 0.39 |
| Hex | 3B | 8B | 8A | 3A | 0 | 1 | 2D | B3 | 28 | 27 |
| Octal | 73 | 213 | 212 | 72 | 0 | 1 | 55 | 263 | 50 | 47 |
| Binary | 111011 | 10001011 | 10001010 | 111010 | 0 | 1 | 101101 | 10110011 | 101000 | 100111 |
Color Harmonies of #3B8B8A
Complementary color
Monochromatic Colors of #3B8B8A
Black with #3B8B8A
Text Example
Text Example
White with #3B8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8B8A; }
p { color: rgb(59,139,138); }
H1.HeaderClassName
{
color: #3B8B8A;
}
.AnyTagClassName
{
color: #3B8B8A;
}
</style>
background-color css
<style>
a { background-color: #3B8B8A; }
a { background-color: rgb(59,139,138); }
div.DivClassName
{
background-color: #3B8B8A;
}
.BgClassName
{
background-color: #3B8B8A;
}
</style>
border-color css
<style>
span { border-color: #3B8B8A; }
span { border-color: rgb(59,139,138); }
td.TdClassName
{
border-color: #3B8B8A;
}
.TagClassName
{
border-color: #3B8B8A;
}
</style>