Shades of Curious Blue #3986BC
Tints of Curious Blue #3986BC
RGB
CMYK
RGB Variations
Color information
#3986BC (or 0x3986BC) is known color: Curious Blue. HEX triplet: 39, 86 and BC. RGB value is (57,134,188). Sum of RGB (Red+Green+Blue) = 57+134+188=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #3986BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986BC is #C67943. Grayscale: #747474. Windows color (decimal): -13007172 or 12355129. OLE color: 12355129.
HSL color Cylindrical-coordinate representation of color #3986BC: hue angle of 204.73º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3986BC is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 134 | 188 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.26 |
| HSL | 204.73º | 0.53% | 0.48% | - |
| HSV(B) | 204.73º | 0.7% | 0.74% | - |
| XYZ | 19.29 | 21.55 | 50.72 | - |
| YUV | 117.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 134 | 188 | 0.70 | 0.29 | 0 | 0.26 | 204.73 | 0.53 | 0.48 |
| Hex | 39 | 86 | BC | 46 | 1D | 0 | 1A | CD | 35 | 30 |
| Octal | 71 | 206 | 274 | 106 | 35 | 0 | 32 | 315 | 65 | 60 |
| Binary | 111001 | 10000110 | 10111100 | 1000110 | 11101 | 0 | 11010 | 11001101 | 110101 | 110000 |
Color Harmonies of #3986BC
Complementary color
Monochromatic Colors of #3986BC
Black with #3986BC
Text Example
Text Example
White with #3986BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3986BC; }
p { color: rgb(57,134,188); }
H1.HeaderClassName
{
color: #3986BC;
}
.AnyTagClassName
{
color: #3986BC;
}
</style>
background-color css
<style>
a { background-color: #3986BC; }
a { background-color: rgb(57,134,188); }
div.DivClassName
{
background-color: #3986BC;
}
.BgClassName
{
background-color: #3986BC;
}
</style>
border-color css
<style>
span { border-color: #3986BC; }
span { border-color: rgb(57,134,188); }
td.TdClassName
{
border-color: #3986BC;
}
.TagClassName
{
border-color: #3986BC;
}
</style>