Shades of Blue Chill #388A83
Tints of Blue Chill #388A83
RGB
CMYK
RGB Variations
Color information
#388A83 (or 0x388A83) is known color: Blue Chill. HEX triplet: 38, 8A and 83. RGB value is (56,138,131). Sum of RGB (Red+Green+Blue) = 56+138+131=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #388A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388A83 is #C7757C. Grayscale: #707070. Windows color (decimal): -13071741 or 8620600. OLE color: 8620600.
HSL color Cylindrical-coordinate representation of color #388A83: hue angle of 174.88º 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 #388A83 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 131 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.46 |
| HSL | 174.88º | 0.42% | 0.38% | - |
| HSV(B) | 174.88º | 0.59% | 0.54% | - |
| XYZ | 14.82 | 20.66 | 24.68 | - |
| YUV | 112.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 131 | 0.59 | 0 | 0.05 | 0.46 | 174.88 | 0.42 | 0.38 |
| Hex | 38 | 8A | 83 | 3B | 0 | 5 | 2E | AF | 2A | 26 |
| Octal | 70 | 212 | 203 | 73 | 0 | 5 | 56 | 257 | 52 | 46 |
| Binary | 111000 | 10001010 | 10000011 | 111011 | 0 | 101 | 101110 | 10101111 | 101010 | 100110 |
Color Harmonies of #388A83
Complementary color
Monochromatic Colors of #388A83
Black with #388A83
Text Example
Text Example
White with #388A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A83; }
p { color: rgb(56,138,131); }
H1.HeaderClassName
{
color: #388A83;
}
.AnyTagClassName
{
color: #388A83;
}
</style>
background-color css
<style>
a { background-color: #388A83; }
a { background-color: rgb(56,138,131); }
div.DivClassName
{
background-color: #388A83;
}
.BgClassName
{
background-color: #388A83;
}
</style>
border-color css
<style>
span { border-color: #388A83; }
span { border-color: rgb(56,138,131); }
td.TdClassName
{
border-color: #388A83;
}
.TagClassName
{
border-color: #388A83;
}
</style>