Shades of Blue Chill #389189
Tints of Blue Chill #389189
RGB
CMYK
RGB Variations
Color information
#389189 (or 0x389189) is known color: Blue Chill. HEX triplet: 38, 91 and 89. RGB value is (56,145,137). Sum of RGB (Red+Green+Blue) = 56+145+137=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #389189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389189 is #C76E76. Grayscale: #757575. Windows color (decimal): -13069943 or 9015608. OLE color: 9015608.
HSL color Cylindrical-coordinate representation of color #389189: hue angle of 174.61º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389189 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 137 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.43 |
| HSL | 174.61º | 0.44% | 0.39% | - |
| HSV(B) | 174.61º | 0.61% | 0.57% | - |
| XYZ | 16.27 | 22.9 | 27.23 | - |
| YUV | 117.48 | 139.01 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 137 | 0.61 | 0 | 0.06 | 0.43 | 174.61 | 0.44 | 0.39 |
| Hex | 38 | 91 | 89 | 3D | 0 | 6 | 2B | AF | 2C | 27 |
| Octal | 70 | 221 | 211 | 75 | 0 | 6 | 53 | 257 | 54 | 47 |
| Binary | 111000 | 10010001 | 10001001 | 111101 | 0 | 110 | 101011 | 10101111 | 101100 | 100111 |
Color Harmonies of #389189
Complementary color
Monochromatic Colors of #389189
Black with #389189
Text Example
Text Example
White with #389189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389189; }
p { color: rgb(56,145,137); }
H1.HeaderClassName
{
color: #389189;
}
.AnyTagClassName
{
color: #389189;
}
</style>
background-color css
<style>
a { background-color: #389189; }
a { background-color: rgb(56,145,137); }
div.DivClassName
{
background-color: #389189;
}
.BgClassName
{
background-color: #389189;
}
</style>
border-color css
<style>
span { border-color: #389189; }
span { border-color: rgb(56,145,137); }
td.TdClassName
{
border-color: #389189;
}
.TagClassName
{
border-color: #389189;
}
</style>