Shades of Blue Chill #389299
Tints of Blue Chill #389299
RGB
CMYK
RGB Variations
Color information
#389299 (or 0x389299) is known color: Blue Chill. HEX triplet: 38, 92 and 99. RGB value is (56,146,153). Sum of RGB (Red+Green+Blue) = 56+146+153=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #389299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389299 is #C76D66. Grayscale: #777777. Windows color (decimal): -13069671 or 10064440. OLE color: 10064440.
HSL color Cylindrical-coordinate representation of color #389299: hue angle of 184.33º 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 #389299 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 146 | 153 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.4 |
| HSL | 184.33º | 0.46% | 0.41% | - |
| HSV(B) | 184.33º | 0.63% | 0.6% | - |
| XYZ | 17.66 | 23.7 | 33.78 | - |
| YUV | 119.89 | 146.68 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 153 | 0.63 | 0.05 | 0 | 0.4 | 184.33 | 0.46 | 0.41 |
| Hex | 38 | 92 | 99 | 3F | 5 | 0 | 28 | B8 | 2E | 29 |
| Octal | 70 | 222 | 231 | 77 | 5 | 0 | 50 | 270 | 56 | 51 |
| Binary | 111000 | 10010010 | 10011001 | 111111 | 101 | 0 | 101000 | 10111000 | 101110 | 101001 |
Color Harmonies of #389299
Complementary color
Monochromatic Colors of #389299
Black with #389299
Text Example
Text Example
White with #389299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389299; }
p { color: rgb(56,146,153); }
H1.HeaderClassName
{
color: #389299;
}
.AnyTagClassName
{
color: #389299;
}
</style>
background-color css
<style>
a { background-color: #389299; }
a { background-color: rgb(56,146,153); }
div.DivClassName
{
background-color: #389299;
}
.BgClassName
{
background-color: #389299;
}
</style>
border-color css
<style>
span { border-color: #389299; }
span { border-color: rgb(56,146,153); }
td.TdClassName
{
border-color: #389299;
}
.TagClassName
{
border-color: #389299;
}
</style>