Shades of Blue Chill #378D93
Tints of Blue Chill #378D93
RGB
CMYK
RGB Variations
Color information
#378D93 (or 0x378D93) is known color: Blue Chill. HEX triplet: 37, 8D and 93. RGB value is (55,141,147). Sum of RGB (Red+Green+Blue) = 55+141+147=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #378D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D93 is #C8726C. Grayscale: #737373. Windows color (decimal): -13136493 or 9669943. OLE color: 9669943.
HSL color Cylindrical-coordinate representation of color #378D93: hue angle of 183.91º 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 #378D93 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 141 | 147 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.42 |
| HSL | 183.91º | 0.46% | 0.4% | - |
| HSV(B) | 183.91º | 0.63% | 0.58% | - |
| XYZ | 16.37 | 21.97 | 30.98 | - |
| YUV | 115.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 147 | 0.63 | 0.04 | 0 | 0.42 | 183.91 | 0.46 | 0.4 |
| Hex | 37 | 8D | 93 | 3F | 4 | 0 | 2A | B8 | 2E | 28 |
| Octal | 67 | 215 | 223 | 77 | 4 | 0 | 52 | 270 | 56 | 50 |
| Binary | 110111 | 10001101 | 10010011 | 111111 | 100 | 0 | 101010 | 10111000 | 101110 | 101000 |
Color Harmonies of #378D93
Complementary color
Monochromatic Colors of #378D93
Black with #378D93
Text Example
Text Example
White with #378D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D93; }
p { color: rgb(55,141,147); }
H1.HeaderClassName
{
color: #378D93;
}
.AnyTagClassName
{
color: #378D93;
}
</style>
background-color css
<style>
a { background-color: #378D93; }
a { background-color: rgb(55,141,147); }
div.DivClassName
{
background-color: #378D93;
}
.BgClassName
{
background-color: #378D93;
}
</style>
border-color css
<style>
span { border-color: #378D93; }
span { border-color: rgb(55,141,147); }
td.TdClassName
{
border-color: #378D93;
}
.TagClassName
{
border-color: #378D93;
}
</style>