Shades of Pelorous #31ABBC
Tints of Pelorous #31ABBC
RGB
CMYK
RGB Variations
Color information
#31ABBC (or 0x31ABBC) is known color: Pelorous. HEX triplet: 31, AB and BC. RGB value is (49,171,188). Sum of RGB (Red+Green+Blue) = 49+171+188=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #31ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABBC is #CE5443. Grayscale: #888888. Windows color (decimal): -13521988 or 12364593. OLE color: 12364593.
HSL color Cylindrical-coordinate representation of color #31ABBC: hue angle of 187.34º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ABBC is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 171 | 188 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.26 |
| HSL | 187.34º | 0.59% | 0.46% | - |
| HSV(B) | 187.34º | 0.74% | 0.74% | - |
| XYZ | 24.91 | 33.41 | 52.71 | - |
| YUV | 136.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 188 | 0.74 | 0.09 | 0 | 0.26 | 187.34 | 0.59 | 0.46 |
| Hex | 31 | AB | BC | 4A | 9 | 0 | 1A | BB | 3B | 2E |
| Octal | 61 | 253 | 274 | 112 | 11 | 0 | 32 | 273 | 73 | 56 |
| Binary | 110001 | 10101011 | 10111100 | 1001010 | 1001 | 0 | 11010 | 10111011 | 111011 | 101110 |
Color Harmonies of #31ABBC
Complementary color
Monochromatic Colors of #31ABBC
Black with #31ABBC
Text Example
Text Example
White with #31ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABBC; }
p { color: rgb(49,171,188); }
H1.HeaderClassName
{
color: #31ABBC;
}
.AnyTagClassName
{
color: #31ABBC;
}
</style>
background-color css
<style>
a { background-color: #31ABBC; }
a { background-color: rgb(49,171,188); }
div.DivClassName
{
background-color: #31ABBC;
}
.BgClassName
{
background-color: #31ABBC;
}
</style>
border-color css
<style>
span { border-color: #31ABBC; }
span { border-color: rgb(49,171,188); }
td.TdClassName
{
border-color: #31ABBC;
}
.TagClassName
{
border-color: #31ABBC;
}
</style>