Shades of Blue Chill #389892
Tints of Blue Chill #389892
RGB
CMYK
RGB Variations
Color information
#389892 (or 0x389892) is known color: Blue Chill. HEX triplet: 38, 98 and 92. RGB value is (56,152,146). Sum of RGB (Red+Green+Blue) = 56+152+146=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #389892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389892 is #C7676D. Grayscale: #7A7A7A. Windows color (decimal): -13068142 or 9607224. OLE color: 9607224.
HSL color Cylindrical-coordinate representation of color #389892: hue angle of 176.25º 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 #389892 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 146 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.40 |
| HSL | 176.25º | 0.46% | 0.41% | - |
| HSV(B) | 176.25º | 0.63% | 0.6% | - |
| XYZ | 18.05 | 25.37 | 31.14 | - |
| YUV | 122.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 146 | 0.63 | 0 | 0.04 | 0.40 | 176.25 | 0.46 | 0.41 |
| Hex | 38 | 98 | 92 | 3F | 0 | 4 | 28 | B0 | 2E | 29 |
| Octal | 70 | 230 | 222 | 77 | 0 | 4 | 50 | 260 | 56 | 51 |
| Binary | 111000 | 10011000 | 10010010 | 111111 | 0 | 100 | 101000 | 10110000 | 101110 | 101001 |
Color Harmonies of #389892
Complementary color
Monochromatic Colors of #389892
Black with #389892
Text Example
Text Example
White with #389892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389892; }
p { color: rgb(56,152,146); }
H1.HeaderClassName
{
color: #389892;
}
.AnyTagClassName
{
color: #389892;
}
</style>
background-color css
<style>
a { background-color: #389892; }
a { background-color: rgb(56,152,146); }
div.DivClassName
{
background-color: #389892;
}
.BgClassName
{
background-color: #389892;
}
</style>
border-color css
<style>
span { border-color: #389892; }
span { border-color: rgb(56,152,146); }
td.TdClassName
{
border-color: #389892;
}
.TagClassName
{
border-color: #389892;
}
</style>