Shades of Blue Chill #378E89
Tints of Blue Chill #378E89
RGB
CMYK
RGB Variations
Color information
#378E89 (or 0x378E89) is known color: Blue Chill. HEX triplet: 37, 8E and 89. RGB value is (55,142,137). Sum of RGB (Red+Green+Blue) = 55+142+137=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #378E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378E89 is #C87176. Grayscale: #737373. Windows color (decimal): -13136247 or 9014839. OLE color: 9014839.
HSL color Cylindrical-coordinate representation of color #378E89: hue angle of 176.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378E89 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 142 | 137 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.44 |
| HSL | 176.55º | 0.44% | 0.39% | - |
| HSV(B) | 176.55º | 0.61% | 0.56% | - |
| XYZ | 15.76 | 21.96 | 27.08 | - |
| YUV | 115.42 | 140.18 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 142 | 137 | 0.61 | 0 | 0.04 | 0.44 | 176.55 | 0.44 | 0.39 |
| Hex | 37 | 8E | 89 | 3D | 0 | 4 | 2C | B1 | 2C | 27 |
| Octal | 67 | 216 | 211 | 75 | 0 | 4 | 54 | 261 | 54 | 47 |
| Binary | 110111 | 10001110 | 10001001 | 111101 | 0 | 100 | 101100 | 10110001 | 101100 | 100111 |
Color Harmonies of #378E89
Complementary color
Monochromatic Colors of #378E89
Black with #378E89
Text Example
Text Example
White with #378E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378E89; }
p { color: rgb(55,142,137); }
H1.HeaderClassName
{
color: #378E89;
}
.AnyTagClassName
{
color: #378E89;
}
</style>
background-color css
<style>
a { background-color: #378E89; }
a { background-color: rgb(55,142,137); }
div.DivClassName
{
background-color: #378E89;
}
.BgClassName
{
background-color: #378E89;
}
</style>
border-color css
<style>
span { border-color: #378E89; }
span { border-color: rgb(55,142,137); }
td.TdClassName
{
border-color: #378E89;
}
.TagClassName
{
border-color: #378E89;
}
</style>