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