Shades of Blue Chill #388F87
Tints of Blue Chill #388F87
RGB
CMYK
RGB Variations
Color information
#388F87 (or 0x388F87) is known color: Blue Chill. HEX triplet: 38, 8F and 87. RGB value is (56,143,135). Sum of RGB (Red+Green+Blue) = 56+143+135=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #388F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F87 is #C77078. Grayscale: #747474. Windows color (decimal): -13070457 or 8884024. OLE color: 8884024.
HSL color Cylindrical-coordinate representation of color #388F87: hue angle of 174.48º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F87 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 143 | 135 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.44 |
| HSL | 174.48º | 0.44% | 0.39% | - |
| HSV(B) | 174.48º | 0.61% | 0.56% | - |
| XYZ | 15.83 | 22.23 | 26.38 | - |
| YUV | 116.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 135 | 0.61 | 0 | 0.06 | 0.44 | 174.48 | 0.44 | 0.39 |
| Hex | 38 | 8F | 87 | 3D | 0 | 6 | 2C | AE | 2C | 27 |
| Octal | 70 | 217 | 207 | 75 | 0 | 6 | 54 | 256 | 54 | 47 |
| Binary | 111000 | 10001111 | 10000111 | 111101 | 0 | 110 | 101100 | 10101110 | 101100 | 100111 |
Color Harmonies of #388F87
Complementary color
Monochromatic Colors of #388F87
Black with #388F87
Text Example
Text Example
White with #388F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F87; }
p { color: rgb(56,143,135); }
H1.HeaderClassName
{
color: #388F87;
}
.AnyTagClassName
{
color: #388F87;
}
</style>
background-color css
<style>
a { background-color: #388F87; }
a { background-color: rgb(56,143,135); }
div.DivClassName
{
background-color: #388F87;
}
.BgClassName
{
background-color: #388F87;
}
</style>
border-color css
<style>
span { border-color: #388F87; }
span { border-color: rgb(56,143,135); }
td.TdClassName
{
border-color: #388F87;
}
.TagClassName
{
border-color: #388F87;
}
</style>