Shades of Blue Chill #389196
Tints of Blue Chill #389196
RGB
CMYK
RGB Variations
Color information
#389196 (or 0x389196) is known color: Blue Chill. HEX triplet: 38, 91 and 96. RGB value is (56,145,150). Sum of RGB (Red+Green+Blue) = 56+145+150=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #389196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389196 is #C76E69. Grayscale: #767676. Windows color (decimal): -13069930 or 9867576. OLE color: 9867576.
HSL color Cylindrical-coordinate representation of color #389196: hue angle of 183.19º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389196 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 145 | 150 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.41 |
| HSL | 183.19º | 0.46% | 0.4% | - |
| HSV(B) | 183.19º | 0.63% | 0.59% | - |
| XYZ | 17.26 | 23.29 | 32.44 | - |
| YUV | 118.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 150 | 0.63 | 0.03 | 0 | 0.41 | 183.19 | 0.46 | 0.4 |
| Hex | 38 | 91 | 96 | 3F | 3 | 0 | 29 | B7 | 2E | 28 |
| Octal | 70 | 221 | 226 | 77 | 3 | 0 | 51 | 267 | 56 | 50 |
| Binary | 111000 | 10010001 | 10010110 | 111111 | 11 | 0 | 101001 | 10110111 | 101110 | 101000 |
Color Harmonies of #389196
Complementary color
Monochromatic Colors of #389196
Black with #389196
Text Example
Text Example
White with #389196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389196; }
p { color: rgb(56,145,150); }
H1.HeaderClassName
{
color: #389196;
}
.AnyTagClassName
{
color: #389196;
}
</style>
background-color css
<style>
a { background-color: #389196; }
a { background-color: rgb(56,145,150); }
div.DivClassName
{
background-color: #389196;
}
.BgClassName
{
background-color: #389196;
}
</style>
border-color css
<style>
span { border-color: #389196; }
span { border-color: rgb(56,145,150); }
td.TdClassName
{
border-color: #389196;
}
.TagClassName
{
border-color: #389196;
}
</style>