Shades of Blue Chill #378D8A
Tints of Blue Chill #378D8A
RGB
CMYK
RGB Variations
Color information
#378D8A (or 0x378D8A) is known color: Blue Chill. HEX triplet: 37, 8D and 8A. RGB value is (55,141,138). Sum of RGB (Red+Green+Blue) = 55+141+138=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #378D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D8A is #C87275. Grayscale: #727272. Windows color (decimal): -13136502 or 9080119. OLE color: 9080119.
HSL color Cylindrical-coordinate representation of color #378D8A: hue angle of 177.91º 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 #378D8A is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 138 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.45 |
| HSL | 177.91º | 0.44% | 0.38% | - |
| HSV(B) | 177.91º | 0.61% | 0.55% | - |
| XYZ | 15.69 | 21.7 | 27.41 | - |
| YUV | 114.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 138 | 0.61 | 0 | 0.02 | 0.45 | 177.91 | 0.44 | 0.38 |
| Hex | 37 | 8D | 8A | 3D | 0 | 2 | 2D | B2 | 2C | 26 |
| Octal | 67 | 215 | 212 | 75 | 0 | 2 | 55 | 262 | 54 | 46 |
| Binary | 110111 | 10001101 | 10001010 | 111101 | 0 | 10 | 101101 | 10110010 | 101100 | 100110 |
Color Harmonies of #378D8A
Complementary color
Monochromatic Colors of #378D8A
Black with #378D8A
Text Example
Text Example
White with #378D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D8A; }
p { color: rgb(55,141,138); }
H1.HeaderClassName
{
color: #378D8A;
}
.AnyTagClassName
{
color: #378D8A;
}
</style>
background-color css
<style>
a { background-color: #378D8A; }
a { background-color: rgb(55,141,138); }
div.DivClassName
{
background-color: #378D8A;
}
.BgClassName
{
background-color: #378D8A;
}
</style>
border-color css
<style>
span { border-color: #378D8A; }
span { border-color: rgb(55,141,138); }
td.TdClassName
{
border-color: #378D8A;
}
.TagClassName
{
border-color: #378D8A;
}
</style>