Shades of Curious Blue #3986BA
Tints of Curious Blue #3986BA
RGB
CMYK
RGB Variations
Color information
#3986BA (or 0x3986BA) is known color: Curious Blue. HEX triplet: 39, 86 and BA. RGB value is (57,134,186). Sum of RGB (Red+Green+Blue) = 57+134+186=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #3986BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3986BA is #C67945. Grayscale: #747474. Windows color (decimal): -13007174 or 12224057. OLE color: 12224057.
HSL color Cylindrical-coordinate representation of color #3986BA: hue angle of 204.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3986BA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 134 | 186 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.27 |
| HSL | 204.19º | 0.53% | 0.48% | - |
| HSV(B) | 204.19º | 0.69% | 0.73% | - |
| XYZ | 19.08 | 21.47 | 49.59 | - |
| YUV | 116.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 134 | 186 | 0.69 | 0.28 | 0 | 0.27 | 204.19 | 0.53 | 0.48 |
| Hex | 39 | 86 | BA | 45 | 1C | 0 | 1B | CC | 35 | 30 |
| Octal | 71 | 206 | 272 | 105 | 34 | 0 | 33 | 314 | 65 | 60 |
| Binary | 111001 | 10000110 | 10111010 | 1000101 | 11100 | 0 | 11011 | 11001100 | 110101 | 110000 |
Color Harmonies of #3986BA
Complementary color
Monochromatic Colors of #3986BA
Black with #3986BA
Text Example
Text Example
White with #3986BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3986BA; }
p { color: rgb(57,134,186); }
H1.HeaderClassName
{
color: #3986BA;
}
.AnyTagClassName
{
color: #3986BA;
}
</style>
background-color css
<style>
a { background-color: #3986BA; }
a { background-color: rgb(57,134,186); }
div.DivClassName
{
background-color: #3986BA;
}
.BgClassName
{
background-color: #3986BA;
}
</style>
border-color css
<style>
span { border-color: #3986BA; }
span { border-color: rgb(57,134,186); }
td.TdClassName
{
border-color: #3986BA;
}
.TagClassName
{
border-color: #3986BA;
}
</style>