Shades of Pelorous #3195BB
Tints of Pelorous #3195BB
RGB
CMYK
RGB Variations
Color information
#3195BB (or 0x3195BB) is known color: Pelorous. HEX triplet: 31, 95 and BB. RGB value is (49,149,187). Sum of RGB (Red+Green+Blue) = 49+149+187=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #3195BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3195BB is #CE6A44. Grayscale: #7B7B7B. Windows color (decimal): -13527621 or 12293425. OLE color: 12293425.
HSL color Cylindrical-coordinate representation of color #3195BB: hue angle of 196.52º 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 #3195BB is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 149 | 187 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.27 |
| HSL | 196.52º | 0.58% | 0.46% | - |
| HSV(B) | 196.52º | 0.74% | 0.73% | - |
| XYZ | 20.98 | 25.74 | 50.88 | - |
| YUV | 123.43 | 163.87 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 187 | 0.74 | 0.20 | 0 | 0.27 | 196.52 | 0.58 | 0.46 |
| Hex | 31 | 95 | BB | 4A | 14 | 0 | 1B | C5 | 3A | 2E |
| Octal | 61 | 225 | 273 | 112 | 24 | 0 | 33 | 305 | 72 | 56 |
| Binary | 110001 | 10010101 | 10111011 | 1001010 | 10100 | 0 | 11011 | 11000101 | 111010 | 101110 |
Color Harmonies of #3195BB
Complementary color
Monochromatic Colors of #3195BB
Black with #3195BB
Text Example
Text Example
White with #3195BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3195BB; }
p { color: rgb(49,149,187); }
H1.HeaderClassName
{
color: #3195BB;
}
.AnyTagClassName
{
color: #3195BB;
}
</style>
background-color css
<style>
a { background-color: #3195BB; }
a { background-color: rgb(49,149,187); }
div.DivClassName
{
background-color: #3195BB;
}
.BgClassName
{
background-color: #3195BB;
}
</style>
border-color css
<style>
span { border-color: #3195BB; }
span { border-color: rgb(49,149,187); }
td.TdClassName
{
border-color: #3195BB;
}
.TagClassName
{
border-color: #3195BB;
}
</style>