Shades of Blue Chill #388F94
Tints of Blue Chill #388F94
RGB
CMYK
RGB Variations
Color information
#388F94 (or 0x388F94) is known color: Blue Chill. HEX triplet: 38, 8F and 94. RGB value is (56,143,148). Sum of RGB (Red+Green+Blue) = 56+143+148=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #388F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F94 is #C7706B. Grayscale: #757575. Windows color (decimal): -13070444 or 9735992. OLE color: 9735992.
HSL color Cylindrical-coordinate representation of color #388F94: hue angle of 183.26º 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 #388F94 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 143 | 148 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.42 |
| HSL | 183.26º | 0.45% | 0.4% | - |
| HSV(B) | 183.26º | 0.62% | 0.58% | - |
| XYZ | 16.8 | 22.62 | 31.5 | - |
| YUV | 117.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 148 | 0.62 | 0.03 | 0 | 0.42 | 183.26 | 0.45 | 0.4 |
| Hex | 38 | 8F | 94 | 3E | 3 | 0 | 2A | B7 | 2D | 28 |
| Octal | 70 | 217 | 224 | 76 | 3 | 0 | 52 | 267 | 55 | 50 |
| Binary | 111000 | 10001111 | 10010100 | 111110 | 11 | 0 | 101010 | 10110111 | 101101 | 101000 |
Color Harmonies of #388F94
Complementary color
Monochromatic Colors of #388F94
Black with #388F94
Text Example
Text Example
White with #388F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F94; }
p { color: rgb(56,143,148); }
H1.HeaderClassName
{
color: #388F94;
}
.AnyTagClassName
{
color: #388F94;
}
</style>
background-color css
<style>
a { background-color: #388F94; }
a { background-color: rgb(56,143,148); }
div.DivClassName
{
background-color: #388F94;
}
.BgClassName
{
background-color: #388F94;
}
</style>
border-color css
<style>
span { border-color: #388F94; }
span { border-color: rgb(56,143,148); }
td.TdClassName
{
border-color: #388F94;
}
.TagClassName
{
border-color: #388F94;
}
</style>