Shades of Pelorous #31ADBB
Tints of Pelorous #31ADBB
RGB
CMYK
RGB Variations
Color information
#31ADBB (or 0x31ADBB) is known color: Pelorous. HEX triplet: 31, AD and BB. RGB value is (49,173,187). Sum of RGB (Red+Green+Blue) = 49+173+187=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #31ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADBB is #CE5244. Grayscale: #898989. Windows color (decimal): -13521477 or 12299569. OLE color: 12299569.
HSL color Cylindrical-coordinate representation of color #31ADBB: hue angle of 186.09º 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 #31ADBB is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 173 | 187 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.27 |
| HSL | 186.09º | 0.58% | 0.46% | - |
| HSV(B) | 186.09º | 0.74% | 0.73% | - |
| XYZ | 25.18 | 34.13 | 52.27 | - |
| YUV | 137.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 187 | 0.74 | 0.07 | 0 | 0.27 | 186.09 | 0.58 | 0.46 |
| Hex | 31 | AD | BB | 4A | 7 | 0 | 1B | BA | 3A | 2E |
| Octal | 61 | 255 | 273 | 112 | 7 | 0 | 33 | 272 | 72 | 56 |
| Binary | 110001 | 10101101 | 10111011 | 1001010 | 111 | 0 | 11011 | 10111010 | 111010 | 101110 |
Color Harmonies of #31ADBB
Complementary color
Monochromatic Colors of #31ADBB
Black with #31ADBB
Text Example
Text Example
White with #31ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADBB; }
p { color: rgb(49,173,187); }
H1.HeaderClassName
{
color: #31ADBB;
}
.AnyTagClassName
{
color: #31ADBB;
}
</style>
background-color css
<style>
a { background-color: #31ADBB; }
a { background-color: rgb(49,173,187); }
div.DivClassName
{
background-color: #31ADBB;
}
.BgClassName
{
background-color: #31ADBB;
}
</style>
border-color css
<style>
span { border-color: #31ADBB; }
span { border-color: rgb(49,173,187); }
td.TdClassName
{
border-color: #31ADBB;
}
.TagClassName
{
border-color: #31ADBB;
}
</style>