Shades of Blue Chill #378889
Tints of Blue Chill #378889
RGB
CMYK
RGB Variations
Color information
#378889 (or 0x378889) is known color: Blue Chill. HEX triplet: 37, 88 and 89. RGB value is (55,136,137). Sum of RGB (Red+Green+Blue) = 55+136+137=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #378889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378889 is #C87776. Grayscale: #6F6F6F. Windows color (decimal): -13137783 or 9013303. OLE color: 9013303.
HSL color Cylindrical-coordinate representation of color #378889: hue angle of 180.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378889 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 136 | 137 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.46 |
| HSL | 180.73º | 0.43% | 0.38% | - |
| HSV(B) | 180.73º | 0.6% | 0.54% | - |
| XYZ | 14.9 | 20.23 | 26.79 | - |
| YUV | 111.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 137 | 0.60 | 0.01 | 0 | 0.46 | 180.73 | 0.43 | 0.38 |
| Hex | 37 | 88 | 89 | 3C | 1 | 0 | 2E | B5 | 2B | 26 |
| Octal | 67 | 210 | 211 | 74 | 1 | 0 | 56 | 265 | 53 | 46 |
| Binary | 110111 | 10001000 | 10001001 | 111100 | 1 | 0 | 101110 | 10110101 | 101011 | 100110 |
Color Harmonies of #378889
Complementary color
Monochromatic Colors of #378889
Black with #378889
Text Example
Text Example
White with #378889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378889; }
p { color: rgb(55,136,137); }
H1.HeaderClassName
{
color: #378889;
}
.AnyTagClassName
{
color: #378889;
}
</style>
background-color css
<style>
a { background-color: #378889; }
a { background-color: rgb(55,136,137); }
div.DivClassName
{
background-color: #378889;
}
.BgClassName
{
background-color: #378889;
}
</style>
border-color css
<style>
span { border-color: #378889; }
span { border-color: rgb(55,136,137); }
td.TdClassName
{
border-color: #378889;
}
.TagClassName
{
border-color: #378889;
}
</style>