Shades of Blue Chill #398B85
Tints of Blue Chill #398B85
RGB
CMYK
RGB Variations
Color information
#398B85 (or 0x398B85) is known color: Blue Chill. HEX triplet: 39, 8B and 85. RGB value is (57,139,133). Sum of RGB (Red+Green+Blue) = 57+139+133=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #398B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398B85 is #C6747A. Grayscale: #717171. Windows color (decimal): -13005947 or 8751929. OLE color: 8751929.
HSL color Cylindrical-coordinate representation of color #398B85: hue angle of 175.61º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B85 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 133 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.45 |
| HSL | 175.61º | 0.42% | 0.38% | - |
| HSV(B) | 175.61º | 0.59% | 0.55% | - |
| XYZ | 15.15 | 21.03 | 25.45 | - |
| YUV | 113.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 133 | 0.59 | 0 | 0.04 | 0.45 | 175.61 | 0.42 | 0.38 |
| Hex | 39 | 8B | 85 | 3B | 0 | 4 | 2D | B0 | 2A | 26 |
| Octal | 71 | 213 | 205 | 73 | 0 | 4 | 55 | 260 | 52 | 46 |
| Binary | 111001 | 10001011 | 10000101 | 111011 | 0 | 100 | 101101 | 10110000 | 101010 | 100110 |
Color Harmonies of #398B85
Complementary color
Monochromatic Colors of #398B85
Black with #398B85
Text Example
Text Example
White with #398B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B85; }
p { color: rgb(57,139,133); }
H1.HeaderClassName
{
color: #398B85;
}
.AnyTagClassName
{
color: #398B85;
}
</style>
background-color css
<style>
a { background-color: #398B85; }
a { background-color: rgb(57,139,133); }
div.DivClassName
{
background-color: #398B85;
}
.BgClassName
{
background-color: #398B85;
}
</style>
border-color css
<style>
span { border-color: #398B85; }
span { border-color: rgb(57,139,133); }
td.TdClassName
{
border-color: #398B85;
}
.TagClassName
{
border-color: #398B85;
}
</style>