Shades of Pelorous #37A2BD
Tints of Pelorous #37A2BD
RGB
CMYK
RGB Variations
Color information
#37A2BD (or 0x37A2BD) is known color: Pelorous. HEX triplet: 37, A2 and BD. RGB value is (55,162,189). Sum of RGB (Red+Green+Blue) = 55+162+189=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #37A2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A2BD is #C85D42. Grayscale: #848484. Windows color (decimal): -13131075 or 12427831. OLE color: 12427831.
HSL color Cylindrical-coordinate representation of color #37A2BD: hue angle of 192.09º 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 #37A2BD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 162 | 189 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.26 |
| HSL | 192.09º | 0.55% | 0.48% | - |
| HSV(B) | 192.09º | 0.71% | 0.74% | - |
| XYZ | 23.68 | 30.33 | 52.75 | - |
| YUV | 133.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 162 | 189 | 0.71 | 0.14 | 0 | 0.26 | 192.09 | 0.55 | 0.48 |
| Hex | 37 | A2 | BD | 47 | E | 0 | 1A | C0 | 37 | 30 |
| Octal | 67 | 242 | 275 | 107 | 16 | 0 | 32 | 300 | 67 | 60 |
| Binary | 110111 | 10100010 | 10111101 | 1000111 | 1110 | 0 | 11010 | 11000000 | 110111 | 110000 |
Color Harmonies of #37A2BD
Complementary color
Monochromatic Colors of #37A2BD
Black with #37A2BD
Text Example
Text Example
White with #37A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A2BD; }
p { color: rgb(55,162,189); }
H1.HeaderClassName
{
color: #37A2BD;
}
.AnyTagClassName
{
color: #37A2BD;
}
</style>
background-color css
<style>
a { background-color: #37A2BD; }
a { background-color: rgb(55,162,189); }
div.DivClassName
{
background-color: #37A2BD;
}
.BgClassName
{
background-color: #37A2BD;
}
</style>
border-color css
<style>
span { border-color: #37A2BD; }
span { border-color: rgb(55,162,189); }
td.TdClassName
{
border-color: #37A2BD;
}
.TagClassName
{
border-color: #37A2BD;
}
</style>