Shades of Pelorous #31A2BC
Tints of Pelorous #31A2BC
RGB
CMYK
RGB Variations
Color information
#31A2BC (or 0x31A2BC) is known color: Pelorous. HEX triplet: 31, A2 and BC. RGB value is (49,162,188). Sum of RGB (Red+Green+Blue) = 49+162+188=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #31A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A2BC is #CE5D43. Grayscale: #828282. Windows color (decimal): -13524292 or 12362289. OLE color: 12362289.
HSL color Cylindrical-coordinate representation of color #31A2BC: hue angle of 191.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A2BC is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 162 | 188 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.26 |
| HSL | 191.22º | 0.59% | 0.46% | - |
| HSV(B) | 191.22º | 0.74% | 0.74% | - |
| XYZ | 23.26 | 30.12 | 52.17 | - |
| YUV | 131.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 188 | 0.74 | 0.14 | 0 | 0.26 | 191.22 | 0.59 | 0.46 |
| Hex | 31 | A2 | BC | 4A | E | 0 | 1A | BF | 3B | 2E |
| Octal | 61 | 242 | 274 | 112 | 16 | 0 | 32 | 277 | 73 | 56 |
| Binary | 110001 | 10100010 | 10111100 | 1001010 | 1110 | 0 | 11010 | 10111111 | 111011 | 101110 |
Color Harmonies of #31A2BC
Complementary color
Monochromatic Colors of #31A2BC
Black with #31A2BC
Text Example
Text Example
White with #31A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A2BC; }
p { color: rgb(49,162,188); }
H1.HeaderClassName
{
color: #31A2BC;
}
.AnyTagClassName
{
color: #31A2BC;
}
</style>
background-color css
<style>
a { background-color: #31A2BC; }
a { background-color: rgb(49,162,188); }
div.DivClassName
{
background-color: #31A2BC;
}
.BgClassName
{
background-color: #31A2BC;
}
</style>
border-color css
<style>
span { border-color: #31A2BC; }
span { border-color: rgb(49,162,188); }
td.TdClassName
{
border-color: #31A2BC;
}
.TagClassName
{
border-color: #31A2BC;
}
</style>