Shades of Pelorous #37A3BD
Tints of Pelorous #37A3BD
RGB
CMYK
RGB Variations
Color information
#37A3BD (or 0x37A3BD) is known color: Pelorous. HEX triplet: 37, A3 and BD. RGB value is (55,163,189). Sum of RGB (Red+Green+Blue) = 55+163+189=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #37A3BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A3BD is #C85C42. Grayscale: #858585. Windows color (decimal): -13130819 or 12428087. OLE color: 12428087.
HSL color Cylindrical-coordinate representation of color #37A3BD: hue angle of 191.64º 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 #37A3BD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 163 | 189 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.26 |
| HSL | 191.64º | 0.55% | 0.48% | - |
| HSV(B) | 191.64º | 0.71% | 0.74% | - |
| XYZ | 23.86 | 30.68 | 52.81 | - |
| YUV | 133.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 163 | 189 | 0.71 | 0.14 | 0 | 0.26 | 191.64 | 0.55 | 0.48 |
| Hex | 37 | A3 | BD | 47 | E | 0 | 1A | C0 | 37 | 30 |
| Octal | 67 | 243 | 275 | 107 | 16 | 0 | 32 | 300 | 67 | 60 |
| Binary | 110111 | 10100011 | 10111101 | 1000111 | 1110 | 0 | 11010 | 11000000 | 110111 | 110000 |
Color Harmonies of #37A3BD
Complementary color
Monochromatic Colors of #37A3BD
Black with #37A3BD
Text Example
Text Example
White with #37A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A3BD; }
p { color: rgb(55,163,189); }
H1.HeaderClassName
{
color: #37A3BD;
}
.AnyTagClassName
{
color: #37A3BD;
}
</style>
background-color css
<style>
a { background-color: #37A3BD; }
a { background-color: rgb(55,163,189); }
div.DivClassName
{
background-color: #37A3BD;
}
.BgClassName
{
background-color: #37A3BD;
}
</style>
border-color css
<style>
span { border-color: #37A3BD; }
span { border-color: rgb(55,163,189); }
td.TdClassName
{
border-color: #37A3BD;
}
.TagClassName
{
border-color: #37A3BD;
}
</style>