Shades of Blue Chill #399D9B
Tints of Blue Chill #399D9B
RGB
CMYK
RGB Variations
Color information
#399D9B (or 0x399D9B) is known color: Blue Chill. HEX triplet: 39, 9D and 9B. RGB value is (57,157,155). Sum of RGB (Red+Green+Blue) = 57+157+155=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #399D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399D9B is #C66264. Grayscale: #7E7E7E. Windows color (decimal): -13001317 or 10198329. OLE color: 10198329.
HSL color Cylindrical-coordinate representation of color #399D9B: hue angle of 178.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D9B is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 155 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.38 |
| HSL | 178.8º | 0.47% | 0.42% | - |
| HSV(B) | 178.8º | 0.64% | 0.62% | - |
| XYZ | 19.66 | 27.35 | 35.25 | - |
| YUV | 126.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 155 | 0.64 | 0 | 0.01 | 0.38 | 178.8 | 0.47 | 0.42 |
| Hex | 39 | 9D | 9B | 40 | 0 | 1 | 26 | B3 | 2F | 2A |
| Octal | 71 | 235 | 233 | 100 | 0 | 1 | 46 | 263 | 57 | 52 |
| Binary | 111001 | 10011101 | 10011011 | 1000000 | 0 | 1 | 100110 | 10110011 | 101111 | 101010 |
Color Harmonies of #399D9B
Complementary color
Monochromatic Colors of #399D9B
Black with #399D9B
Text Example
Text Example
White with #399D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D9B; }
p { color: rgb(57,157,155); }
H1.HeaderClassName
{
color: #399D9B;
}
.AnyTagClassName
{
color: #399D9B;
}
</style>
background-color css
<style>
a { background-color: #399D9B; }
a { background-color: rgb(57,157,155); }
div.DivClassName
{
background-color: #399D9B;
}
.BgClassName
{
background-color: #399D9B;
}
</style>
border-color css
<style>
span { border-color: #399D9B; }
span { border-color: rgb(57,157,155); }
td.TdClassName
{
border-color: #399D9B;
}
.TagClassName
{
border-color: #399D9B;
}
</style>