Shades of Blue Chill #379395
Tints of Blue Chill #379395
RGB
CMYK
RGB Variations
Color information
#379395 (or 0x379395) is known color: Blue Chill. HEX triplet: 37, 93 and 95. RGB value is (55,147,149). Sum of RGB (Red+Green+Blue) = 55+147+149=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #379395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379395 is #C86C6A. Grayscale: #777777. Windows color (decimal): -13134955 or 9802551. OLE color: 9802551.
HSL color Cylindrical-coordinate representation of color #379395: hue angle of 181.28º 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 #379395 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 147 | 149 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.42 |
| HSL | 181.28º | 0.46% | 0.4% | - |
| HSV(B) | 181.28º | 0.63% | 0.58% | - |
| XYZ | 17.43 | 23.85 | 32.12 | - |
| YUV | 119.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 149 | 0.63 | 0.01 | 0 | 0.42 | 181.28 | 0.46 | 0.4 |
| Hex | 37 | 93 | 95 | 3F | 1 | 0 | 2A | B5 | 2E | 28 |
| Octal | 67 | 223 | 225 | 77 | 1 | 0 | 52 | 265 | 56 | 50 |
| Binary | 110111 | 10010011 | 10010101 | 111111 | 1 | 0 | 101010 | 10110101 | 101110 | 101000 |
Color Harmonies of #379395
Complementary color
Monochromatic Colors of #379395
Black with #379395
Text Example
Text Example
White with #379395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379395; }
p { color: rgb(55,147,149); }
H1.HeaderClassName
{
color: #379395;
}
.AnyTagClassName
{
color: #379395;
}
</style>
background-color css
<style>
a { background-color: #379395; }
a { background-color: rgb(55,147,149); }
div.DivClassName
{
background-color: #379395;
}
.BgClassName
{
background-color: #379395;
}
</style>
border-color css
<style>
span { border-color: #379395; }
span { border-color: rgb(55,147,149); }
td.TdClassName
{
border-color: #379395;
}
.TagClassName
{
border-color: #379395;
}
</style>