Shades of Blue Chill #378B90
Tints of Blue Chill #378B90
RGB
CMYK
RGB Variations
Color information
#378B90 (or 0x378B90) is known color: Blue Chill. HEX triplet: 37, 8B and 90. RGB value is (55,139,144). Sum of RGB (Red+Green+Blue) = 55+139+144=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #378B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B90 is #C8746F. Grayscale: #727272. Windows color (decimal): -13137008 or 9472823. OLE color: 9472823.
HSL color Cylindrical-coordinate representation of color #378B90: hue angle of 183.37º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378B90 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 139 | 144 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.44 |
| HSL | 183.37º | 0.45% | 0.39% | - |
| HSV(B) | 183.37º | 0.62% | 0.56% | - |
| XYZ | 15.84 | 21.29 | 29.66 | - |
| YUV | 114.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 144 | 0.62 | 0.03 | 0 | 0.44 | 183.37 | 0.45 | 0.39 |
| Hex | 37 | 8B | 90 | 3E | 3 | 0 | 2C | B7 | 2D | 27 |
| Octal | 67 | 213 | 220 | 76 | 3 | 0 | 54 | 267 | 55 | 47 |
| Binary | 110111 | 10001011 | 10010000 | 111110 | 11 | 0 | 101100 | 10110111 | 101101 | 100111 |
Color Harmonies of #378B90
Complementary color
Monochromatic Colors of #378B90
Black with #378B90
Text Example
Text Example
White with #378B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B90; }
p { color: rgb(55,139,144); }
H1.HeaderClassName
{
color: #378B90;
}
.AnyTagClassName
{
color: #378B90;
}
</style>
background-color css
<style>
a { background-color: #378B90; }
a { background-color: rgb(55,139,144); }
div.DivClassName
{
background-color: #378B90;
}
.BgClassName
{
background-color: #378B90;
}
</style>
border-color css
<style>
span { border-color: #378B90; }
span { border-color: rgb(55,139,144); }
td.TdClassName
{
border-color: #378B90;
}
.TagClassName
{
border-color: #378B90;
}
</style>