Shades of Curious Blue #3187BC
Tints of Curious Blue #3187BC
RGB
CMYK
RGB Variations
Color information
#3187BC (or 0x3187BC) is known color: Curious Blue. HEX triplet: 31, 87 and BC. RGB value is (49,135,188). Sum of RGB (Red+Green+Blue) = 49+135+188=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3187BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3187BC is #CE7843. Grayscale: #737373. Windows color (decimal): -13531204 or 12355377. OLE color: 12355377.
HSL color Cylindrical-coordinate representation of color #3187BC: hue angle of 202.88º 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 #3187BC is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 135 | 188 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.26 |
| HSL | 202.88º | 0.59% | 0.46% | - |
| HSV(B) | 202.88º | 0.74% | 0.74% | - |
| XYZ | 19.01 | 21.61 | 50.75 | - |
| YUV | 115.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 188 | 0.74 | 0.28 | 0 | 0.26 | 202.88 | 0.59 | 0.46 |
| Hex | 31 | 87 | BC | 4A | 1C | 0 | 1A | CB | 3B | 2E |
| Octal | 61 | 207 | 274 | 112 | 34 | 0 | 32 | 313 | 73 | 56 |
| Binary | 110001 | 10000111 | 10111100 | 1001010 | 11100 | 0 | 11010 | 11001011 | 111011 | 101110 |
Color Harmonies of #3187BC
Complementary color
Monochromatic Colors of #3187BC
Black with #3187BC
Text Example
Text Example
White with #3187BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3187BC; }
p { color: rgb(49,135,188); }
H1.HeaderClassName
{
color: #3187BC;
}
.AnyTagClassName
{
color: #3187BC;
}
</style>
background-color css
<style>
a { background-color: #3187BC; }
a { background-color: rgb(49,135,188); }
div.DivClassName
{
background-color: #3187BC;
}
.BgClassName
{
background-color: #3187BC;
}
</style>
border-color css
<style>
span { border-color: #3187BC; }
span { border-color: rgb(49,135,188); }
td.TdClassName
{
border-color: #3187BC;
}
.TagClassName
{
border-color: #3187BC;
}
</style>