Shades of Curious Blue #3191BC
Tints of Curious Blue #3191BC
RGB
CMYK
RGB Variations
Color information
#3191BC (or 0x3191BC) is known color: Curious Blue. HEX triplet: 31, 91 and BC. RGB value is (49,145,188). Sum of RGB (Red+Green+Blue) = 49+145+188=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #3191BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191BC is #CE6E43. Grayscale: #787878. Windows color (decimal): -13528644 or 12357937. OLE color: 12357937.
HSL color Cylindrical-coordinate representation of color #3191BC: hue angle of 198.56º 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 #3191BC is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 145 | 188 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.26 |
| HSL | 198.56º | 0.59% | 0.46% | - |
| HSV(B) | 198.56º | 0.74% | 0.74% | - |
| XYZ | 20.47 | 24.53 | 51.23 | - |
| YUV | 121.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 188 | 0.74 | 0.23 | 0 | 0.26 | 198.56 | 0.59 | 0.46 |
| Hex | 31 | 91 | BC | 4A | 17 | 0 | 1A | C7 | 3B | 2E |
| Octal | 61 | 221 | 274 | 112 | 27 | 0 | 32 | 307 | 73 | 56 |
| Binary | 110001 | 10010001 | 10111100 | 1001010 | 10111 | 0 | 11010 | 11000111 | 111011 | 101110 |
Color Harmonies of #3191BC
Complementary color
Monochromatic Colors of #3191BC
Black with #3191BC
Text Example
Text Example
White with #3191BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191BC; }
p { color: rgb(49,145,188); }
H1.HeaderClassName
{
color: #3191BC;
}
.AnyTagClassName
{
color: #3191BC;
}
</style>
background-color css
<style>
a { background-color: #3191BC; }
a { background-color: rgb(49,145,188); }
div.DivClassName
{
background-color: #3191BC;
}
.BgClassName
{
background-color: #3191BC;
}
</style>
border-color css
<style>
span { border-color: #3191BC; }
span { border-color: rgb(49,145,188); }
td.TdClassName
{
border-color: #3191BC;
}
.TagClassName
{
border-color: #3191BC;
}
</style>