Shades of Blue Chill #378C84
Tints of Blue Chill #378C84
RGB
CMYK
RGB Variations
Color information
#378C84 (or 0x378C84) is known color: Blue Chill. HEX triplet: 37, 8C and 84. RGB value is (55,140,132). Sum of RGB (Red+Green+Blue) = 55+140+132=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #378C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C84 is #C8737B. Grayscale: #717171. Windows color (decimal): -13136764 or 8686647. OLE color: 8686647.
HSL color Cylindrical-coordinate representation of color #378C84: hue angle of 174.35º 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 #378C84 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 140 | 132 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.45 |
| HSL | 174.35º | 0.44% | 0.38% | - |
| HSV(B) | 174.35º | 0.61% | 0.55% | - |
| XYZ | 15.12 | 21.23 | 25.13 | - |
| YUV | 113.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 132 | 0.61 | 0 | 0.06 | 0.45 | 174.35 | 0.44 | 0.38 |
| Hex | 37 | 8C | 84 | 3D | 0 | 6 | 2D | AE | 2C | 26 |
| Octal | 67 | 214 | 204 | 75 | 0 | 6 | 55 | 256 | 54 | 46 |
| Binary | 110111 | 10001100 | 10000100 | 111101 | 0 | 110 | 101101 | 10101110 | 101100 | 100110 |
Color Harmonies of #378C84
Complementary color
Monochromatic Colors of #378C84
Black with #378C84
Text Example
Text Example
White with #378C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C84; }
p { color: rgb(55,140,132); }
H1.HeaderClassName
{
color: #378C84;
}
.AnyTagClassName
{
color: #378C84;
}
</style>
background-color css
<style>
a { background-color: #378C84; }
a { background-color: rgb(55,140,132); }
div.DivClassName
{
background-color: #378C84;
}
.BgClassName
{
background-color: #378C84;
}
</style>
border-color css
<style>
span { border-color: #378C84; }
span { border-color: rgb(55,140,132); }
td.TdClassName
{
border-color: #378C84;
}
.TagClassName
{
border-color: #378C84;
}
</style>