Shades of Blue Chill #379899
Tints of Blue Chill #379899
RGB
CMYK
RGB Variations
Color information
#379899 (or 0x379899) is known color: Blue Chill. HEX triplet: 37, 98 and 99. RGB value is (55,152,153). Sum of RGB (Red+Green+Blue) = 55+152+153=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #379899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379899 is #C86766. Grayscale: #7B7B7B. Windows color (decimal): -13133671 or 10065975. OLE color: 10065975.
HSL color Cylindrical-coordinate representation of color #379899: hue angle of 180.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379899 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 152 | 153 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.4 |
| HSL | 180.61º | 0.47% | 0.41% | - |
| HSV(B) | 180.61º | 0.64% | 0.6% | - |
| XYZ | 18.55 | 25.57 | 34.09 | - |
| YUV | 123.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 153 | 0.64 | 0.01 | 0 | 0.4 | 180.61 | 0.47 | 0.41 |
| Hex | 37 | 98 | 99 | 40 | 1 | 0 | 28 | B5 | 2F | 29 |
| Octal | 67 | 230 | 231 | 100 | 1 | 0 | 50 | 265 | 57 | 51 |
| Binary | 110111 | 10011000 | 10011001 | 1000000 | 1 | 0 | 101000 | 10110101 | 101111 | 101001 |
Color Harmonies of #379899
Complementary color
Monochromatic Colors of #379899
Black with #379899
Text Example
Text Example
White with #379899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379899; }
p { color: rgb(55,152,153); }
H1.HeaderClassName
{
color: #379899;
}
.AnyTagClassName
{
color: #379899;
}
</style>
background-color css
<style>
a { background-color: #379899; }
a { background-color: rgb(55,152,153); }
div.DivClassName
{
background-color: #379899;
}
.BgClassName
{
background-color: #379899;
}
</style>
border-color css
<style>
span { border-color: #379899; }
span { border-color: rgb(55,152,153); }
td.TdClassName
{
border-color: #379899;
}
.TagClassName
{
border-color: #379899;
}
</style>