Shades of Pelorous #3198BC
Tints of Pelorous #3198BC
RGB
CMYK
RGB Variations
Color information
#3198BC (or 0x3198BC) is known color: Pelorous. HEX triplet: 31, 98 and BC. RGB value is (49,152,188). Sum of RGB (Red+Green+Blue) = 49+152+188=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #3198BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198BC is #CE6743. Grayscale: #7D7D7D. Windows color (decimal): -13526852 or 12359729. OLE color: 12359729.
HSL color Cylindrical-coordinate representation of color #3198BC: hue angle of 195.54º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3198BC is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 152 | 188 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.26 |
| HSL | 195.54º | 0.59% | 0.46% | - |
| HSV(B) | 195.54º | 0.74% | 0.74% | - |
| XYZ | 21.57 | 26.74 | 51.6 | - |
| YUV | 125.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 188 | 0.74 | 0.19 | 0 | 0.26 | 195.54 | 0.59 | 0.46 |
| Hex | 31 | 98 | BC | 4A | 13 | 0 | 1A | C4 | 3B | 2E |
| Octal | 61 | 230 | 274 | 112 | 23 | 0 | 32 | 304 | 73 | 56 |
| Binary | 110001 | 10011000 | 10111100 | 1001010 | 10011 | 0 | 11010 | 11000100 | 111011 | 101110 |
Color Harmonies of #3198BC
Complementary color
Monochromatic Colors of #3198BC
Black with #3198BC
Text Example
Text Example
White with #3198BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3198BC; }
p { color: rgb(49,152,188); }
H1.HeaderClassName
{
color: #3198BC;
}
.AnyTagClassName
{
color: #3198BC;
}
</style>
background-color css
<style>
a { background-color: #3198BC; }
a { background-color: rgb(49,152,188); }
div.DivClassName
{
background-color: #3198BC;
}
.BgClassName
{
background-color: #3198BC;
}
</style>
border-color css
<style>
span { border-color: #3198BC; }
span { border-color: rgb(49,152,188); }
td.TdClassName
{
border-color: #3198BC;
}
.TagClassName
{
border-color: #3198BC;
}
</style>