Shades of Blue Chill #378F96
Tints of Blue Chill #378F96
RGB
CMYK
RGB Variations
Color information
#378F96 (or 0x378F96) is known color: Blue Chill. HEX triplet: 37, 8F and 96. RGB value is (55,143,150). Sum of RGB (Red+Green+Blue) = 55+143+150=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #378F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378F96 is #C87069. Grayscale: #757575. Windows color (decimal): -13135978 or 9867063. OLE color: 9867063.
HSL color Cylindrical-coordinate representation of color #378F96: hue angle of 184.42º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378F96 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 143 | 150 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.41 |
| HSL | 184.42º | 0.46% | 0.4% | - |
| HSV(B) | 184.42º | 0.63% | 0.59% | - |
| XYZ | 16.9 | 22.66 | 32.34 | - |
| YUV | 117.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 150 | 0.63 | 0.05 | 0 | 0.41 | 184.42 | 0.46 | 0.4 |
| Hex | 37 | 8F | 96 | 3F | 5 | 0 | 29 | B8 | 2E | 28 |
| Octal | 67 | 217 | 226 | 77 | 5 | 0 | 51 | 270 | 56 | 50 |
| Binary | 110111 | 10001111 | 10010110 | 111111 | 101 | 0 | 101001 | 10111000 | 101110 | 101000 |
Color Harmonies of #378F96
Complementary color
Monochromatic Colors of #378F96
Black with #378F96
Text Example
Text Example
White with #378F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378F96; }
p { color: rgb(55,143,150); }
H1.HeaderClassName
{
color: #378F96;
}
.AnyTagClassName
{
color: #378F96;
}
</style>
background-color css
<style>
a { background-color: #378F96; }
a { background-color: rgb(55,143,150); }
div.DivClassName
{
background-color: #378F96;
}
.BgClassName
{
background-color: #378F96;
}
</style>
border-color css
<style>
span { border-color: #378F96; }
span { border-color: rgb(55,143,150); }
td.TdClassName
{
border-color: #378F96;
}
.TagClassName
{
border-color: #378F96;
}
</style>