Shades of Pelorous #3194BC
Tints of Pelorous #3194BC
RGB
CMYK
RGB Variations
Color information
#3194BC (or 0x3194BC) is known color: Pelorous. HEX triplet: 31, 94 and BC. RGB value is (49,148,188). Sum of RGB (Red+Green+Blue) = 49+148+188=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #3194BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3194BC is #CE6B43. Grayscale: #7A7A7A. Windows color (decimal): -13527876 or 12358705. OLE color: 12358705.
HSL color Cylindrical-coordinate representation of color #3194BC: hue angle of 197.27º 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 #3194BC is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 148 | 188 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.26 |
| HSL | 197.27º | 0.59% | 0.46% | - |
| HSV(B) | 197.27º | 0.74% | 0.74% | - |
| XYZ | 20.93 | 25.46 | 51.39 | - |
| YUV | 122.96 | 164.7 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 188 | 0.74 | 0.21 | 0 | 0.26 | 197.27 | 0.59 | 0.46 |
| Hex | 31 | 94 | BC | 4A | 15 | 0 | 1A | C5 | 3B | 2E |
| Octal | 61 | 224 | 274 | 112 | 25 | 0 | 32 | 305 | 73 | 56 |
| Binary | 110001 | 10010100 | 10111100 | 1001010 | 10101 | 0 | 11010 | 11000101 | 111011 | 101110 |
Color Harmonies of #3194BC
Complementary color
Monochromatic Colors of #3194BC
Black with #3194BC
Text Example
Text Example
White with #3194BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194BC; }
p { color: rgb(49,148,188); }
H1.HeaderClassName
{
color: #3194BC;
}
.AnyTagClassName
{
color: #3194BC;
}
</style>
background-color css
<style>
a { background-color: #3194BC; }
a { background-color: rgb(49,148,188); }
div.DivClassName
{
background-color: #3194BC;
}
.BgClassName
{
background-color: #3194BC;
}
</style>
border-color css
<style>
span { border-color: #3194BC; }
span { border-color: rgb(49,148,188); }
td.TdClassName
{
border-color: #3194BC;
}
.TagClassName
{
border-color: #3194BC;
}
</style>