Shades of Blue Chill #388685
Tints of Blue Chill #388685
RGB
CMYK
RGB Variations
Color information
#388685 (or 0x388685) is known color: Blue Chill. HEX triplet: 38, 86 and 85. RGB value is (56,134,133). Sum of RGB (Red+Green+Blue) = 56+134+133=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #388685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388685 is #C7797A. Grayscale: #6E6E6E. Windows color (decimal): -13072763 or 8750648. OLE color: 8750648.
HSL color Cylindrical-coordinate representation of color #388685: hue angle of 179.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388685 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 134 | 133 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.47 |
| HSL | 179.23º | 0.41% | 0.37% | - |
| HSV(B) | 179.23º | 0.58% | 0.53% | - |
| XYZ | 14.39 | 19.58 | 25.21 | - |
| YUV | 110.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 133 | 0.58 | 0 | 0.01 | 0.47 | 179.23 | 0.41 | 0.37 |
| Hex | 38 | 86 | 85 | 3A | 0 | 1 | 2F | B3 | 29 | 25 |
| Octal | 70 | 206 | 205 | 72 | 0 | 1 | 57 | 263 | 51 | 45 |
| Binary | 111000 | 10000110 | 10000101 | 111010 | 0 | 1 | 101111 | 10110011 | 101001 | 100101 |
Color Harmonies of #388685
Complementary color
Monochromatic Colors of #388685
Black with #388685
Text Example
Text Example
White with #388685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388685; }
p { color: rgb(56,134,133); }
H1.HeaderClassName
{
color: #388685;
}
.AnyTagClassName
{
color: #388685;
}
</style>
background-color css
<style>
a { background-color: #388685; }
a { background-color: rgb(56,134,133); }
div.DivClassName
{
background-color: #388685;
}
.BgClassName
{
background-color: #388685;
}
</style>
border-color css
<style>
span { border-color: #388685; }
span { border-color: rgb(56,134,133); }
td.TdClassName
{
border-color: #388685;
}
.TagClassName
{
border-color: #388685;
}
</style>