Shades of Pelorous #31AEC0
Tints of Pelorous #31AEC0
RGB
CMYK
RGB Variations
Color information
#31AEC0 (or 0x31AEC0) is known color: Pelorous. HEX triplet: 31, AE and C0. RGB value is (49,174,192). Sum of RGB (Red+Green+Blue) = 49+174+192=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #31AEC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEC0 is #CE513F. Grayscale: #8A8A8A. Windows color (decimal): -13521216 or 12627505. OLE color: 12627505.
HSL color Cylindrical-coordinate representation of color #31AEC0: hue angle of 187.55º 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 #31AEC0 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 174 | 192 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.25 |
| HSL | 187.55º | 0.59% | 0.47% | - |
| HSV(B) | 187.55º | 0.74% | 0.75% | - |
| XYZ | 25.92 | 34.73 | 55.21 | - |
| YUV | 138.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 192 | 0.74 | 0.09 | 0 | 0.25 | 187.55 | 0.59 | 0.47 |
| Hex | 31 | AE | C0 | 4A | 9 | 0 | 19 | BC | 3B | 2F |
| Octal | 61 | 256 | 300 | 112 | 11 | 0 | 31 | 274 | 73 | 57 |
| Binary | 110001 | 10101110 | 11000000 | 1001010 | 1001 | 0 | 11001 | 10111100 | 111011 | 101111 |
Color Harmonies of #31AEC0
Complementary color
Monochromatic Colors of #31AEC0
Black with #31AEC0
Text Example
Text Example
White with #31AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AEC0; }
p { color: rgb(49,174,192); }
H1.HeaderClassName
{
color: #31AEC0;
}
.AnyTagClassName
{
color: #31AEC0;
}
</style>
background-color css
<style>
a { background-color: #31AEC0; }
a { background-color: rgb(49,174,192); }
div.DivClassName
{
background-color: #31AEC0;
}
.BgClassName
{
background-color: #31AEC0;
}
</style>
border-color css
<style>
span { border-color: #31AEC0; }
span { border-color: rgb(49,174,192); }
td.TdClassName
{
border-color: #31AEC0;
}
.TagClassName
{
border-color: #31AEC0;
}
</style>