Shades of Curious Blue #3F8DBF
Tints of Curious Blue #3F8DBF
RGB
CMYK
RGB Variations
Color information
#3F8DBF (or 0x3F8DBF) is known color: Curious Blue. HEX triplet: 3F, 8D and BF. RGB value is (63,141,191). Sum of RGB (Red+Green+Blue) = 63+141+191=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F8DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DBF is #C07240. Grayscale: #7B7B7B. Windows color (decimal): -12612161 or 12553535. OLE color: 12553535.
HSL color Cylindrical-coordinate representation of color #3F8DBF: hue angle of 203.44º 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 #3F8DBF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 141 | 191 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.25 |
| HSL | 203.44º | 0.5% | 0.5% | - |
| HSV(B) | 203.44º | 0.67% | 0.75% | - |
| XYZ | 20.98 | 23.87 | 52.79 | - |
| YUV | 123.38 | 166.16 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 191 | 0.67 | 0.26 | 0 | 0.25 | 203.44 | 0.5 | 0.5 |
| Hex | 3F | 8D | BF | 43 | 1A | 0 | 19 | CB | 32 | 32 |
| Octal | 77 | 215 | 277 | 103 | 32 | 0 | 31 | 313 | 62 | 62 |
| Binary | 111111 | 10001101 | 10111111 | 1000011 | 11010 | 0 | 11001 | 11001011 | 110010 | 110010 |
Color Harmonies of #3F8DBF
Complementary color
Monochromatic Colors of #3F8DBF
Black with #3F8DBF
Text Example
Text Example
White with #3F8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8DBF; }
p { color: rgb(63,141,191); }
H1.HeaderClassName
{
color: #3F8DBF;
}
.AnyTagClassName
{
color: #3F8DBF;
}
</style>
background-color css
<style>
a { background-color: #3F8DBF; }
a { background-color: rgb(63,141,191); }
div.DivClassName
{
background-color: #3F8DBF;
}
.BgClassName
{
background-color: #3F8DBF;
}
</style>
border-color css
<style>
span { border-color: #3F8DBF; }
span { border-color: rgb(63,141,191); }
td.TdClassName
{
border-color: #3F8DBF;
}
.TagClassName
{
border-color: #3F8DBF;
}
</style>