Shades of Blue Chill #378D95
Tints of Blue Chill #378D95
RGB
CMYK
RGB Variations
Color information
#378D95 (or 0x378D95) is known color: Blue Chill. HEX triplet: 37, 8D and 95. RGB value is (55,141,149). Sum of RGB (Red+Green+Blue) = 55+141+149=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #378D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D95 is #C8726A. Grayscale: #747474. Windows color (decimal): -13136491 or 9801015. OLE color: 9801015.
HSL color Cylindrical-coordinate representation of color #378D95: hue angle of 185.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378D95 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 141 | 149 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.42 |
| HSL | 185.11º | 0.46% | 0.4% | - |
| HSV(B) | 185.11º | 0.63% | 0.58% | - |
| XYZ | 16.53 | 22.03 | 31.82 | - |
| YUV | 116.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 149 | 0.63 | 0.05 | 0 | 0.42 | 185.11 | 0.46 | 0.4 |
| Hex | 37 | 8D | 95 | 3F | 5 | 0 | 2A | B9 | 2E | 28 |
| Octal | 67 | 215 | 225 | 77 | 5 | 0 | 52 | 271 | 56 | 50 |
| Binary | 110111 | 10001101 | 10010101 | 111111 | 101 | 0 | 101010 | 10111001 | 101110 | 101000 |
Color Harmonies of #378D95
Complementary color
Monochromatic Colors of #378D95
Black with #378D95
Text Example
Text Example
White with #378D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D95; }
p { color: rgb(55,141,149); }
H1.HeaderClassName
{
color: #378D95;
}
.AnyTagClassName
{
color: #378D95;
}
</style>
background-color css
<style>
a { background-color: #378D95; }
a { background-color: rgb(55,141,149); }
div.DivClassName
{
background-color: #378D95;
}
.BgClassName
{
background-color: #378D95;
}
</style>
border-color css
<style>
span { border-color: #378D95; }
span { border-color: rgb(55,141,149); }
td.TdClassName
{
border-color: #378D95;
}
.TagClassName
{
border-color: #378D95;
}
</style>