Shades of Blue Chill #388A94
Tints of Blue Chill #388A94
RGB
CMYK
RGB Variations
Color information
#388A94 (or 0x388A94) is known color: Blue Chill. HEX triplet: 38, 8A and 94. RGB value is (56,138,148). Sum of RGB (Red+Green+Blue) = 56+138+148=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #388A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388A94 is #C7756B. Grayscale: #727272. Windows color (decimal): -13071724 or 9734712. OLE color: 9734712.
HSL color Cylindrical-coordinate representation of color #388A94: hue angle of 186.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388A94 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 138 | 148 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.42 |
| HSL | 186.52º | 0.45% | 0.4% | - |
| HSV(B) | 186.52º | 0.62% | 0.58% | - |
| XYZ | 16.06 | 21.16 | 31.25 | - |
| YUV | 114.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 148 | 0.62 | 0.07 | 0 | 0.42 | 186.52 | 0.45 | 0.4 |
| Hex | 38 | 8A | 94 | 3E | 7 | 0 | 2A | BB | 2D | 28 |
| Octal | 70 | 212 | 224 | 76 | 7 | 0 | 52 | 273 | 55 | 50 |
| Binary | 111000 | 10001010 | 10010100 | 111110 | 111 | 0 | 101010 | 10111011 | 101101 | 101000 |
Color Harmonies of #388A94
Complementary color
Monochromatic Colors of #388A94
Black with #388A94
Text Example
Text Example
White with #388A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A94; }
p { color: rgb(56,138,148); }
H1.HeaderClassName
{
color: #388A94;
}
.AnyTagClassName
{
color: #388A94;
}
</style>
background-color css
<style>
a { background-color: #388A94; }
a { background-color: rgb(56,138,148); }
div.DivClassName
{
background-color: #388A94;
}
.BgClassName
{
background-color: #388A94;
}
</style>
border-color css
<style>
span { border-color: #388A94; }
span { border-color: rgb(56,138,148); }
td.TdClassName
{
border-color: #388A94;
}
.TagClassName
{
border-color: #388A94;
}
</style>