Shades of Blue Chill #378B88
Tints of Blue Chill #378B88
RGB
CMYK
RGB Variations
Color information
#378B88 (or 0x378B88) is known color: Blue Chill. HEX triplet: 37, 8B and 88. RGB value is (55,139,136). Sum of RGB (Red+Green+Blue) = 55+139+136=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #378B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B88 is #C87477. Grayscale: #717171. Windows color (decimal): -13137016 or 8948535. OLE color: 8948535.
HSL color Cylindrical-coordinate representation of color #378B88: hue angle of 177.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B88 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 136 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.45 |
| HSL | 177.86º | 0.43% | 0.38% | - |
| HSV(B) | 177.86º | 0.6% | 0.55% | - |
| XYZ | 15.25 | 21.06 | 26.55 | - |
| YUV | 113.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 136 | 0.60 | 0 | 0.02 | 0.45 | 177.86 | 0.43 | 0.38 |
| Hex | 37 | 8B | 88 | 3C | 0 | 2 | 2D | B2 | 2B | 26 |
| Octal | 67 | 213 | 210 | 74 | 0 | 2 | 55 | 262 | 53 | 46 |
| Binary | 110111 | 10001011 | 10001000 | 111100 | 0 | 10 | 101101 | 10110010 | 101011 | 100110 |
Color Harmonies of #378B88
Complementary color
Monochromatic Colors of #378B88
Black with #378B88
Text Example
Text Example
White with #378B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B88; }
p { color: rgb(55,139,136); }
H1.HeaderClassName
{
color: #378B88;
}
.AnyTagClassName
{
color: #378B88;
}
</style>
background-color css
<style>
a { background-color: #378B88; }
a { background-color: rgb(55,139,136); }
div.DivClassName
{
background-color: #378B88;
}
.BgClassName
{
background-color: #378B88;
}
</style>
border-color css
<style>
span { border-color: #378B88; }
span { border-color: rgb(55,139,136); }
td.TdClassName
{
border-color: #378B88;
}
.TagClassName
{
border-color: #378B88;
}
</style>