Shades of Pelorous #3198BA
Tints of Pelorous #3198BA
RGB
CMYK
RGB Variations
Color information
#3198BA (or 0x3198BA) is known color: Pelorous. HEX triplet: 31, 98 and BA. RGB value is (49,152,186). Sum of RGB (Red+Green+Blue) = 49+152+186=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #3198BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198BA is #CE6745. Grayscale: #7C7C7C. Windows color (decimal): -13526854 or 12228657. OLE color: 12228657.
HSL color Cylindrical-coordinate representation of color #3198BA: hue angle of 194.89º 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 #3198BA is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 152 | 186 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.27 |
| HSL | 194.89º | 0.58% | 0.46% | - |
| HSV(B) | 194.89º | 0.74% | 0.73% | - |
| XYZ | 21.36 | 26.65 | 50.47 | - |
| YUV | 125.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 186 | 0.74 | 0.18 | 0 | 0.27 | 194.89 | 0.58 | 0.46 |
| Hex | 31 | 98 | BA | 4A | 12 | 0 | 1B | C3 | 3A | 2E |
| Octal | 61 | 230 | 272 | 112 | 22 | 0 | 33 | 303 | 72 | 56 |
| Binary | 110001 | 10011000 | 10111010 | 1001010 | 10010 | 0 | 11011 | 11000011 | 111010 | 101110 |
Color Harmonies of #3198BA
Complementary color
Monochromatic Colors of #3198BA
Black with #3198BA
Text Example
Text Example
White with #3198BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3198BA; }
p { color: rgb(49,152,186); }
H1.HeaderClassName
{
color: #3198BA;
}
.AnyTagClassName
{
color: #3198BA;
}
</style>
background-color css
<style>
a { background-color: #3198BA; }
a { background-color: rgb(49,152,186); }
div.DivClassName
{
background-color: #3198BA;
}
.BgClassName
{
background-color: #3198BA;
}
</style>
border-color css
<style>
span { border-color: #3198BA; }
span { border-color: rgb(49,152,186); }
td.TdClassName
{
border-color: #3198BA;
}
.TagClassName
{
border-color: #3198BA;
}
</style>