Shades of Curious Blue #3191BF
Tints of Curious Blue #3191BF
RGB
CMYK
RGB Variations
Color information
#3191BF (or 0x3191BF) is known color: Curious Blue. HEX triplet: 31, 91 and BF. RGB value is (49,145,191). Sum of RGB (Red+Green+Blue) = 49+145+191=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #3191BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191BF is #CE6E40. Grayscale: #797979. Windows color (decimal): -13528641 or 12554545. OLE color: 12554545.
HSL color Cylindrical-coordinate representation of color #3191BF: hue angle of 199.44º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3191BF is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 145 | 191 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.25 |
| HSL | 199.44º | 0.59% | 0.47% | - |
| HSV(B) | 199.44º | 0.74% | 0.75% | - |
| XYZ | 20.8 | 24.67 | 52.96 | - |
| YUV | 121.54 | 167.2 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 191 | 0.74 | 0.24 | 0 | 0.25 | 199.44 | 0.59 | 0.47 |
| Hex | 31 | 91 | BF | 4A | 18 | 0 | 19 | C7 | 3B | 2F |
| Octal | 61 | 221 | 277 | 112 | 30 | 0 | 31 | 307 | 73 | 57 |
| Binary | 110001 | 10010001 | 10111111 | 1001010 | 11000 | 0 | 11001 | 11000111 | 111011 | 101111 |
Color Harmonies of #3191BF
Complementary color
Monochromatic Colors of #3191BF
Black with #3191BF
Text Example
Text Example
White with #3191BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191BF; }
p { color: rgb(49,145,191); }
H1.HeaderClassName
{
color: #3191BF;
}
.AnyTagClassName
{
color: #3191BF;
}
</style>
background-color css
<style>
a { background-color: #3191BF; }
a { background-color: rgb(49,145,191); }
div.DivClassName
{
background-color: #3191BF;
}
.BgClassName
{
background-color: #3191BF;
}
</style>
border-color css
<style>
span { border-color: #3191BF; }
span { border-color: rgb(49,145,191); }
td.TdClassName
{
border-color: #3191BF;
}
.TagClassName
{
border-color: #3191BF;
}
</style>