Shades of Pelorous #3191BA
Tints of Pelorous #3191BA
RGB
CMYK
RGB Variations
Color information
#3191BA (or 0x3191BA) is known color: Pelorous. HEX triplet: 31, 91 and BA. RGB value is (49,145,186). Sum of RGB (Red+Green+Blue) = 49+145+186=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #3191BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191BA is #CE6E45. Grayscale: #787878. Windows color (decimal): -13528646 or 12226865. OLE color: 12226865.
HSL color Cylindrical-coordinate representation of color #3191BA: hue angle of 197.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3191BA is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 145 | 186 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.27 |
| HSL | 197.96º | 0.58% | 0.46% | - |
| HSV(B) | 197.96º | 0.74% | 0.73% | - |
| XYZ | 20.25 | 24.45 | 50.11 | - |
| YUV | 120.97 | 164.7 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 186 | 0.74 | 0.22 | 0 | 0.27 | 197.96 | 0.58 | 0.46 |
| Hex | 31 | 91 | BA | 4A | 16 | 0 | 1B | C6 | 3A | 2E |
| Octal | 61 | 221 | 272 | 112 | 26 | 0 | 33 | 306 | 72 | 56 |
| Binary | 110001 | 10010001 | 10111010 | 1001010 | 10110 | 0 | 11011 | 11000110 | 111010 | 101110 |
Color Harmonies of #3191BA
Complementary color
Monochromatic Colors of #3191BA
Black with #3191BA
Text Example
Text Example
White with #3191BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191BA; }
p { color: rgb(49,145,186); }
H1.HeaderClassName
{
color: #3191BA;
}
.AnyTagClassName
{
color: #3191BA;
}
</style>
background-color css
<style>
a { background-color: #3191BA; }
a { background-color: rgb(49,145,186); }
div.DivClassName
{
background-color: #3191BA;
}
.BgClassName
{
background-color: #3191BA;
}
</style>
border-color css
<style>
span { border-color: #3191BA; }
span { border-color: rgb(49,145,186); }
td.TdClassName
{
border-color: #3191BA;
}
.TagClassName
{
border-color: #3191BA;
}
</style>