Shades of Blue Chill #389893
Tints of Blue Chill #389893
RGB
CMYK
RGB Variations
Color information
#389893 (or 0x389893) is known color: Blue Chill. HEX triplet: 38, 98 and 93. RGB value is (56,152,147). Sum of RGB (Red+Green+Blue) = 56+152+147=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #389893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389893 is #C7676C. Grayscale: #7A7A7A. Windows color (decimal): -13068141 or 9672760. OLE color: 9672760.
HSL color Cylindrical-coordinate representation of color #389893: hue angle of 176.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389893 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 147 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.40 |
| HSL | 176.88º | 0.46% | 0.41% | - |
| HSV(B) | 176.88º | 0.63% | 0.6% | - |
| XYZ | 18.13 | 25.4 | 31.55 | - |
| YUV | 122.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 147 | 0.63 | 0 | 0.03 | 0.40 | 176.88 | 0.46 | 0.41 |
| Hex | 38 | 98 | 93 | 3F | 0 | 3 | 28 | B1 | 2E | 29 |
| Octal | 70 | 230 | 223 | 77 | 0 | 3 | 50 | 261 | 56 | 51 |
| Binary | 111000 | 10011000 | 10010011 | 111111 | 0 | 11 | 101000 | 10110001 | 101110 | 101001 |
Color Harmonies of #389893
Complementary color
Monochromatic Colors of #389893
Black with #389893
Text Example
Text Example
White with #389893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389893; }
p { color: rgb(56,152,147); }
H1.HeaderClassName
{
color: #389893;
}
.AnyTagClassName
{
color: #389893;
}
</style>
background-color css
<style>
a { background-color: #389893; }
a { background-color: rgb(56,152,147); }
div.DivClassName
{
background-color: #389893;
}
.BgClassName
{
background-color: #389893;
}
</style>
border-color css
<style>
span { border-color: #389893; }
span { border-color: rgb(56,152,147); }
td.TdClassName
{
border-color: #389893;
}
.TagClassName
{
border-color: #389893;
}
</style>