Shades of Pelorous #37A8B6
Tints of Pelorous #37A8B6
RGB
CMYK
RGB Variations
Color information
#37A8B6 (or 0x37A8B6) is known color: Pelorous. HEX triplet: 37, A8 and B6. RGB value is (55,168,182). Sum of RGB (Red+Green+Blue) = 55+168+182=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #37A8B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A8B6 is #C85749. Grayscale: #878787. Windows color (decimal): -13129546 or 11970615. OLE color: 11970615.
HSL color Cylindrical-coordinate representation of color #37A8B6: hue angle of 186.61º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37A8B6 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 168 | 182 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.29 |
| HSL | 186.61º | 0.54% | 0.46% | - |
| HSV(B) | 186.61º | 0.7% | 0.71% | - |
| XYZ | 24.02 | 32.19 | 49.2 | - |
| YUV | 135.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 168 | 182 | 0.70 | 0.08 | 0 | 0.29 | 186.61 | 0.54 | 0.46 |
| Hex | 37 | A8 | B6 | 46 | 8 | 0 | 1D | BB | 36 | 2E |
| Octal | 67 | 250 | 266 | 106 | 10 | 0 | 35 | 273 | 66 | 56 |
| Binary | 110111 | 10101000 | 10110110 | 1000110 | 1000 | 0 | 11101 | 10111011 | 110110 | 101110 |
Color Harmonies of #37A8B6
Complementary color
Monochromatic Colors of #37A8B6
Black with #37A8B6
Text Example
Text Example
White with #37A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A8B6; }
p { color: rgb(55,168,182); }
H1.HeaderClassName
{
color: #37A8B6;
}
.AnyTagClassName
{
color: #37A8B6;
}
</style>
background-color css
<style>
a { background-color: #37A8B6; }
a { background-color: rgb(55,168,182); }
div.DivClassName
{
background-color: #37A8B6;
}
.BgClassName
{
background-color: #37A8B6;
}
</style>
border-color css
<style>
span { border-color: #37A8B6; }
span { border-color: rgb(55,168,182); }
td.TdClassName
{
border-color: #37A8B6;
}
.TagClassName
{
border-color: #37A8B6;
}
</style>