Shades of Blue Chill #389996
Tints of Blue Chill #389996
RGB
CMYK
RGB Variations
Color information
#389996 (or 0x389996) is known color: Blue Chill. HEX triplet: 38, 99 and 96. RGB value is (56,153,150). Sum of RGB (Red+Green+Blue) = 56+153+150=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #389996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389996 is #C76669. Grayscale: #7B7B7B. Windows color (decimal): -13067882 or 9869624. OLE color: 9869624.
HSL color Cylindrical-coordinate representation of color #389996: hue angle of 178.14º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389996 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 150 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.4 |
| HSL | 178.14º | 0.46% | 0.41% | - |
| HSV(B) | 178.14º | 0.63% | 0.6% | - |
| XYZ | 18.53 | 25.83 | 32.86 | - |
| YUV | 123.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 150 | 0.63 | 0 | 0.02 | 0.4 | 178.14 | 0.46 | 0.41 |
| Hex | 38 | 99 | 96 | 3F | 0 | 2 | 28 | B2 | 2E | 29 |
| Octal | 70 | 231 | 226 | 77 | 0 | 2 | 50 | 262 | 56 | 51 |
| Binary | 111000 | 10011001 | 10010110 | 111111 | 0 | 10 | 101000 | 10110010 | 101110 | 101001 |
Color Harmonies of #389996
Complementary color
Monochromatic Colors of #389996
Black with #389996
Text Example
Text Example
White with #389996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389996; }
p { color: rgb(56,153,150); }
H1.HeaderClassName
{
color: #389996;
}
.AnyTagClassName
{
color: #389996;
}
</style>
background-color css
<style>
a { background-color: #389996; }
a { background-color: rgb(56,153,150); }
div.DivClassName
{
background-color: #389996;
}
.BgClassName
{
background-color: #389996;
}
</style>
border-color css
<style>
span { border-color: #389996; }
span { border-color: rgb(56,153,150); }
td.TdClassName
{
border-color: #389996;
}
.TagClassName
{
border-color: #389996;
}
</style>