Shades of Pelorous #3192B9
Tints of Pelorous #3192B9
RGB
CMYK
RGB Variations
Color information
#3192B9 (or 0x3192B9) is known color: Pelorous. HEX triplet: 31, 92 and B9. RGB value is (49,146,185). Sum of RGB (Red+Green+Blue) = 49+146+185=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #3192B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3192B9 is #CE6D46. Grayscale: #797979. Windows color (decimal): -13528391 or 12161585. OLE color: 12161585.
HSL color Cylindrical-coordinate representation of color #3192B9: hue angle of 197.21º 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 #3192B9 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 146 | 185 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.27 |
| HSL | 197.21º | 0.58% | 0.46% | - |
| HSV(B) | 197.21º | 0.74% | 0.73% | - |
| XYZ | 20.3 | 24.71 | 49.6 | - |
| YUV | 121.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 185 | 0.74 | 0.21 | 0 | 0.27 | 197.21 | 0.58 | 0.46 |
| Hex | 31 | 92 | B9 | 4A | 15 | 0 | 1B | C5 | 3A | 2E |
| Octal | 61 | 222 | 271 | 112 | 25 | 0 | 33 | 305 | 72 | 56 |
| Binary | 110001 | 10010010 | 10111001 | 1001010 | 10101 | 0 | 11011 | 11000101 | 111010 | 101110 |
Color Harmonies of #3192B9
Complementary color
Monochromatic Colors of #3192B9
Black with #3192B9
Text Example
Text Example
White with #3192B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192B9; }
p { color: rgb(49,146,185); }
H1.HeaderClassName
{
color: #3192B9;
}
.AnyTagClassName
{
color: #3192B9;
}
</style>
background-color css
<style>
a { background-color: #3192B9; }
a { background-color: rgb(49,146,185); }
div.DivClassName
{
background-color: #3192B9;
}
.BgClassName
{
background-color: #3192B9;
}
</style>
border-color css
<style>
span { border-color: #3192B9; }
span { border-color: rgb(49,146,185); }
td.TdClassName
{
border-color: #3192B9;
}
.TagClassName
{
border-color: #3192B9;
}
</style>