Shades of Blue Chill #389198
Tints of Blue Chill #389198
RGB
CMYK
RGB Variations
Color information
#389198 (or 0x389198) is known color: Blue Chill. HEX triplet: 38, 91 and 98. RGB value is (56,145,152). Sum of RGB (Red+Green+Blue) = 56+145+152=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #389198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389198 is #C76E67. Grayscale: #777777. Windows color (decimal): -13069928 or 9998648. OLE color: 9998648.
HSL color Cylindrical-coordinate representation of color #389198: hue angle of 184.38º 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 #389198 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 145 | 152 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.40 |
| HSL | 184.38º | 0.46% | 0.41% | - |
| HSV(B) | 184.38º | 0.63% | 0.6% | - |
| XYZ | 17.42 | 23.36 | 33.3 | - |
| YUV | 119.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 152 | 0.63 | 0.05 | 0 | 0.40 | 184.38 | 0.46 | 0.41 |
| Hex | 38 | 91 | 98 | 3F | 5 | 0 | 28 | B8 | 2E | 29 |
| Octal | 70 | 221 | 230 | 77 | 5 | 0 | 50 | 270 | 56 | 51 |
| Binary | 111000 | 10010001 | 10011000 | 111111 | 101 | 0 | 101000 | 10111000 | 101110 | 101001 |
Color Harmonies of #389198
Complementary color
Monochromatic Colors of #389198
Black with #389198
Text Example
Text Example
White with #389198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389198; }
p { color: rgb(56,145,152); }
H1.HeaderClassName
{
color: #389198;
}
.AnyTagClassName
{
color: #389198;
}
</style>
background-color css
<style>
a { background-color: #389198; }
a { background-color: rgb(56,145,152); }
div.DivClassName
{
background-color: #389198;
}
.BgClassName
{
background-color: #389198;
}
</style>
border-color css
<style>
span { border-color: #389198; }
span { border-color: rgb(56,145,152); }
td.TdClassName
{
border-color: #389198;
}
.TagClassName
{
border-color: #389198;
}
</style>