Shades of Blue Chill #398B96
Tints of Blue Chill #398B96
RGB
CMYK
RGB Variations
Color information
#398B96 (or 0x398B96) is known color: Blue Chill. HEX triplet: 39, 8B and 96. RGB value is (57,139,150). Sum of RGB (Red+Green+Blue) = 57+139+150=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #398B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398B96 is #C67469. Grayscale: #737373. Windows color (decimal): -13005930 or 9866041. OLE color: 9866041.
HSL color Cylindrical-coordinate representation of color #398B96: hue angle of 187.1º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398B96 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 139 | 150 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.41 |
| HSL | 187.1º | 0.45% | 0.41% | - |
| HSV(B) | 187.1º | 0.62% | 0.59% | - |
| XYZ | 16.42 | 21.54 | 32.15 | - |
| YUV | 115.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 150 | 0.62 | 0.07 | 0 | 0.41 | 187.1 | 0.45 | 0.41 |
| Hex | 39 | 8B | 96 | 3E | 7 | 0 | 29 | BB | 2D | 29 |
| Octal | 71 | 213 | 226 | 76 | 7 | 0 | 51 | 273 | 55 | 51 |
| Binary | 111001 | 10001011 | 10010110 | 111110 | 111 | 0 | 101001 | 10111011 | 101101 | 101001 |
Color Harmonies of #398B96
Complementary color
Monochromatic Colors of #398B96
Black with #398B96
Text Example
Text Example
White with #398B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B96; }
p { color: rgb(57,139,150); }
H1.HeaderClassName
{
color: #398B96;
}
.AnyTagClassName
{
color: #398B96;
}
</style>
background-color css
<style>
a { background-color: #398B96; }
a { background-color: rgb(57,139,150); }
div.DivClassName
{
background-color: #398B96;
}
.BgClassName
{
background-color: #398B96;
}
</style>
border-color css
<style>
span { border-color: #398B96; }
span { border-color: rgb(57,139,150); }
td.TdClassName
{
border-color: #398B96;
}
.TagClassName
{
border-color: #398B96;
}
</style>