Shades of Blue Chill #3B979D
Tints of Blue Chill #3B979D
RGB
CMYK
RGB Variations
Color information
#3B979D (or 0x3B979D) is known color: Blue Chill. HEX triplet: 3B, 97 and 9D. RGB value is (59,151,157). Sum of RGB (Red+Green+Blue) = 59+151+157=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B979D is #C46862. Grayscale: #7C7C7C. Windows color (decimal): -12871779 or 10327867. OLE color: 10327867.
HSL color Cylindrical-coordinate representation of color #3B979D: hue angle of 183.67º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B979D is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 151 | 157 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.38 |
| HSL | 183.67º | 0.45% | 0.42% | - |
| HSV(B) | 183.67º | 0.62% | 0.62% | - |
| XYZ | 18.96 | 25.5 | 35.82 | - |
| YUV | 124.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 157 | 0.62 | 0.04 | 0 | 0.38 | 183.67 | 0.45 | 0.42 |
| Hex | 3B | 97 | 9D | 3E | 4 | 0 | 26 | B8 | 2D | 2A |
| Octal | 73 | 227 | 235 | 76 | 4 | 0 | 46 | 270 | 55 | 52 |
| Binary | 111011 | 10010111 | 10011101 | 111110 | 100 | 0 | 100110 | 10111000 | 101101 | 101010 |
Color Harmonies of #3B979D
Complementary color
Monochromatic Colors of #3B979D
Black with #3B979D
Text Example
Text Example
White with #3B979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B979D; }
p { color: rgb(59,151,157); }
H1.HeaderClassName
{
color: #3B979D;
}
.AnyTagClassName
{
color: #3B979D;
}
</style>
background-color css
<style>
a { background-color: #3B979D; }
a { background-color: rgb(59,151,157); }
div.DivClassName
{
background-color: #3B979D;
}
.BgClassName
{
background-color: #3B979D;
}
</style>
border-color css
<style>
span { border-color: #3B979D; }
span { border-color: rgb(59,151,157); }
td.TdClassName
{
border-color: #3B979D;
}
.TagClassName
{
border-color: #3B979D;
}
</style>