Shades of Curious Blue #3F86BF
Tints of Curious Blue #3F86BF
RGB
CMYK
RGB Variations
Color information
#3F86BF (or 0x3F86BF) is known color: Curious Blue. HEX triplet: 3F, 86 and BF. RGB value is (63,134,191). Sum of RGB (Red+Green+Blue) = 63+134+191=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F86BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F86BF is #C07940. Grayscale: #767676. Windows color (decimal): -12613953 or 12551743. OLE color: 12551743.
HSL color Cylindrical-coordinate representation of color #3F86BF: hue angle of 206.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F86BF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 134 | 191 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.25 |
| HSL | 206.72º | 0.5% | 0.5% | - |
| HSV(B) | 206.72º | 0.67% | 0.75% | - |
| XYZ | 19.98 | 21.87 | 52.46 | - |
| YUV | 119.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 191 | 0.67 | 0.30 | 0 | 0.25 | 206.72 | 0.5 | 0.5 |
| Hex | 3F | 86 | BF | 43 | 1E | 0 | 19 | CF | 32 | 32 |
| Octal | 77 | 206 | 277 | 103 | 36 | 0 | 31 | 317 | 62 | 62 |
| Binary | 111111 | 10000110 | 10111111 | 1000011 | 11110 | 0 | 11001 | 11001111 | 110010 | 110010 |
Color Harmonies of #3F86BF
Complementary color
Monochromatic Colors of #3F86BF
Black with #3F86BF
Text Example
Text Example
White with #3F86BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F86BF; }
p { color: rgb(63,134,191); }
H1.HeaderClassName
{
color: #3F86BF;
}
.AnyTagClassName
{
color: #3F86BF;
}
</style>
background-color css
<style>
a { background-color: #3F86BF; }
a { background-color: rgb(63,134,191); }
div.DivClassName
{
background-color: #3F86BF;
}
.BgClassName
{
background-color: #3F86BF;
}
</style>
border-color css
<style>
span { border-color: #3F86BF; }
span { border-color: rgb(63,134,191); }
td.TdClassName
{
border-color: #3F86BF;
}
.TagClassName
{
border-color: #3F86BF;
}
</style>