Shades of Blue Chill #389288
Tints of Blue Chill #389288
RGB
CMYK
RGB Variations
Color information
#389288 (or 0x389288) is known color: Blue Chill. HEX triplet: 38, 92 and 88. RGB value is (56,146,136). Sum of RGB (Red+Green+Blue) = 56+146+136=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #389288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389288 is #C76D77. Grayscale: #757575. Windows color (decimal): -13069688 or 8950328. OLE color: 8950328.
HSL color Cylindrical-coordinate representation of color #389288: hue angle of 173.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389288 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 136 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.43 |
| HSL | 173.33º | 0.45% | 0.4% | - |
| HSV(B) | 173.33º | 0.62% | 0.57% | - |
| XYZ | 16.35 | 23.18 | 26.9 | - |
| YUV | 117.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 136 | 0.62 | 0 | 0.07 | 0.43 | 173.33 | 0.45 | 0.4 |
| Hex | 38 | 92 | 88 | 3E | 0 | 7 | 2B | AD | 2D | 28 |
| Octal | 70 | 222 | 210 | 76 | 0 | 7 | 53 | 255 | 55 | 50 |
| Binary | 111000 | 10010010 | 10001000 | 111110 | 0 | 111 | 101011 | 10101101 | 101101 | 101000 |
Color Harmonies of #389288
Complementary color
Monochromatic Colors of #389288
Black with #389288
Text Example
Text Example
White with #389288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389288; }
p { color: rgb(56,146,136); }
H1.HeaderClassName
{
color: #389288;
}
.AnyTagClassName
{
color: #389288;
}
</style>
background-color css
<style>
a { background-color: #389288; }
a { background-color: rgb(56,146,136); }
div.DivClassName
{
background-color: #389288;
}
.BgClassName
{
background-color: #389288;
}
</style>
border-color css
<style>
span { border-color: #389288; }
span { border-color: rgb(56,146,136); }
td.TdClassName
{
border-color: #389288;
}
.TagClassName
{
border-color: #389288;
}
</style>