Shades of Pelorous #31ACC0
Tints of Pelorous #31ACC0
RGB
CMYK
RGB Variations
Color information
#31ACC0 (or 0x31ACC0) is known color: Pelorous. HEX triplet: 31, AC and C0. RGB value is (49,172,192). Sum of RGB (Red+Green+Blue) = 49+172+192=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #31ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACC0 is #CE533F. Grayscale: #898989. Windows color (decimal): -13521728 or 12626993. OLE color: 12626993.
HSL color Cylindrical-coordinate representation of color #31ACC0: hue angle of 188.39º 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 #31ACC0 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 172 | 192 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.25 |
| HSL | 188.39º | 0.59% | 0.47% | - |
| HSV(B) | 188.39º | 0.74% | 0.75% | - |
| XYZ | 25.53 | 33.96 | 55.08 | - |
| YUV | 137.5 | 158.75 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 192 | 0.74 | 0.10 | 0 | 0.25 | 188.39 | 0.59 | 0.47 |
| Hex | 31 | AC | C0 | 4A | A | 0 | 19 | BC | 3B | 2F |
| Octal | 61 | 254 | 300 | 112 | 12 | 0 | 31 | 274 | 73 | 57 |
| Binary | 110001 | 10101100 | 11000000 | 1001010 | 1010 | 0 | 11001 | 10111100 | 111011 | 101111 |
Color Harmonies of #31ACC0
Complementary color
Monochromatic Colors of #31ACC0
Black with #31ACC0
Text Example
Text Example
White with #31ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ACC0; }
p { color: rgb(49,172,192); }
H1.HeaderClassName
{
color: #31ACC0;
}
.AnyTagClassName
{
color: #31ACC0;
}
</style>
background-color css
<style>
a { background-color: #31ACC0; }
a { background-color: rgb(49,172,192); }
div.DivClassName
{
background-color: #31ACC0;
}
.BgClassName
{
background-color: #31ACC0;
}
</style>
border-color css
<style>
span { border-color: #31ACC0; }
span { border-color: rgb(49,172,192); }
td.TdClassName
{
border-color: #31ACC0;
}
.TagClassName
{
border-color: #31ACC0;
}
</style>