Shades of Blue Chill #378991
Tints of Blue Chill #378991
RGB
CMYK
RGB Variations
Color information
#378991 (or 0x378991) is known color: Blue Chill. HEX triplet: 37, 89 and 91. RGB value is (55,137,145). Sum of RGB (Red+Green+Blue) = 55+137+145=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #378991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378991 is #C8766E. Grayscale: #717171. Windows color (decimal): -13137519 or 9537847. OLE color: 9537847.
HSL color Cylindrical-coordinate representation of color #378991: hue angle of 185.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378991 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 137 | 145 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.43 |
| HSL | 185.33º | 0.45% | 0.39% | - |
| HSV(B) | 185.33º | 0.62% | 0.57% | - |
| XYZ | 15.63 | 20.75 | 29.97 | - |
| YUV | 113.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 145 | 0.62 | 0.06 | 0 | 0.43 | 185.33 | 0.45 | 0.39 |
| Hex | 37 | 89 | 91 | 3E | 6 | 0 | 2B | B9 | 2D | 27 |
| Octal | 67 | 211 | 221 | 76 | 6 | 0 | 53 | 271 | 55 | 47 |
| Binary | 110111 | 10001001 | 10010001 | 111110 | 110 | 0 | 101011 | 10111001 | 101101 | 100111 |
Color Harmonies of #378991
Complementary color
Monochromatic Colors of #378991
Black with #378991
Text Example
Text Example
White with #378991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378991; }
p { color: rgb(55,137,145); }
H1.HeaderClassName
{
color: #378991;
}
.AnyTagClassName
{
color: #378991;
}
</style>
background-color css
<style>
a { background-color: #378991; }
a { background-color: rgb(55,137,145); }
div.DivClassName
{
background-color: #378991;
}
.BgClassName
{
background-color: #378991;
}
</style>
border-color css
<style>
span { border-color: #378991; }
span { border-color: rgb(55,137,145); }
td.TdClassName
{
border-color: #378991;
}
.TagClassName
{
border-color: #378991;
}
</style>