Shades of Curious Blue #3191BB
Tints of Curious Blue #3191BB
RGB
CMYK
RGB Variations
Color information
#3191BB (or 0x3191BB) is known color: Curious Blue. HEX triplet: 31, 91 and BB. RGB value is (49,145,187). Sum of RGB (Red+Green+Blue) = 49+145+187=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #3191BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191BB is #CE6E44. Grayscale: #787878. Windows color (decimal): -13528645 or 12292401. OLE color: 12292401.
HSL color Cylindrical-coordinate representation of color #3191BB: hue angle of 198.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3191BB is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 145 | 187 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.27 |
| HSL | 198.26º | 0.58% | 0.46% | - |
| HSV(B) | 198.26º | 0.74% | 0.73% | - |
| XYZ | 20.36 | 24.49 | 50.67 | - |
| YUV | 121.08 | 165.2 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 187 | 0.74 | 0.22 | 0 | 0.27 | 198.26 | 0.58 | 0.46 |
| Hex | 31 | 91 | BB | 4A | 16 | 0 | 1B | C6 | 3A | 2E |
| Octal | 61 | 221 | 273 | 112 | 26 | 0 | 33 | 306 | 72 | 56 |
| Binary | 110001 | 10010001 | 10111011 | 1001010 | 10110 | 0 | 11011 | 11000110 | 111010 | 101110 |
Color Harmonies of #3191BB
Complementary color
Monochromatic Colors of #3191BB
Black with #3191BB
Text Example
Text Example
White with #3191BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191BB; }
p { color: rgb(49,145,187); }
H1.HeaderClassName
{
color: #3191BB;
}
.AnyTagClassName
{
color: #3191BB;
}
</style>
background-color css
<style>
a { background-color: #3191BB; }
a { background-color: rgb(49,145,187); }
div.DivClassName
{
background-color: #3191BB;
}
.BgClassName
{
background-color: #3191BB;
}
</style>
border-color css
<style>
span { border-color: #3191BB; }
span { border-color: rgb(49,145,187); }
td.TdClassName
{
border-color: #3191BB;
}
.TagClassName
{
border-color: #3191BB;
}
</style>