Shades of Blue Chill #378F86
Tints of Blue Chill #378F86
RGB
CMYK
RGB Variations
Color information
#378F86 (or 0x378F86) is known color: Blue Chill. HEX triplet: 37, 8F and 86. RGB value is (55,143,134). Sum of RGB (Red+Green+Blue) = 55+143+134=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #378F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378F86 is #C87079. Grayscale: #737373. Windows color (decimal): -13135994 or 8818487. OLE color: 8818487.
HSL color Cylindrical-coordinate representation of color #378F86: hue angle of 173.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378F86 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 143 | 134 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.44 |
| HSL | 173.86º | 0.44% | 0.39% | - |
| HSV(B) | 173.86º | 0.62% | 0.56% | - |
| XYZ | 15.7 | 22.18 | 26.01 | - |
| YUV | 115.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 134 | 0.62 | 0 | 0.06 | 0.44 | 173.86 | 0.44 | 0.39 |
| Hex | 37 | 8F | 86 | 3E | 0 | 6 | 2C | AE | 2C | 27 |
| Octal | 67 | 217 | 206 | 76 | 0 | 6 | 54 | 256 | 54 | 47 |
| Binary | 110111 | 10001111 | 10000110 | 111110 | 0 | 110 | 101100 | 10101110 | 101100 | 100111 |
Color Harmonies of #378F86
Complementary color
Monochromatic Colors of #378F86
Black with #378F86
Text Example
Text Example
White with #378F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378F86; }
p { color: rgb(55,143,134); }
H1.HeaderClassName
{
color: #378F86;
}
.AnyTagClassName
{
color: #378F86;
}
</style>
background-color css
<style>
a { background-color: #378F86; }
a { background-color: rgb(55,143,134); }
div.DivClassName
{
background-color: #378F86;
}
.BgClassName
{
background-color: #378F86;
}
</style>
border-color css
<style>
span { border-color: #378F86; }
span { border-color: rgb(55,143,134); }
td.TdClassName
{
border-color: #378F86;
}
.TagClassName
{
border-color: #378F86;
}
</style>