Shades of Pelorous #31AAB5
Tints of Pelorous #31AAB5
RGB
CMYK
RGB Variations
Color information
#31AAB5 (or 0x31AAB5) is known color: Pelorous. HEX triplet: 31, AA and B5. RGB value is (49,170,181). Sum of RGB (Red+Green+Blue) = 49+170+181=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #31AAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AAB5 is #CE554A. Grayscale: #868686. Windows color (decimal): -13522251 or 11905585. OLE color: 11905585.
HSL color Cylindrical-coordinate representation of color #31AAB5: hue angle of 185º 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 #31AAB5 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 170 | 181 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.29 |
| HSL | 185º | 0.57% | 0.45% | - |
| HSV(B) | 185º | 0.73% | 0.71% | - |
| XYZ | 23.98 | 32.74 | 48.77 | - |
| YUV | 135.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 181 | 0.73 | 0.06 | 0 | 0.29 | 185 | 0.57 | 0.45 |
| Hex | 31 | AA | B5 | 49 | 6 | 0 | 1D | B9 | 39 | 2D |
| Octal | 61 | 252 | 265 | 111 | 6 | 0 | 35 | 271 | 71 | 55 |
| Binary | 110001 | 10101010 | 10110101 | 1001001 | 110 | 0 | 11101 | 10111001 | 111001 | 101101 |
Color Harmonies of #31AAB5
Complementary color
Monochromatic Colors of #31AAB5
Black with #31AAB5
Text Example
Text Example
White with #31AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAB5; }
p { color: rgb(49,170,181); }
H1.HeaderClassName
{
color: #31AAB5;
}
.AnyTagClassName
{
color: #31AAB5;
}
</style>
background-color css
<style>
a { background-color: #31AAB5; }
a { background-color: rgb(49,170,181); }
div.DivClassName
{
background-color: #31AAB5;
}
.BgClassName
{
background-color: #31AAB5;
}
</style>
border-color css
<style>
span { border-color: #31AAB5; }
span { border-color: rgb(49,170,181); }
td.TdClassName
{
border-color: #31AAB5;
}
.TagClassName
{
border-color: #31AAB5;
}
</style>