Shades of Niagara #3BAF9D
Tints of Niagara #3BAF9D
RGB
CMYK
RGB Variations
Color information
#3BAF9D (or 0x3BAF9D) is known color: Niagara. HEX triplet: 3B, AF and 9D. RGB value is (59,175,157). Sum of RGB (Red+Green+Blue) = 59+175+157=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF9D is #C45062. Grayscale: #8A8A8A. Windows color (decimal): -12865635 or 10334011. OLE color: 10334011.
HSL color Cylindrical-coordinate representation of color #3BAF9D: hue angle of 170.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF9D is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 157 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.31 |
| HSL | 170.69º | 0.5% | 0.46% | - |
| HSV(B) | 170.69º | 0.66% | 0.69% | - |
| XYZ | 23.22 | 34.02 | 37.24 | - |
| YUV | 138.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 157 | 0.66 | 0 | 0.10 | 0.31 | 170.69 | 0.5 | 0.46 |
| Hex | 3B | AF | 9D | 42 | 0 | A | 1F | AB | 32 | 2E |
| Octal | 73 | 257 | 235 | 102 | 0 | 12 | 37 | 253 | 62 | 56 |
| Binary | 111011 | 10101111 | 10011101 | 1000010 | 0 | 1010 | 11111 | 10101011 | 110010 | 101110 |
Color Harmonies of #3BAF9D
Complementary color
Monochromatic Colors of #3BAF9D
Black with #3BAF9D
Text Example
Text Example
White with #3BAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF9D; }
p { color: rgb(59,175,157); }
H1.HeaderClassName
{
color: #3BAF9D;
}
.AnyTagClassName
{
color: #3BAF9D;
}
</style>
background-color css
<style>
a { background-color: #3BAF9D; }
a { background-color: rgb(59,175,157); }
div.DivClassName
{
background-color: #3BAF9D;
}
.BgClassName
{
background-color: #3BAF9D;
}
</style>
border-color css
<style>
span { border-color: #3BAF9D; }
span { border-color: rgb(59,175,157); }
td.TdClassName
{
border-color: #3BAF9D;
}
.TagClassName
{
border-color: #3BAF9D;
}
</style>