Shades of Pelorous #31A1B5
Tints of Pelorous #31A1B5
RGB
CMYK
RGB Variations
Color information
#31A1B5 (or 0x31A1B5) is known color: Pelorous. HEX triplet: 31, A1 and B5. RGB value is (49,161,181). Sum of RGB (Red+Green+Blue) = 49+161+181=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #31A1B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A1B5 is #CE5E4A. Grayscale: #818181. Windows color (decimal): -13524555 or 11903281. OLE color: 11903281.
HSL color Cylindrical-coordinate representation of color #31A1B5: hue angle of 189.09º degrees, saturation: 0.57, 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 #31A1B5 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 161 | 181 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.29 |
| HSL | 189.09º | 0.57% | 0.45% | - |
| HSV(B) | 189.09º | 0.73% | 0.71% | - |
| XYZ | 22.35 | 29.48 | 48.23 | - |
| YUV | 129.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 181 | 0.73 | 0.11 | 0 | 0.29 | 189.09 | 0.57 | 0.45 |
| Hex | 31 | A1 | B5 | 49 | B | 0 | 1D | BD | 39 | 2D |
| Octal | 61 | 241 | 265 | 111 | 13 | 0 | 35 | 275 | 71 | 55 |
| Binary | 110001 | 10100001 | 10110101 | 1001001 | 1011 | 0 | 11101 | 10111101 | 111001 | 101101 |
Color Harmonies of #31A1B5
Complementary color
Monochromatic Colors of #31A1B5
Black with #31A1B5
Text Example
Text Example
White with #31A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A1B5; }
p { color: rgb(49,161,181); }
H1.HeaderClassName
{
color: #31A1B5;
}
.AnyTagClassName
{
color: #31A1B5;
}
</style>
background-color css
<style>
a { background-color: #31A1B5; }
a { background-color: rgb(49,161,181); }
div.DivClassName
{
background-color: #31A1B5;
}
.BgClassName
{
background-color: #31A1B5;
}
</style>
border-color css
<style>
span { border-color: #31A1B5; }
span { border-color: rgb(49,161,181); }
td.TdClassName
{
border-color: #31A1B5;
}
.TagClassName
{
border-color: #31A1B5;
}
</style>