Shades of Pelorous #31A0B6
Tints of Pelorous #31A0B6
RGB
CMYK
RGB Variations
Color information
#31A0B6 (or 0x31A0B6) is known color: Pelorous. HEX triplet: 31, A0 and B6. RGB value is (49,160,182). Sum of RGB (Red+Green+Blue) = 49+160+182=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #31A0B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A0B6 is #CE5F49. Grayscale: #818181. Windows color (decimal): -13524810 or 11968561. OLE color: 11968561.
HSL color Cylindrical-coordinate representation of color #31A0B6: hue angle of 189.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31A0B6 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 160 | 182 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.29 |
| HSL | 189.92º | 0.58% | 0.45% | - |
| HSV(B) | 189.92º | 0.73% | 0.71% | - |
| XYZ | 22.28 | 29.17 | 48.71 | - |
| YUV | 129.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 182 | 0.73 | 0.12 | 0 | 0.29 | 189.92 | 0.58 | 0.45 |
| Hex | 31 | A0 | B6 | 49 | C | 0 | 1D | BE | 3A | 2D |
| Octal | 61 | 240 | 266 | 111 | 14 | 0 | 35 | 276 | 72 | 55 |
| Binary | 110001 | 10100000 | 10110110 | 1001001 | 1100 | 0 | 11101 | 10111110 | 111010 | 101101 |
Color Harmonies of #31A0B6
Complementary color
Monochromatic Colors of #31A0B6
Black with #31A0B6
Text Example
Text Example
White with #31A0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A0B6; }
p { color: rgb(49,160,182); }
H1.HeaderClassName
{
color: #31A0B6;
}
.AnyTagClassName
{
color: #31A0B6;
}
</style>
background-color css
<style>
a { background-color: #31A0B6; }
a { background-color: rgb(49,160,182); }
div.DivClassName
{
background-color: #31A0B6;
}
.BgClassName
{
background-color: #31A0B6;
}
</style>
border-color css
<style>
span { border-color: #31A0B6; }
span { border-color: rgb(49,160,182); }
td.TdClassName
{
border-color: #31A0B6;
}
.TagClassName
{
border-color: #31A0B6;
}
</style>