Shades of Blue Chill #378486
Tints of Blue Chill #378486
RGB
CMYK
RGB Variations
Color information
#378486 (or 0x378486) is known color: Blue Chill. HEX triplet: 37, 84 and 86. RGB value is (55,132,134). Sum of RGB (Red+Green+Blue) = 55+132+134=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #378486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378486 is #C87B79. Grayscale: #6D6D6D. Windows color (decimal): -13138810 or 8815671. OLE color: 8815671.
HSL color Cylindrical-coordinate representation of color #378486: hue angle of 181.52º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378486 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 132 | 134 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.47 |
| HSL | 181.52º | 0.42% | 0.37% | - |
| HSV(B) | 181.52º | 0.59% | 0.53% | - |
| XYZ | 14.13 | 19.04 | 25.48 | - |
| YUV | 109.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 134 | 0.59 | 0.01 | 0 | 0.47 | 181.52 | 0.42 | 0.37 |
| Hex | 37 | 84 | 86 | 3B | 1 | 0 | 2F | B6 | 2A | 25 |
| Octal | 67 | 204 | 206 | 73 | 1 | 0 | 57 | 266 | 52 | 45 |
| Binary | 110111 | 10000100 | 10000110 | 111011 | 1 | 0 | 101111 | 10110110 | 101010 | 100101 |
Color Harmonies of #378486
Complementary color
Monochromatic Colors of #378486
Black with #378486
Text Example
Text Example
White with #378486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378486; }
p { color: rgb(55,132,134); }
H1.HeaderClassName
{
color: #378486;
}
.AnyTagClassName
{
color: #378486;
}
</style>
background-color css
<style>
a { background-color: #378486; }
a { background-color: rgb(55,132,134); }
div.DivClassName
{
background-color: #378486;
}
.BgClassName
{
background-color: #378486;
}
</style>
border-color css
<style>
span { border-color: #378486; }
span { border-color: rgb(55,132,134); }
td.TdClassName
{
border-color: #378486;
}
.TagClassName
{
border-color: #378486;
}
</style>