Shades of Pelorous #31AEBC
Tints of Pelorous #31AEBC
RGB
CMYK
RGB Variations
Color information
#31AEBC (or 0x31AEBC) is known color: Pelorous. HEX triplet: 31, AE and BC. RGB value is (49,174,188). Sum of RGB (Red+Green+Blue) = 49+174+188=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #31AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEBC is #CE5143. Grayscale: #8A8A8A. Windows color (decimal): -13521220 or 12365361. OLE color: 12365361.
HSL color Cylindrical-coordinate representation of color #31AEBC: hue angle of 186.04º 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 #31AEBC is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 174 | 188 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.26 |
| HSL | 186.04º | 0.59% | 0.46% | - |
| HSV(B) | 186.04º | 0.74% | 0.74% | - |
| XYZ | 25.48 | 34.56 | 52.9 | - |
| YUV | 138.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 188 | 0.74 | 0.07 | 0 | 0.26 | 186.04 | 0.59 | 0.46 |
| Hex | 31 | AE | BC | 4A | 7 | 0 | 1A | BA | 3B | 2E |
| Octal | 61 | 256 | 274 | 112 | 7 | 0 | 32 | 272 | 73 | 56 |
| Binary | 110001 | 10101110 | 10111100 | 1001010 | 111 | 0 | 11010 | 10111010 | 111011 | 101110 |
Color Harmonies of #31AEBC
Complementary color
Monochromatic Colors of #31AEBC
Black with #31AEBC
Text Example
Text Example
White with #31AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AEBC; }
p { color: rgb(49,174,188); }
H1.HeaderClassName
{
color: #31AEBC;
}
.AnyTagClassName
{
color: #31AEBC;
}
</style>
background-color css
<style>
a { background-color: #31AEBC; }
a { background-color: rgb(49,174,188); }
div.DivClassName
{
background-color: #31AEBC;
}
.BgClassName
{
background-color: #31AEBC;
}
</style>
border-color css
<style>
span { border-color: #31AEBC; }
span { border-color: rgb(49,174,188); }
td.TdClassName
{
border-color: #31AEBC;
}
.TagClassName
{
border-color: #31AEBC;
}
</style>