Shades of Blue Chill #398785
Tints of Blue Chill #398785
RGB
CMYK
RGB Variations
Color information
#398785 (or 0x398785) is known color: Blue Chill. HEX triplet: 39, 87 and 85. RGB value is (57,135,133). Sum of RGB (Red+Green+Blue) = 57+135+133=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #398785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398785 is #C6787A. Grayscale: #6F6F6F. Windows color (decimal): -13006971 or 8750905. OLE color: 8750905.
HSL color Cylindrical-coordinate representation of color #398785: hue angle of 178.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398785 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 135 | 133 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.47 |
| HSL | 178.46º | 0.41% | 0.38% | - |
| HSV(B) | 178.46º | 0.58% | 0.53% | - |
| XYZ | 14.58 | 19.89 | 25.26 | - |
| YUV | 111.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 133 | 0.58 | 0 | 0.01 | 0.47 | 178.46 | 0.41 | 0.38 |
| Hex | 39 | 87 | 85 | 3A | 0 | 1 | 2F | B2 | 29 | 26 |
| Octal | 71 | 207 | 205 | 72 | 0 | 1 | 57 | 262 | 51 | 46 |
| Binary | 111001 | 10000111 | 10000101 | 111010 | 0 | 1 | 101111 | 10110010 | 101001 | 100110 |
Color Harmonies of #398785
Complementary color
Monochromatic Colors of #398785
Black with #398785
Text Example
Text Example
White with #398785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398785; }
p { color: rgb(57,135,133); }
H1.HeaderClassName
{
color: #398785;
}
.AnyTagClassName
{
color: #398785;
}
</style>
background-color css
<style>
a { background-color: #398785; }
a { background-color: rgb(57,135,133); }
div.DivClassName
{
background-color: #398785;
}
.BgClassName
{
background-color: #398785;
}
</style>
border-color css
<style>
span { border-color: #398785; }
span { border-color: rgb(57,135,133); }
td.TdClassName
{
border-color: #398785;
}
.TagClassName
{
border-color: #398785;
}
</style>