Shades of Pelorous #3196C0
Tints of Pelorous #3196C0
RGB
CMYK
RGB Variations
Color information
#3196C0 (or 0x3196C0) is known color: Pelorous. HEX triplet: 31, 96 and C0. RGB value is (49,150,192). Sum of RGB (Red+Green+Blue) = 49+150+192=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #3196C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3196C0 is #CE693F. Grayscale: #7C7C7C. Windows color (decimal): -13527360 or 12621361. OLE color: 12621361.
HSL color Cylindrical-coordinate representation of color #3196C0: hue angle of 197.62º 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 #3196C0 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 150 | 192 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.25 |
| HSL | 197.62º | 0.59% | 0.47% | - |
| HSV(B) | 197.62º | 0.74% | 0.75% | - |
| XYZ | 21.69 | 26.27 | 53.8 | - |
| YUV | 124.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 192 | 0.74 | 0.22 | 0 | 0.25 | 197.62 | 0.59 | 0.47 |
| Hex | 31 | 96 | C0 | 4A | 16 | 0 | 19 | C6 | 3B | 2F |
| Octal | 61 | 226 | 300 | 112 | 26 | 0 | 31 | 306 | 73 | 57 |
| Binary | 110001 | 10010110 | 11000000 | 1001010 | 10110 | 0 | 11001 | 11000110 | 111011 | 101111 |
Color Harmonies of #3196C0
Complementary color
Monochromatic Colors of #3196C0
Black with #3196C0
Text Example
Text Example
White with #3196C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3196C0; }
p { color: rgb(49,150,192); }
H1.HeaderClassName
{
color: #3196C0;
}
.AnyTagClassName
{
color: #3196C0;
}
</style>
background-color css
<style>
a { background-color: #3196C0; }
a { background-color: rgb(49,150,192); }
div.DivClassName
{
background-color: #3196C0;
}
.BgClassName
{
background-color: #3196C0;
}
</style>
border-color css
<style>
span { border-color: #3196C0; }
span { border-color: rgb(49,150,192); }
td.TdClassName
{
border-color: #3196C0;
}
.TagClassName
{
border-color: #3196C0;
}
</style>