Shades of Pelorous #37A0BB
Tints of Pelorous #37A0BB
RGB
CMYK
RGB Variations
Color information
#37A0BB (or 0x37A0BB) is known color: Pelorous. HEX triplet: 37, A0 and BB. RGB value is (55,160,187). Sum of RGB (Red+Green+Blue) = 55+160+187=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #37A0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A0BB is #C85F44. Grayscale: #838383. Windows color (decimal): -13131589 or 12296247. OLE color: 12296247.
HSL color Cylindrical-coordinate representation of color #37A0BB: hue angle of 192.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37A0BB is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 160 | 187 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.27 |
| HSL | 192.27º | 0.55% | 0.47% | - |
| HSV(B) | 192.27º | 0.71% | 0.73% | - |
| XYZ | 23.12 | 29.54 | 51.5 | - |
| YUV | 131.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 187 | 0.71 | 0.14 | 0 | 0.27 | 192.27 | 0.55 | 0.47 |
| Hex | 37 | A0 | BB | 47 | E | 0 | 1B | C0 | 37 | 2F |
| Octal | 67 | 240 | 273 | 107 | 16 | 0 | 33 | 300 | 67 | 57 |
| Binary | 110111 | 10100000 | 10111011 | 1000111 | 1110 | 0 | 11011 | 11000000 | 110111 | 101111 |
Color Harmonies of #37A0BB
Complementary color
Monochromatic Colors of #37A0BB
Black with #37A0BB
Text Example
Text Example
White with #37A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A0BB; }
p { color: rgb(55,160,187); }
H1.HeaderClassName
{
color: #37A0BB;
}
.AnyTagClassName
{
color: #37A0BB;
}
</style>
background-color css
<style>
a { background-color: #37A0BB; }
a { background-color: rgb(55,160,187); }
div.DivClassName
{
background-color: #37A0BB;
}
.BgClassName
{
background-color: #37A0BB;
}
</style>
border-color css
<style>
span { border-color: #37A0BB; }
span { border-color: rgb(55,160,187); }
td.TdClassName
{
border-color: #37A0BB;
}
.TagClassName
{
border-color: #37A0BB;
}
</style>