Shades of Pelorous #37A2BC
Tints of Pelorous #37A2BC
RGB
CMYK
RGB Variations
Color information
#37A2BC (or 0x37A2BC) is known color: Pelorous. HEX triplet: 37, A2 and BC. RGB value is (55,162,188). Sum of RGB (Red+Green+Blue) = 55+162+188=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #37A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A2BC is #C85D43. Grayscale: #848484. Windows color (decimal): -13131076 or 12362295. OLE color: 12362295.
HSL color Cylindrical-coordinate representation of color #37A2BC: hue angle of 191.73º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37A2BC is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 162 | 188 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.26 |
| HSL | 191.73º | 0.55% | 0.48% | - |
| HSV(B) | 191.73º | 0.71% | 0.74% | - |
| XYZ | 23.57 | 30.28 | 52.18 | - |
| YUV | 132.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 162 | 188 | 0.71 | 0.14 | 0 | 0.26 | 191.73 | 0.55 | 0.48 |
| Hex | 37 | A2 | BC | 47 | E | 0 | 1A | C0 | 37 | 30 |
| Octal | 67 | 242 | 274 | 107 | 16 | 0 | 32 | 300 | 67 | 60 |
| Binary | 110111 | 10100010 | 10111100 | 1000111 | 1110 | 0 | 11010 | 11000000 | 110111 | 110000 |
Color Harmonies of #37A2BC
Complementary color
Monochromatic Colors of #37A2BC
Black with #37A2BC
Text Example
Text Example
White with #37A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A2BC; }
p { color: rgb(55,162,188); }
H1.HeaderClassName
{
color: #37A2BC;
}
.AnyTagClassName
{
color: #37A2BC;
}
</style>
background-color css
<style>
a { background-color: #37A2BC; }
a { background-color: rgb(55,162,188); }
div.DivClassName
{
background-color: #37A2BC;
}
.BgClassName
{
background-color: #37A2BC;
}
</style>
border-color css
<style>
span { border-color: #37A2BC; }
span { border-color: rgb(55,162,188); }
td.TdClassName
{
border-color: #37A2BC;
}
.TagClassName
{
border-color: #37A2BC;
}
</style>