Shades of Blue Chill #378C85
Tints of Blue Chill #378C85
RGB
CMYK
RGB Variations
Color information
#378C85 (or 0x378C85) is known color: Blue Chill. HEX triplet: 37, 8C and 85. RGB value is (55,140,133). Sum of RGB (Red+Green+Blue) = 55+140+133=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #378C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C85 is #C8737A. Grayscale: #717171. Windows color (decimal): -13136763 or 8752183. OLE color: 8752183.
HSL color Cylindrical-coordinate representation of color #378C85: hue angle of 175.06º 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 #378C85 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 140 | 133 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.45 |
| HSL | 175.06º | 0.44% | 0.38% | - |
| HSV(B) | 175.06º | 0.61% | 0.55% | - |
| XYZ | 15.19 | 21.26 | 25.49 | - |
| YUV | 113.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 133 | 0.61 | 0 | 0.05 | 0.45 | 175.06 | 0.44 | 0.38 |
| Hex | 37 | 8C | 85 | 3D | 0 | 5 | 2D | AF | 2C | 26 |
| Octal | 67 | 214 | 205 | 75 | 0 | 5 | 55 | 257 | 54 | 46 |
| Binary | 110111 | 10001100 | 10000101 | 111101 | 0 | 101 | 101101 | 10101111 | 101100 | 100110 |
Color Harmonies of #378C85
Complementary color
Monochromatic Colors of #378C85
Black with #378C85
Text Example
Text Example
White with #378C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C85; }
p { color: rgb(55,140,133); }
H1.HeaderClassName
{
color: #378C85;
}
.AnyTagClassName
{
color: #378C85;
}
</style>
background-color css
<style>
a { background-color: #378C85; }
a { background-color: rgb(55,140,133); }
div.DivClassName
{
background-color: #378C85;
}
.BgClassName
{
background-color: #378C85;
}
</style>
border-color css
<style>
span { border-color: #378C85; }
span { border-color: rgb(55,140,133); }
td.TdClassName
{
border-color: #378C85;
}
.TagClassName
{
border-color: #378C85;
}
</style>