Shades of Blue Chill #378487
Tints of Blue Chill #378487
RGB
CMYK
RGB Variations
Color information
#378487 (or 0x378487) is known color: Blue Chill. HEX triplet: 37, 84 and 87. RGB value is (55,132,135). Sum of RGB (Red+Green+Blue) = 55+132+135=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #378487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378487 is #C87B78. Grayscale: #6D6D6D. Windows color (decimal): -13138809 or 8881207. OLE color: 8881207.
HSL color Cylindrical-coordinate representation of color #378487: hue angle of 182.25º 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 #378487 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 132 | 135 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.47 |
| HSL | 182.25º | 0.42% | 0.37% | - |
| HSV(B) | 182.25º | 0.59% | 0.53% | - |
| XYZ | 14.2 | 19.06 | 25.85 | - |
| YUV | 109.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 135 | 0.59 | 0.02 | 0 | 0.47 | 182.25 | 0.42 | 0.37 |
| Hex | 37 | 84 | 87 | 3B | 2 | 0 | 2F | B6 | 2A | 25 |
| Octal | 67 | 204 | 207 | 73 | 2 | 0 | 57 | 266 | 52 | 45 |
| Binary | 110111 | 10000100 | 10000111 | 111011 | 10 | 0 | 101111 | 10110110 | 101010 | 100101 |
Color Harmonies of #378487
Complementary color
Monochromatic Colors of #378487
Black with #378487
Text Example
Text Example
White with #378487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378487; }
p { color: rgb(55,132,135); }
H1.HeaderClassName
{
color: #378487;
}
.AnyTagClassName
{
color: #378487;
}
</style>
background-color css
<style>
a { background-color: #378487; }
a { background-color: rgb(55,132,135); }
div.DivClassName
{
background-color: #378487;
}
.BgClassName
{
background-color: #378487;
}
</style>
border-color css
<style>
span { border-color: #378487; }
span { border-color: rgb(55,132,135); }
td.TdClassName
{
border-color: #378487;
}
.TagClassName
{
border-color: #378487;
}
</style>