Shades of Blue Chill #389896
Tints of Blue Chill #389896
RGB
CMYK
RGB Variations
Color information
#389896 (or 0x389896) is known color: Blue Chill. HEX triplet: 38, 98 and 96. RGB value is (56,152,150). Sum of RGB (Red+Green+Blue) = 56+152+150=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #389896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389896 is #C76769. Grayscale: #7A7A7A. Windows color (decimal): -13068138 or 9869368. OLE color: 9869368.
HSL color Cylindrical-coordinate representation of color #389896: hue angle of 178.75º 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 #389896 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 150 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.40 |
| HSL | 178.75º | 0.46% | 0.41% | - |
| HSV(B) | 178.75º | 0.63% | 0.6% | - |
| XYZ | 18.36 | 25.5 | 32.81 | - |
| YUV | 123.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 150 | 0.63 | 0 | 0.01 | 0.40 | 178.75 | 0.46 | 0.41 |
| Hex | 38 | 98 | 96 | 3F | 0 | 1 | 28 | B3 | 2E | 29 |
| Octal | 70 | 230 | 226 | 77 | 0 | 1 | 50 | 263 | 56 | 51 |
| Binary | 111000 | 10011000 | 10010110 | 111111 | 0 | 1 | 101000 | 10110011 | 101110 | 101001 |
Color Harmonies of #389896
Complementary color
Monochromatic Colors of #389896
Black with #389896
Text Example
Text Example
White with #389896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389896; }
p { color: rgb(56,152,150); }
H1.HeaderClassName
{
color: #389896;
}
.AnyTagClassName
{
color: #389896;
}
</style>
background-color css
<style>
a { background-color: #389896; }
a { background-color: rgb(56,152,150); }
div.DivClassName
{
background-color: #389896;
}
.BgClassName
{
background-color: #389896;
}
</style>
border-color css
<style>
span { border-color: #389896; }
span { border-color: rgb(56,152,150); }
td.TdClassName
{
border-color: #389896;
}
.TagClassName
{
border-color: #389896;
}
</style>