Shades of Blue Chill #378B83
Tints of Blue Chill #378B83
RGB
CMYK
RGB Variations
Color information
#378B83 (or 0x378B83) is known color: Blue Chill. HEX triplet: 37, 8B and 83. RGB value is (55,139,131). Sum of RGB (Red+Green+Blue) = 55+139+131=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #378B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B83 is #C8747C. Grayscale: #707070. Windows color (decimal): -13137021 or 8620855. OLE color: 8620855.
HSL color Cylindrical-coordinate representation of color #378B83: hue angle of 174.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B83 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 131 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.45 |
| HSL | 174.29º | 0.43% | 0.38% | - |
| HSV(B) | 174.29º | 0.6% | 0.55% | - |
| XYZ | 14.9 | 20.92 | 24.72 | - |
| YUV | 112.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 131 | 0.60 | 0 | 0.06 | 0.45 | 174.29 | 0.43 | 0.38 |
| Hex | 37 | 8B | 83 | 3C | 0 | 6 | 2D | AE | 2B | 26 |
| Octal | 67 | 213 | 203 | 74 | 0 | 6 | 55 | 256 | 53 | 46 |
| Binary | 110111 | 10001011 | 10000011 | 111100 | 0 | 110 | 101101 | 10101110 | 101011 | 100110 |
Color Harmonies of #378B83
Complementary color
Monochromatic Colors of #378B83
Black with #378B83
Text Example
Text Example
White with #378B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B83; }
p { color: rgb(55,139,131); }
H1.HeaderClassName
{
color: #378B83;
}
.AnyTagClassName
{
color: #378B83;
}
</style>
background-color css
<style>
a { background-color: #378B83; }
a { background-color: rgb(55,139,131); }
div.DivClassName
{
background-color: #378B83;
}
.BgClassName
{
background-color: #378B83;
}
</style>
border-color css
<style>
span { border-color: #378B83; }
span { border-color: rgb(55,139,131); }
td.TdClassName
{
border-color: #378B83;
}
.TagClassName
{
border-color: #378B83;
}
</style>