Shades of Blue Chill #398682
Tints of Blue Chill #398682
RGB
CMYK
RGB Variations
Color information
#398682 (or 0x398682) is known color: Blue Chill. HEX triplet: 39, 86 and 82. RGB value is (57,134,130). Sum of RGB (Red+Green+Blue) = 57+134+130=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #398682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398682 is #C6797D. Grayscale: #6E6E6E. Windows color (decimal): -13007230 or 8554041. OLE color: 8554041.
HSL color Cylindrical-coordinate representation of color #398682: hue angle of 176.88º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398682 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 134 | 130 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.47 |
| HSL | 176.88º | 0.4% | 0.37% | - |
| HSV(B) | 176.88º | 0.57% | 0.53% | - |
| XYZ | 14.24 | 19.53 | 24.14 | - |
| YUV | 110.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 134 | 130 | 0.57 | 0 | 0.03 | 0.47 | 176.88 | 0.4 | 0.37 |
| Hex | 39 | 86 | 82 | 39 | 0 | 3 | 2F | B1 | 28 | 25 |
| Octal | 71 | 206 | 202 | 71 | 0 | 3 | 57 | 261 | 50 | 45 |
| Binary | 111001 | 10000110 | 10000010 | 111001 | 0 | 11 | 101111 | 10110001 | 101000 | 100101 |
Color Harmonies of #398682
Complementary color
Monochromatic Colors of #398682
Black with #398682
Text Example
Text Example
White with #398682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398682; }
p { color: rgb(57,134,130); }
H1.HeaderClassName
{
color: #398682;
}
.AnyTagClassName
{
color: #398682;
}
</style>
background-color css
<style>
a { background-color: #398682; }
a { background-color: rgb(57,134,130); }
div.DivClassName
{
background-color: #398682;
}
.BgClassName
{
background-color: #398682;
}
</style>
border-color css
<style>
span { border-color: #398682; }
span { border-color: rgb(57,134,130); }
td.TdClassName
{
border-color: #398682;
}
.TagClassName
{
border-color: #398682;
}
</style>