Shades of Blue Chill #3B928B
Tints of Blue Chill #3B928B
RGB
CMYK
RGB Variations
Color information
#3B928B (or 0x3B928B) is known color: Blue Chill. HEX triplet: 3B, 92 and 8B. RGB value is (59,146,139). Sum of RGB (Red+Green+Blue) = 59+146+139=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #3B928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B928B is #C46D74. Grayscale: #777777. Windows color (decimal): -12873077 or 9146939. OLE color: 9146939.
HSL color Cylindrical-coordinate representation of color #3B928B: hue angle of 175.17º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B928B is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 146 | 139 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.43 |
| HSL | 175.17º | 0.42% | 0.4% | - |
| HSV(B) | 175.17º | 0.6% | 0.57% | - |
| XYZ | 16.74 | 23.35 | 28.05 | - |
| YUV | 119.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 146 | 139 | 0.60 | 0 | 0.05 | 0.43 | 175.17 | 0.42 | 0.4 |
| Hex | 3B | 92 | 8B | 3C | 0 | 5 | 2B | AF | 2A | 28 |
| Octal | 73 | 222 | 213 | 74 | 0 | 5 | 53 | 257 | 52 | 50 |
| Binary | 111011 | 10010010 | 10001011 | 111100 | 0 | 101 | 101011 | 10101111 | 101010 | 101000 |
Color Harmonies of #3B928B
Complementary color
Monochromatic Colors of #3B928B
Black with #3B928B
Text Example
Text Example
White with #3B928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B928B; }
p { color: rgb(59,146,139); }
H1.HeaderClassName
{
color: #3B928B;
}
.AnyTagClassName
{
color: #3B928B;
}
</style>
background-color css
<style>
a { background-color: #3B928B; }
a { background-color: rgb(59,146,139); }
div.DivClassName
{
background-color: #3B928B;
}
.BgClassName
{
background-color: #3B928B;
}
</style>
border-color css
<style>
span { border-color: #3B928B; }
span { border-color: rgb(59,146,139); }
td.TdClassName
{
border-color: #3B928B;
}
.TagClassName
{
border-color: #3B928B;
}
</style>