Shades of Blue Chill #37999B
Tints of Blue Chill #37999B
RGB
CMYK
RGB Variations
Color information
#37999B (or 0x37999B) is known color: Blue Chill. HEX triplet: 37, 99 and 9B. RGB value is (55,153,155). Sum of RGB (Red+Green+Blue) = 55+153+155=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #37999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37999B is #C86664. Grayscale: #7B7B7B. Windows color (decimal): -13133413 or 10197303. OLE color: 10197303.
HSL color Cylindrical-coordinate representation of color #37999B: hue angle of 181.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37999B is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 153 | 155 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.39 |
| HSL | 181.2º | 0.48% | 0.41% | - |
| HSV(B) | 181.2º | 0.65% | 0.61% | - |
| XYZ | 18.88 | 25.96 | 35.03 | - |
| YUV | 123.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 155 | 0.65 | 0.01 | 0 | 0.39 | 181.2 | 0.48 | 0.41 |
| Hex | 37 | 99 | 9B | 41 | 1 | 0 | 27 | B5 | 30 | 29 |
| Octal | 67 | 231 | 233 | 101 | 1 | 0 | 47 | 265 | 60 | 51 |
| Binary | 110111 | 10011001 | 10011011 | 1000001 | 1 | 0 | 100111 | 10110101 | 110000 | 101001 |
Color Harmonies of #37999B
Complementary color
Monochromatic Colors of #37999B
Black with #37999B
Text Example
Text Example
White with #37999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37999B; }
p { color: rgb(55,153,155); }
H1.HeaderClassName
{
color: #37999B;
}
.AnyTagClassName
{
color: #37999B;
}
</style>
background-color css
<style>
a { background-color: #37999B; }
a { background-color: rgb(55,153,155); }
div.DivClassName
{
background-color: #37999B;
}
.BgClassName
{
background-color: #37999B;
}
</style>
border-color css
<style>
span { border-color: #37999B; }
span { border-color: rgb(55,153,155); }
td.TdClassName
{
border-color: #37999B;
}
.TagClassName
{
border-color: #37999B;
}
</style>