Shades of Blue Chill #378488
Tints of Blue Chill #378488
RGB
CMYK
RGB Variations
Color information
#378488 (or 0x378488) is known color: Blue Chill. HEX triplet: 37, 84 and 88. RGB value is (55,132,136). Sum of RGB (Red+Green+Blue) = 55+132+136=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #378488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378488 is #C87B77. Grayscale: #6D6D6D. Windows color (decimal): -13138808 or 8946743. OLE color: 8946743.
HSL color Cylindrical-coordinate representation of color #378488: hue angle of 182.96º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378488 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 132 | 136 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.47 |
| HSL | 182.96º | 0.42% | 0.37% | - |
| HSV(B) | 182.96º | 0.6% | 0.53% | - |
| XYZ | 14.27 | 19.09 | 26.23 | - |
| YUV | 109.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 136 | 0.60 | 0.03 | 0 | 0.47 | 182.96 | 0.42 | 0.37 |
| Hex | 37 | 84 | 88 | 3C | 3 | 0 | 2F | B7 | 2A | 25 |
| Octal | 67 | 204 | 210 | 74 | 3 | 0 | 57 | 267 | 52 | 45 |
| Binary | 110111 | 10000100 | 10001000 | 111100 | 11 | 0 | 101111 | 10110111 | 101010 | 100101 |
Color Harmonies of #378488
Complementary color
Monochromatic Colors of #378488
Black with #378488
Text Example
Text Example
White with #378488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378488; }
p { color: rgb(55,132,136); }
H1.HeaderClassName
{
color: #378488;
}
.AnyTagClassName
{
color: #378488;
}
</style>
background-color css
<style>
a { background-color: #378488; }
a { background-color: rgb(55,132,136); }
div.DivClassName
{
background-color: #378488;
}
.BgClassName
{
background-color: #378488;
}
</style>
border-color css
<style>
span { border-color: #378488; }
span { border-color: rgb(55,132,136); }
td.TdClassName
{
border-color: #378488;
}
.TagClassName
{
border-color: #378488;
}
</style>