Shades of Blue Chill #3B898D
Tints of Blue Chill #3B898D
RGB
CMYK
RGB Variations
Color information
#3B898D (or 0x3B898D) is known color: Blue Chill. HEX triplet: 3B, 89 and 8D. RGB value is (59,137,141). Sum of RGB (Red+Green+Blue) = 59+137+141=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B898D is #C47672. Grayscale: #727272. Windows color (decimal): -12875379 or 9275707. OLE color: 9275707.
HSL color Cylindrical-coordinate representation of color #3B898D: hue angle of 182.93º degrees, saturation: 0.41, 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 #3B898D is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 137 | 141 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.45 |
| HSL | 182.93º | 0.41% | 0.39% | - |
| HSV(B) | 182.93º | 0.58% | 0.55% | - |
| XYZ | 15.56 | 20.74 | 28.38 | - |
| YUV | 114.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 137 | 141 | 0.58 | 0.03 | 0 | 0.45 | 182.93 | 0.41 | 0.39 |
| Hex | 3B | 89 | 8D | 3A | 3 | 0 | 2D | B7 | 29 | 27 |
| Octal | 73 | 211 | 215 | 72 | 3 | 0 | 55 | 267 | 51 | 47 |
| Binary | 111011 | 10001001 | 10001101 | 111010 | 11 | 0 | 101101 | 10110111 | 101001 | 100111 |
Color Harmonies of #3B898D
Complementary color
Monochromatic Colors of #3B898D
Black with #3B898D
Text Example
Text Example
White with #3B898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B898D; }
p { color: rgb(59,137,141); }
H1.HeaderClassName
{
color: #3B898D;
}
.AnyTagClassName
{
color: #3B898D;
}
</style>
background-color css
<style>
a { background-color: #3B898D; }
a { background-color: rgb(59,137,141); }
div.DivClassName
{
background-color: #3B898D;
}
.BgClassName
{
background-color: #3B898D;
}
</style>
border-color css
<style>
span { border-color: #3B898D; }
span { border-color: rgb(59,137,141); }
td.TdClassName
{
border-color: #3B898D;
}
.TagClassName
{
border-color: #3B898D;
}
</style>