Shades of Pelorous #3198C1
Tints of Pelorous #3198C1
RGB
CMYK
RGB Variations
Color information
#3198C1 (or 0x3198C1) is known color: Pelorous. HEX triplet: 31, 98 and C1. RGB value is (49,152,193). Sum of RGB (Red+Green+Blue) = 49+152+193=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #3198C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198C1 is #CE673E. Grayscale: #7D7D7D. Windows color (decimal): -13526847 or 12687409. OLE color: 12687409.
HSL color Cylindrical-coordinate representation of color #3198C1: hue angle of 197.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3198C1 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 152 | 193 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.24 |
| HSL | 197.08º | 0.6% | 0.47% | - |
| HSV(B) | 197.08º | 0.75% | 0.76% | - |
| XYZ | 22.12 | 26.96 | 54.49 | - |
| YUV | 125.88 | 165.88 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 193 | 0.75 | 0.21 | 0 | 0.24 | 197.08 | 0.6 | 0.47 |
| Hex | 31 | 98 | C1 | 4B | 15 | 0 | 18 | C5 | 3C | 2F |
| Octal | 61 | 230 | 301 | 113 | 25 | 0 | 30 | 305 | 74 | 57 |
| Binary | 110001 | 10011000 | 11000001 | 1001011 | 10101 | 0 | 11000 | 11000101 | 111100 | 101111 |
Color Harmonies of #3198C1
Complementary color
Monochromatic Colors of #3198C1
Black with #3198C1
Text Example
Text Example
White with #3198C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3198C1; }
p { color: rgb(49,152,193); }
H1.HeaderClassName
{
color: #3198C1;
}
.AnyTagClassName
{
color: #3198C1;
}
</style>
background-color css
<style>
a { background-color: #3198C1; }
a { background-color: rgb(49,152,193); }
div.DivClassName
{
background-color: #3198C1;
}
.BgClassName
{
background-color: #3198C1;
}
</style>
border-color css
<style>
span { border-color: #3198C1; }
span { border-color: rgb(49,152,193); }
td.TdClassName
{
border-color: #3198C1;
}
.TagClassName
{
border-color: #3198C1;
}
</style>