Shades of Blue Chill #388984
Tints of Blue Chill #388984
RGB
CMYK
RGB Variations
Color information
#388984 (or 0x388984) is known color: Blue Chill. HEX triplet: 38, 89 and 84. RGB value is (56,137,132). Sum of RGB (Red+Green+Blue) = 56+137+132=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #388984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388984 is #C7767B. Grayscale: #707070. Windows color (decimal): -13071996 or 8685880. OLE color: 8685880.
HSL color Cylindrical-coordinate representation of color #388984: hue angle of 176.3º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388984 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 132 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.46 |
| HSL | 176.3º | 0.42% | 0.38% | - |
| HSV(B) | 176.3º | 0.59% | 0.54% | - |
| XYZ | 14.74 | 20.4 | 24.99 | - |
| YUV | 112.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 132 | 0.59 | 0 | 0.04 | 0.46 | 176.3 | 0.42 | 0.38 |
| Hex | 38 | 89 | 84 | 3B | 0 | 4 | 2E | B0 | 2A | 26 |
| Octal | 70 | 211 | 204 | 73 | 0 | 4 | 56 | 260 | 52 | 46 |
| Binary | 111000 | 10001001 | 10000100 | 111011 | 0 | 100 | 101110 | 10110000 | 101010 | 100110 |
Color Harmonies of #388984
Complementary color
Monochromatic Colors of #388984
Black with #388984
Text Example
Text Example
White with #388984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388984; }
p { color: rgb(56,137,132); }
H1.HeaderClassName
{
color: #388984;
}
.AnyTagClassName
{
color: #388984;
}
</style>
background-color css
<style>
a { background-color: #388984; }
a { background-color: rgb(56,137,132); }
div.DivClassName
{
background-color: #388984;
}
.BgClassName
{
background-color: #388984;
}
</style>
border-color css
<style>
span { border-color: #388984; }
span { border-color: rgb(56,137,132); }
td.TdClassName
{
border-color: #388984;
}
.TagClassName
{
border-color: #388984;
}
</style>