Shades of Blue Chill #378D89
Tints of Blue Chill #378D89
RGB
CMYK
RGB Variations
Color information
#378D89 (or 0x378D89) is known color: Blue Chill. HEX triplet: 37, 8D and 89. RGB value is (55,141,137). Sum of RGB (Red+Green+Blue) = 55+141+137=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #378D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D89 is #C87276. Grayscale: #727272. Windows color (decimal): -13136503 or 9014583. OLE color: 9014583.
HSL color Cylindrical-coordinate representation of color #378D89: hue angle of 177.21º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D89 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 137 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.45 |
| HSL | 177.21º | 0.44% | 0.38% | - |
| HSV(B) | 177.21º | 0.61% | 0.55% | - |
| XYZ | 15.62 | 21.67 | 27.03 | - |
| YUV | 114.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 137 | 0.61 | 0 | 0.03 | 0.45 | 177.21 | 0.44 | 0.38 |
| Hex | 37 | 8D | 89 | 3D | 0 | 3 | 2D | B1 | 2C | 26 |
| Octal | 67 | 215 | 211 | 75 | 0 | 3 | 55 | 261 | 54 | 46 |
| Binary | 110111 | 10001101 | 10001001 | 111101 | 0 | 11 | 101101 | 10110001 | 101100 | 100110 |
Color Harmonies of #378D89
Complementary color
Monochromatic Colors of #378D89
Black with #378D89
Text Example
Text Example
White with #378D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D89; }
p { color: rgb(55,141,137); }
H1.HeaderClassName
{
color: #378D89;
}
.AnyTagClassName
{
color: #378D89;
}
</style>
background-color css
<style>
a { background-color: #378D89; }
a { background-color: rgb(55,141,137); }
div.DivClassName
{
background-color: #378D89;
}
.BgClassName
{
background-color: #378D89;
}
</style>
border-color css
<style>
span { border-color: #378D89; }
span { border-color: rgb(55,141,137); }
td.TdClassName
{
border-color: #378D89;
}
.TagClassName
{
border-color: #378D89;
}
</style>