Shades of Pelorous #31AAB8
Tints of Pelorous #31AAB8
RGB
CMYK
RGB Variations
Color information
#31AAB8 (or 0x31AAB8) is known color: Pelorous. HEX triplet: 31, AA and B8. RGB value is (49,170,184). Sum of RGB (Red+Green+Blue) = 49+170+184=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #31AAB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AAB8 is #CE5547. Grayscale: #878787. Windows color (decimal): -13522248 or 12102193. OLE color: 12102193.
HSL color Cylindrical-coordinate representation of color #31AAB8: hue angle of 186.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31AAB8 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 170 | 184 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.28 |
| HSL | 186.22º | 0.58% | 0.46% | - |
| HSV(B) | 186.22º | 0.73% | 0.72% | - |
| XYZ | 24.29 | 32.86 | 50.41 | - |
| YUV | 135.42 | 155.41 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 184 | 0.73 | 0.08 | 0 | 0.28 | 186.22 | 0.58 | 0.46 |
| Hex | 31 | AA | B8 | 49 | 8 | 0 | 1C | BA | 3A | 2E |
| Octal | 61 | 252 | 270 | 111 | 10 | 0 | 34 | 272 | 72 | 56 |
| Binary | 110001 | 10101010 | 10111000 | 1001001 | 1000 | 0 | 11100 | 10111010 | 111010 | 101110 |
Color Harmonies of #31AAB8
Complementary color
Monochromatic Colors of #31AAB8
Black with #31AAB8
Text Example
Text Example
White with #31AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAB8; }
p { color: rgb(49,170,184); }
H1.HeaderClassName
{
color: #31AAB8;
}
.AnyTagClassName
{
color: #31AAB8;
}
</style>
background-color css
<style>
a { background-color: #31AAB8; }
a { background-color: rgb(49,170,184); }
div.DivClassName
{
background-color: #31AAB8;
}
.BgClassName
{
background-color: #31AAB8;
}
</style>
border-color css
<style>
span { border-color: #31AAB8; }
span { border-color: rgb(49,170,184); }
td.TdClassName
{
border-color: #31AAB8;
}
.TagClassName
{
border-color: #31AAB8;
}
</style>