Shades of Pelorous #31ABC2
Tints of Pelorous #31ABC2
RGB
CMYK
RGB Variations
Color information
#31ABC2 (or 0x31ABC2) is known color: Pelorous. HEX triplet: 31, AB and C2. RGB value is (49,171,194). Sum of RGB (Red+Green+Blue) = 49+171+194=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #31ABC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABC2 is #CE543D. Grayscale: #888888. Windows color (decimal): -13521982 or 12757809. OLE color: 12757809.
HSL color Cylindrical-coordinate representation of color #31ABC2: hue angle of 189.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31ABC2 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 171 | 194 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.24 |
| HSL | 189.52º | 0.6% | 0.48% | - |
| HSV(B) | 189.52º | 0.75% | 0.76% | - |
| XYZ | 25.57 | 33.67 | 56.19 | - |
| YUV | 137.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 194 | 0.75 | 0.12 | 0 | 0.24 | 189.52 | 0.6 | 0.48 |
| Hex | 31 | AB | C2 | 4B | C | 0 | 18 | BE | 3C | 30 |
| Octal | 61 | 253 | 302 | 113 | 14 | 0 | 30 | 276 | 74 | 60 |
| Binary | 110001 | 10101011 | 11000010 | 1001011 | 1100 | 0 | 11000 | 10111110 | 111100 | 110000 |
Color Harmonies of #31ABC2
Complementary color
Monochromatic Colors of #31ABC2
Black with #31ABC2
Text Example
Text Example
White with #31ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABC2; }
p { color: rgb(49,171,194); }
H1.HeaderClassName
{
color: #31ABC2;
}
.AnyTagClassName
{
color: #31ABC2;
}
</style>
background-color css
<style>
a { background-color: #31ABC2; }
a { background-color: rgb(49,171,194); }
div.DivClassName
{
background-color: #31ABC2;
}
.BgClassName
{
background-color: #31ABC2;
}
</style>
border-color css
<style>
span { border-color: #31ABC2; }
span { border-color: rgb(49,171,194); }
td.TdClassName
{
border-color: #31ABC2;
}
.TagClassName
{
border-color: #31ABC2;
}
</style>