Shades of Curious Blue #3F85BF
Tints of Curious Blue #3F85BF
RGB
CMYK
RGB Variations
Color information
#3F85BF (or 0x3F85BF) is known color: Curious Blue. HEX triplet: 3F, 85 and BF. RGB value is (63,133,191). Sum of RGB (Red+Green+Blue) = 63+133+191=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F85BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85BF is #C07A40. Grayscale: #767676. Windows color (decimal): -12614209 or 12551487. OLE color: 12551487.
HSL color Cylindrical-coordinate representation of color #3F85BF: hue angle of 207.19º 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 #3F85BF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 133 | 191 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.25 |
| HSL | 207.19º | 0.5% | 0.5% | - |
| HSV(B) | 207.19º | 0.67% | 0.75% | - |
| XYZ | 19.84 | 21.59 | 52.41 | - |
| YUV | 118.68 | 168.81 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 191 | 0.67 | 0.30 | 0 | 0.25 | 207.19 | 0.5 | 0.5 |
| Hex | 3F | 85 | BF | 43 | 1E | 0 | 19 | CF | 32 | 32 |
| Octal | 77 | 205 | 277 | 103 | 36 | 0 | 31 | 317 | 62 | 62 |
| Binary | 111111 | 10000101 | 10111111 | 1000011 | 11110 | 0 | 11001 | 11001111 | 110010 | 110010 |
Color Harmonies of #3F85BF
Complementary color
Monochromatic Colors of #3F85BF
Black with #3F85BF
Text Example
Text Example
White with #3F85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85BF; }
p { color: rgb(63,133,191); }
H1.HeaderClassName
{
color: #3F85BF;
}
.AnyTagClassName
{
color: #3F85BF;
}
</style>
background-color css
<style>
a { background-color: #3F85BF; }
a { background-color: rgb(63,133,191); }
div.DivClassName
{
background-color: #3F85BF;
}
.BgClassName
{
background-color: #3F85BF;
}
</style>
border-color css
<style>
span { border-color: #3F85BF; }
span { border-color: rgb(63,133,191); }
td.TdClassName
{
border-color: #3F85BF;
}
.TagClassName
{
border-color: #3F85BF;
}
</style>