Shades of Blue Chill #378F93
Tints of Blue Chill #378F93
RGB
CMYK
RGB Variations
Color information
#378F93 (or 0x378F93) is known color: Blue Chill. HEX triplet: 37, 8F and 93. RGB value is (55,143,147). Sum of RGB (Red+Green+Blue) = 55+143+147=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #378F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378F93 is #C8706C. Grayscale: #757575. Windows color (decimal): -13135981 or 9670455. OLE color: 9670455.
HSL color Cylindrical-coordinate representation of color #378F93: hue angle of 182.61º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378F93 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 143 | 147 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.42 |
| HSL | 182.61º | 0.46% | 0.4% | - |
| HSV(B) | 182.61º | 0.63% | 0.58% | - |
| XYZ | 16.66 | 22.56 | 31.08 | - |
| YUV | 117.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 143 | 147 | 0.63 | 0.03 | 0 | 0.42 | 182.61 | 0.46 | 0.4 |
| Hex | 37 | 8F | 93 | 3F | 3 | 0 | 2A | B7 | 2E | 28 |
| Octal | 67 | 217 | 223 | 77 | 3 | 0 | 52 | 267 | 56 | 50 |
| Binary | 110111 | 10001111 | 10010011 | 111111 | 11 | 0 | 101010 | 10110111 | 101110 | 101000 |
Color Harmonies of #378F93
Complementary color
Monochromatic Colors of #378F93
Black with #378F93
Text Example
Text Example
White with #378F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378F93; }
p { color: rgb(55,143,147); }
H1.HeaderClassName
{
color: #378F93;
}
.AnyTagClassName
{
color: #378F93;
}
</style>
background-color css
<style>
a { background-color: #378F93; }
a { background-color: rgb(55,143,147); }
div.DivClassName
{
background-color: #378F93;
}
.BgClassName
{
background-color: #378F93;
}
</style>
border-color css
<style>
span { border-color: #378F93; }
span { border-color: rgb(55,143,147); }
td.TdClassName
{
border-color: #378F93;
}
.TagClassName
{
border-color: #378F93;
}
</style>