Shades of Blue Chill #388F93
Tints of Blue Chill #388F93
RGB
CMYK
RGB Variations
Color information
#388F93 (or 0x388F93) is known color: Blue Chill. HEX triplet: 38, 8F and 93. RGB value is (56,143,147). Sum of RGB (Red+Green+Blue) = 56+143+147=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #388F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388F93 is #C7706C. Grayscale: #757575. Windows color (decimal): -13070445 or 9670456. OLE color: 9670456.
HSL color Cylindrical-coordinate representation of color #388F93: hue angle of 182.64º 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 #388F93 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 143 | 147 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.42 |
| HSL | 182.64º | 0.45% | 0.4% | - |
| HSV(B) | 182.64º | 0.62% | 0.58% | - |
| XYZ | 16.72 | 22.59 | 31.08 | - |
| YUV | 117.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 147 | 0.62 | 0.03 | 0 | 0.42 | 182.64 | 0.45 | 0.4 |
| Hex | 38 | 8F | 93 | 3E | 3 | 0 | 2A | B7 | 2D | 28 |
| Octal | 70 | 217 | 223 | 76 | 3 | 0 | 52 | 267 | 55 | 50 |
| Binary | 111000 | 10001111 | 10010011 | 111110 | 11 | 0 | 101010 | 10110111 | 101101 | 101000 |
Color Harmonies of #388F93
Complementary color
Monochromatic Colors of #388F93
Black with #388F93
Text Example
Text Example
White with #388F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F93; }
p { color: rgb(56,143,147); }
H1.HeaderClassName
{
color: #388F93;
}
.AnyTagClassName
{
color: #388F93;
}
</style>
background-color css
<style>
a { background-color: #388F93; }
a { background-color: rgb(56,143,147); }
div.DivClassName
{
background-color: #388F93;
}
.BgClassName
{
background-color: #388F93;
}
</style>
border-color css
<style>
span { border-color: #388F93; }
span { border-color: rgb(56,143,147); }
td.TdClassName
{
border-color: #388F93;
}
.TagClassName
{
border-color: #388F93;
}
</style>