Shades of Blue Chill #389390
Tints of Blue Chill #389390
RGB
CMYK
RGB Variations
Color information
#389390 (or 0x389390) is known color: Blue Chill. HEX triplet: 38, 93 and 90. RGB value is (56,147,144). Sum of RGB (Red+Green+Blue) = 56+147+144=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #389390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389390 is #C76C6F. Grayscale: #777777. Windows color (decimal): -13069424 or 9474872. OLE color: 9474872.
HSL color Cylindrical-coordinate representation of color #389390: hue angle of 178.02º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389390 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 147 | 144 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.42 |
| HSL | 178.02º | 0.45% | 0.4% | - |
| HSV(B) | 178.02º | 0.62% | 0.58% | - |
| XYZ | 17.1 | 23.72 | 30.06 | - |
| YUV | 119.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 144 | 0.62 | 0 | 0.02 | 0.42 | 178.02 | 0.45 | 0.4 |
| Hex | 38 | 93 | 90 | 3E | 0 | 2 | 2A | B2 | 2D | 28 |
| Octal | 70 | 223 | 220 | 76 | 0 | 2 | 52 | 262 | 55 | 50 |
| Binary | 111000 | 10010011 | 10010000 | 111110 | 0 | 10 | 101010 | 10110010 | 101101 | 101000 |
Color Harmonies of #389390
Complementary color
Monochromatic Colors of #389390
Black with #389390
Text Example
Text Example
White with #389390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389390; }
p { color: rgb(56,147,144); }
H1.HeaderClassName
{
color: #389390;
}
.AnyTagClassName
{
color: #389390;
}
</style>
background-color css
<style>
a { background-color: #389390; }
a { background-color: rgb(56,147,144); }
div.DivClassName
{
background-color: #389390;
}
.BgClassName
{
background-color: #389390;
}
</style>
border-color css
<style>
span { border-color: #389390; }
span { border-color: rgb(56,147,144); }
td.TdClassName
{
border-color: #389390;
}
.TagClassName
{
border-color: #389390;
}
</style>