Shades of Pelorous #31A1BF
Tints of Pelorous #31A1BF
RGB
CMYK
RGB Variations
Color information
#31A1BF (or 0x31A1BF) is known color: Pelorous. HEX triplet: 31, A1 and BF. RGB value is (49,161,191). Sum of RGB (Red+Green+Blue) = 49+161+191=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #31A1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A1BF is #CE5E40. Grayscale: #828282. Windows color (decimal): -13524545 or 12558641. OLE color: 12558641.
HSL color Cylindrical-coordinate representation of color #31A1BF: hue angle of 192.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A1BF is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 161 | 191 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.25 |
| HSL | 192.68º | 0.59% | 0.47% | - |
| HSV(B) | 192.68º | 0.74% | 0.75% | - |
| XYZ | 23.42 | 29.9 | 53.83 | - |
| YUV | 130.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 191 | 0.74 | 0.16 | 0 | 0.25 | 192.68 | 0.59 | 0.47 |
| Hex | 31 | A1 | BF | 4A | 10 | 0 | 19 | C1 | 3B | 2F |
| Octal | 61 | 241 | 277 | 112 | 20 | 0 | 31 | 301 | 73 | 57 |
| Binary | 110001 | 10100001 | 10111111 | 1001010 | 10000 | 0 | 11001 | 11000001 | 111011 | 101111 |
Color Harmonies of #31A1BF
Complementary color
Monochromatic Colors of #31A1BF
Black with #31A1BF
Text Example
Text Example
White with #31A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A1BF; }
p { color: rgb(49,161,191); }
H1.HeaderClassName
{
color: #31A1BF;
}
.AnyTagClassName
{
color: #31A1BF;
}
</style>
background-color css
<style>
a { background-color: #31A1BF; }
a { background-color: rgb(49,161,191); }
div.DivClassName
{
background-color: #31A1BF;
}
.BgClassName
{
background-color: #31A1BF;
}
</style>
border-color css
<style>
span { border-color: #31A1BF; }
span { border-color: rgb(49,161,191); }
td.TdClassName
{
border-color: #31A1BF;
}
.TagClassName
{
border-color: #31A1BF;
}
</style>