Shades of Blue Chill #389F96
Tints of Blue Chill #389F96
RGB
CMYK
RGB Variations
Color information
#389F96 (or 0x389F96) is known color: Blue Chill. HEX triplet: 38, 9F and 96. RGB value is (56,159,150). Sum of RGB (Red+Green+Blue) = 56+159+150=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #389F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F96 is #C76069. Grayscale: #7F7F7F. Windows color (decimal): -13066346 or 9871160. OLE color: 9871160.
HSL color Cylindrical-coordinate representation of color #389F96: hue angle of 174.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F96 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 150 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.38 |
| HSL | 174.76º | 0.48% | 0.42% | - |
| HSV(B) | 174.76º | 0.65% | 0.62% | - |
| XYZ | 19.53 | 27.84 | 33.2 | - |
| YUV | 127.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 150 | 0.65 | 0 | 0.06 | 0.38 | 174.76 | 0.48 | 0.42 |
| Hex | 38 | 9F | 96 | 41 | 0 | 6 | 26 | AF | 30 | 2A |
| Octal | 70 | 237 | 226 | 101 | 0 | 6 | 46 | 257 | 60 | 52 |
| Binary | 111000 | 10011111 | 10010110 | 1000001 | 0 | 110 | 100110 | 10101111 | 110000 | 101010 |
Color Harmonies of #389F96
Complementary color
Monochromatic Colors of #389F96
Black with #389F96
Text Example
Text Example
White with #389F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F96; }
p { color: rgb(56,159,150); }
H1.HeaderClassName
{
color: #389F96;
}
.AnyTagClassName
{
color: #389F96;
}
</style>
background-color css
<style>
a { background-color: #389F96; }
a { background-color: rgb(56,159,150); }
div.DivClassName
{
background-color: #389F96;
}
.BgClassName
{
background-color: #389F96;
}
</style>
border-color css
<style>
span { border-color: #389F96; }
span { border-color: rgb(56,159,150); }
td.TdClassName
{
border-color: #389F96;
}
.TagClassName
{
border-color: #389F96;
}
</style>