Shades of Blue Chill #389499
Tints of Blue Chill #389499
RGB
CMYK
RGB Variations
Color information
#389499 (or 0x389499) is known color: Blue Chill. HEX triplet: 38, 94 and 99. RGB value is (56,148,153). Sum of RGB (Red+Green+Blue) = 56+148+153=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #389499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389499 is #C76B66. Grayscale: #787878. Windows color (decimal): -13069159 or 10064952. OLE color: 10064952.
HSL color Cylindrical-coordinate representation of color #389499: hue angle of 183.09º 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 #389499 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 148 | 153 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.4 |
| HSL | 183.09º | 0.46% | 0.41% | - |
| HSV(B) | 183.09º | 0.63% | 0.6% | - |
| XYZ | 17.97 | 24.32 | 33.88 | - |
| YUV | 121.06 | 146.02 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 148 | 153 | 0.63 | 0.03 | 0 | 0.4 | 183.09 | 0.46 | 0.41 |
| Hex | 38 | 94 | 99 | 3F | 3 | 0 | 28 | B7 | 2E | 29 |
| Octal | 70 | 224 | 231 | 77 | 3 | 0 | 50 | 267 | 56 | 51 |
| Binary | 111000 | 10010100 | 10011001 | 111111 | 11 | 0 | 101000 | 10110111 | 101110 | 101001 |
Color Harmonies of #389499
Complementary color
Monochromatic Colors of #389499
Black with #389499
Text Example
Text Example
White with #389499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389499; }
p { color: rgb(56,148,153); }
H1.HeaderClassName
{
color: #389499;
}
.AnyTagClassName
{
color: #389499;
}
</style>
background-color css
<style>
a { background-color: #389499; }
a { background-color: rgb(56,148,153); }
div.DivClassName
{
background-color: #389499;
}
.BgClassName
{
background-color: #389499;
}
</style>
border-color css
<style>
span { border-color: #389499; }
span { border-color: rgb(56,148,153); }
td.TdClassName
{
border-color: #389499;
}
.TagClassName
{
border-color: #389499;
}
</style>