Shades of Blue Chill #388988
Tints of Blue Chill #388988
RGB
CMYK
RGB Variations
Color information
#388988 (or 0x388988) is known color: Blue Chill. HEX triplet: 38, 89 and 88. RGB value is (56,137,136). Sum of RGB (Red+Green+Blue) = 56+137+136=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #388988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388988 is #C77677. Grayscale: #707070. Windows color (decimal): -13071992 or 8948024. OLE color: 8948024.
HSL color Cylindrical-coordinate representation of color #388988: hue angle of 179.26º 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 #388988 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 137 | 136 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.46 |
| HSL | 179.26º | 0.42% | 0.38% | - |
| HSV(B) | 179.26º | 0.59% | 0.54% | - |
| XYZ | 15.02 | 20.51 | 26.46 | - |
| YUV | 112.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 137 | 136 | 0.59 | 0 | 0.01 | 0.46 | 179.26 | 0.42 | 0.38 |
| Hex | 38 | 89 | 88 | 3B | 0 | 1 | 2E | B3 | 2A | 26 |
| Octal | 70 | 211 | 210 | 73 | 0 | 1 | 56 | 263 | 52 | 46 |
| Binary | 111000 | 10001001 | 10001000 | 111011 | 0 | 1 | 101110 | 10110011 | 101010 | 100110 |
Color Harmonies of #388988
Complementary color
Monochromatic Colors of #388988
Black with #388988
Text Example
Text Example
White with #388988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388988; }
p { color: rgb(56,137,136); }
H1.HeaderClassName
{
color: #388988;
}
.AnyTagClassName
{
color: #388988;
}
</style>
background-color css
<style>
a { background-color: #388988; }
a { background-color: rgb(56,137,136); }
div.DivClassName
{
background-color: #388988;
}
.BgClassName
{
background-color: #388988;
}
</style>
border-color css
<style>
span { border-color: #388988; }
span { border-color: rgb(56,137,136); }
td.TdClassName
{
border-color: #388988;
}
.TagClassName
{
border-color: #388988;
}
</style>