Shades of Blue Chill #378D8D
Tints of Blue Chill #378D8D
RGB
CMYK
RGB Variations
Color information
#378D8D (or 0x378D8D) is known color: Blue Chill. HEX triplet: 37, 8D and 8D. RGB value is (55,141,141). Sum of RGB (Red+Green+Blue) = 55+141+141=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #378D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D8D is #C87272. Grayscale: #737373. Windows color (decimal): -13136499 or 9276727. OLE color: 9276727.
HSL color Cylindrical-coordinate representation of color #378D8D: hue angle of 180º 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 #378D8D is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 141 | - |
| CMYK | 0.61 | 0 | 0 | 0.45 |
| HSL | 180º | 0.44% | 0.38% | - |
| HSV(B) | 180º | 0.61% | 0.55% | - |
| XYZ | 15.91 | 21.79 | 28.57 | - |
| YUV | 115.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 141 | 0.61 | 0 | 0 | 0.45 | 180 | 0.44 | 0.38 |
| Hex | 37 | 8D | 8D | 3D | 0 | 0 | 2D | B4 | 2C | 26 |
| Octal | 67 | 215 | 215 | 75 | 0 | 0 | 55 | 264 | 54 | 46 |
| Binary | 110111 | 10001101 | 10001101 | 111101 | 0 | 0 | 101101 | 10110100 | 101100 | 100110 |
Color Harmonies of #378D8D
Complementary color
Monochromatic Colors of #378D8D
Black with #378D8D
Text Example
Text Example
White with #378D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D8D; }
p { color: rgb(55,141,141); }
H1.HeaderClassName
{
color: #378D8D;
}
.AnyTagClassName
{
color: #378D8D;
}
</style>
background-color css
<style>
a { background-color: #378D8D; }
a { background-color: rgb(55,141,141); }
div.DivClassName
{
background-color: #378D8D;
}
.BgClassName
{
background-color: #378D8D;
}
</style>
border-color css
<style>
span { border-color: #378D8D; }
span { border-color: rgb(55,141,141); }
td.TdClassName
{
border-color: #378D8D;
}
.TagClassName
{
border-color: #378D8D;
}
</style>