Shades of Blue Chill #378A92
Tints of Blue Chill #378A92
RGB
CMYK
RGB Variations
Color information
#378A92 (or 0x378A92) is known color: Blue Chill. HEX triplet: 37, 8A and 92. RGB value is (55,138,146). Sum of RGB (Red+Green+Blue) = 55+138+146=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #378A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A92 is #C8756D. Grayscale: #717171. Windows color (decimal): -13137262 or 9603639. OLE color: 9603639.
HSL color Cylindrical-coordinate representation of color #378A92: hue angle of 185.27º 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 #378A92 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 138 | 146 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.43 |
| HSL | 185.27º | 0.45% | 0.39% | - |
| HSV(B) | 185.27º | 0.62% | 0.57% | - |
| XYZ | 15.85 | 21.06 | 30.42 | - |
| YUV | 114.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 146 | 0.62 | 0.05 | 0 | 0.43 | 185.27 | 0.45 | 0.39 |
| Hex | 37 | 8A | 92 | 3E | 5 | 0 | 2B | B9 | 2D | 27 |
| Octal | 67 | 212 | 222 | 76 | 5 | 0 | 53 | 271 | 55 | 47 |
| Binary | 110111 | 10001010 | 10010010 | 111110 | 101 | 0 | 101011 | 10111001 | 101101 | 100111 |
Color Harmonies of #378A92
Complementary color
Monochromatic Colors of #378A92
Black with #378A92
Text Example
Text Example
White with #378A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A92; }
p { color: rgb(55,138,146); }
H1.HeaderClassName
{
color: #378A92;
}
.AnyTagClassName
{
color: #378A92;
}
</style>
background-color css
<style>
a { background-color: #378A92; }
a { background-color: rgb(55,138,146); }
div.DivClassName
{
background-color: #378A92;
}
.BgClassName
{
background-color: #378A92;
}
</style>
border-color css
<style>
span { border-color: #378A92; }
span { border-color: rgb(55,138,146); }
td.TdClassName
{
border-color: #378A92;
}
.TagClassName
{
border-color: #378A92;
}
</style>