Shades of Pelorous #31A6C5
Tints of Pelorous #31A6C5
RGB
CMYK
RGB Variations
Color information
#31A6C5 (or 0x31A6C5) is known color: Pelorous. HEX triplet: 31, A6 and C5. RGB value is (49,166,197). Sum of RGB (Red+Green+Blue) = 49+166+197=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #31A6C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A6C5 is #CE593A. Grayscale: #868686. Windows color (decimal): -13523259 or 12953137. OLE color: 12953137.
HSL color Cylindrical-coordinate representation of color #31A6C5: hue angle of 192.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31A6C5 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 166 | 197 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.23 |
| HSL | 192.57º | 0.6% | 0.48% | - |
| HSV(B) | 192.57º | 0.75% | 0.77% | - |
| XYZ | 24.98 | 31.96 | 57.67 | - |
| YUV | 134.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 197 | 0.75 | 0.16 | 0 | 0.23 | 192.57 | 0.6 | 0.48 |
| Hex | 31 | A6 | C5 | 4B | 10 | 0 | 17 | C1 | 3C | 30 |
| Octal | 61 | 246 | 305 | 113 | 20 | 0 | 27 | 301 | 74 | 60 |
| Binary | 110001 | 10100110 | 11000101 | 1001011 | 10000 | 0 | 10111 | 11000001 | 111100 | 110000 |
Color Harmonies of #31A6C5
Complementary color
Monochromatic Colors of #31A6C5
Black with #31A6C5
Text Example
Text Example
White with #31A6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A6C5; }
p { color: rgb(49,166,197); }
H1.HeaderClassName
{
color: #31A6C5;
}
.AnyTagClassName
{
color: #31A6C5;
}
</style>
background-color css
<style>
a { background-color: #31A6C5; }
a { background-color: rgb(49,166,197); }
div.DivClassName
{
background-color: #31A6C5;
}
.BgClassName
{
background-color: #31A6C5;
}
</style>
border-color css
<style>
span { border-color: #31A6C5; }
span { border-color: rgb(49,166,197); }
td.TdClassName
{
border-color: #31A6C5;
}
.TagClassName
{
border-color: #31A6C5;
}
</style>