Shades of Blue Chill #398D93
Tints of Blue Chill #398D93
RGB
CMYK
RGB Variations
Color information
#398D93 (or 0x398D93) is known color: Blue Chill. HEX triplet: 39, 8D and 93. RGB value is (57,141,147). Sum of RGB (Red+Green+Blue) = 57+141+147=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #398D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398D93 is #C6726C. Grayscale: #747474. Windows color (decimal): -13005421 or 9669945. OLE color: 9669945.
HSL color Cylindrical-coordinate representation of color #398D93: hue angle of 184º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398D93 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 141 | 147 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.42 |
| HSL | 184º | 0.44% | 0.4% | - |
| HSV(B) | 184º | 0.61% | 0.58% | - |
| XYZ | 16.48 | 22.03 | 30.99 | - |
| YUV | 116.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 147 | 0.61 | 0.04 | 0 | 0.42 | 184 | 0.44 | 0.4 |
| Hex | 39 | 8D | 93 | 3D | 4 | 0 | 2A | B8 | 2C | 28 |
| Octal | 71 | 215 | 223 | 75 | 4 | 0 | 52 | 270 | 54 | 50 |
| Binary | 111001 | 10001101 | 10010011 | 111101 | 100 | 0 | 101010 | 10111000 | 101100 | 101000 |
Color Harmonies of #398D93
Complementary color
Monochromatic Colors of #398D93
Black with #398D93
Text Example
Text Example
White with #398D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398D93; }
p { color: rgb(57,141,147); }
H1.HeaderClassName
{
color: #398D93;
}
.AnyTagClassName
{
color: #398D93;
}
</style>
background-color css
<style>
a { background-color: #398D93; }
a { background-color: rgb(57,141,147); }
div.DivClassName
{
background-color: #398D93;
}
.BgClassName
{
background-color: #398D93;
}
</style>
border-color css
<style>
span { border-color: #398D93; }
span { border-color: rgb(57,141,147); }
td.TdClassName
{
border-color: #398D93;
}
.TagClassName
{
border-color: #398D93;
}
</style>