Shades of Blue Chill #378982
Tints of Blue Chill #378982
RGB
CMYK
RGB Variations
Color information
#378982 (or 0x378982) is known color: Blue Chill. HEX triplet: 37, 89 and 82. RGB value is (55,137,130). Sum of RGB (Red+Green+Blue) = 55+137+130=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #378982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378982 is #C8767D. Grayscale: #6F6F6F. Windows color (decimal): -13137534 or 8554807. OLE color: 8554807.
HSL color Cylindrical-coordinate representation of color #378982: hue angle of 174.88º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378982 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 137 | 130 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.46 |
| HSL | 174.88º | 0.43% | 0.38% | - |
| HSV(B) | 174.88º | 0.6% | 0.54% | - |
| XYZ | 14.55 | 20.32 | 24.27 | - |
| YUV | 111.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 130 | 0.60 | 0 | 0.05 | 0.46 | 174.88 | 0.43 | 0.38 |
| Hex | 37 | 89 | 82 | 3C | 0 | 5 | 2E | AF | 2B | 26 |
| Octal | 67 | 211 | 202 | 74 | 0 | 5 | 56 | 257 | 53 | 46 |
| Binary | 110111 | 10001001 | 10000010 | 111100 | 0 | 101 | 101110 | 10101111 | 101011 | 100110 |
Color Harmonies of #378982
Complementary color
Monochromatic Colors of #378982
Black with #378982
Text Example
Text Example
White with #378982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378982; }
p { color: rgb(55,137,130); }
H1.HeaderClassName
{
color: #378982;
}
.AnyTagClassName
{
color: #378982;
}
</style>
background-color css
<style>
a { background-color: #378982; }
a { background-color: rgb(55,137,130); }
div.DivClassName
{
background-color: #378982;
}
.BgClassName
{
background-color: #378982;
}
</style>
border-color css
<style>
span { border-color: #378982; }
span { border-color: rgb(55,137,130); }
td.TdClassName
{
border-color: #378982;
}
.TagClassName
{
border-color: #378982;
}
</style>