Shades of Pelorous #31A8BB
Tints of Pelorous #31A8BB
RGB
CMYK
RGB Variations
Color information
#31A8BB (or 0x31A8BB) is known color: Pelorous. HEX triplet: 31, A8 and BB. RGB value is (49,168,187). Sum of RGB (Red+Green+Blue) = 49+168+187=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #31A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8BB is #CE5744. Grayscale: #868686. Windows color (decimal): -13522757 or 12298289. OLE color: 12298289.
HSL color Cylindrical-coordinate representation of color #31A8BB: hue angle of 188.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A8BB is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 168 | 187 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.27 |
| HSL | 188.26º | 0.58% | 0.46% | - |
| HSV(B) | 188.26º | 0.74% | 0.73% | - |
| XYZ | 24.24 | 32.25 | 51.96 | - |
| YUV | 134.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 187 | 0.74 | 0.10 | 0 | 0.27 | 188.26 | 0.58 | 0.46 |
| Hex | 31 | A8 | BB | 4A | A | 0 | 1B | BC | 3A | 2E |
| Octal | 61 | 250 | 273 | 112 | 12 | 0 | 33 | 274 | 72 | 56 |
| Binary | 110001 | 10101000 | 10111011 | 1001010 | 1010 | 0 | 11011 | 10111100 | 111010 | 101110 |
Color Harmonies of #31A8BB
Complementary color
Monochromatic Colors of #31A8BB
Black with #31A8BB
Text Example
Text Example
White with #31A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A8BB; }
p { color: rgb(49,168,187); }
H1.HeaderClassName
{
color: #31A8BB;
}
.AnyTagClassName
{
color: #31A8BB;
}
</style>
background-color css
<style>
a { background-color: #31A8BB; }
a { background-color: rgb(49,168,187); }
div.DivClassName
{
background-color: #31A8BB;
}
.BgClassName
{
background-color: #31A8BB;
}
</style>
border-color css
<style>
span { border-color: #31A8BB; }
span { border-color: rgb(49,168,187); }
td.TdClassName
{
border-color: #31A8BB;
}
.TagClassName
{
border-color: #31A8BB;
}
</style>