Shades of Pelorous #31ABBB
Tints of Pelorous #31ABBB
RGB
CMYK
RGB Variations
Color information
#31ABBB (or 0x31ABBB) is known color: Pelorous. HEX triplet: 31, AB and BB. RGB value is (49,171,187). Sum of RGB (Red+Green+Blue) = 49+171+187=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #31ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABBB is #CE5444. Grayscale: #888888. Windows color (decimal): -13521989 or 12299057. OLE color: 12299057.
HSL color Cylindrical-coordinate representation of color #31ABBB: hue angle of 186.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ABBB is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 171 | 187 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.27 |
| HSL | 186.96º | 0.58% | 0.46% | - |
| HSV(B) | 186.96º | 0.74% | 0.73% | - |
| XYZ | 24.8 | 33.37 | 52.15 | - |
| YUV | 136.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 187 | 0.74 | 0.09 | 0 | 0.27 | 186.96 | 0.58 | 0.46 |
| Hex | 31 | AB | BB | 4A | 9 | 0 | 1B | BB | 3A | 2E |
| Octal | 61 | 253 | 273 | 112 | 11 | 0 | 33 | 273 | 72 | 56 |
| Binary | 110001 | 10101011 | 10111011 | 1001010 | 1001 | 0 | 11011 | 10111011 | 111010 | 101110 |
Color Harmonies of #31ABBB
Complementary color
Monochromatic Colors of #31ABBB
Black with #31ABBB
Text Example
Text Example
White with #31ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABBB; }
p { color: rgb(49,171,187); }
H1.HeaderClassName
{
color: #31ABBB;
}
.AnyTagClassName
{
color: #31ABBB;
}
</style>
background-color css
<style>
a { background-color: #31ABBB; }
a { background-color: rgb(49,171,187); }
div.DivClassName
{
background-color: #31ABBB;
}
.BgClassName
{
background-color: #31ABBB;
}
</style>
border-color css
<style>
span { border-color: #31ABBB; }
span { border-color: rgb(49,171,187); }
td.TdClassName
{
border-color: #31ABBB;
}
.TagClassName
{
border-color: #31ABBB;
}
</style>