Shades of Curious Blue #3F89BF
Tints of Curious Blue #3F89BF
RGB
CMYK
RGB Variations
Color information
#3F89BF (or 0x3F89BF) is known color: Curious Blue. HEX triplet: 3F, 89 and BF. RGB value is (63,137,191). Sum of RGB (Red+Green+Blue) = 63+137+191=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F89BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89BF is #C07640. Grayscale: #787878. Windows color (decimal): -12613185 or 12552511. OLE color: 12552511.
HSL color Cylindrical-coordinate representation of color #3F89BF: hue angle of 205.31º 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 #3F89BF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 137 | 191 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.25 |
| HSL | 205.31º | 0.5% | 0.5% | - |
| HSV(B) | 205.31º | 0.67% | 0.75% | - |
| XYZ | 20.4 | 22.71 | 52.6 | - |
| YUV | 121.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 191 | 0.67 | 0.28 | 0 | 0.25 | 205.31 | 0.5 | 0.5 |
| Hex | 3F | 89 | BF | 43 | 1C | 0 | 19 | CD | 32 | 32 |
| Octal | 77 | 211 | 277 | 103 | 34 | 0 | 31 | 315 | 62 | 62 |
| Binary | 111111 | 10001001 | 10111111 | 1000011 | 11100 | 0 | 11001 | 11001101 | 110010 | 110010 |
Color Harmonies of #3F89BF
Complementary color
Monochromatic Colors of #3F89BF
Black with #3F89BF
Text Example
Text Example
White with #3F89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89BF; }
p { color: rgb(63,137,191); }
H1.HeaderClassName
{
color: #3F89BF;
}
.AnyTagClassName
{
color: #3F89BF;
}
</style>
background-color css
<style>
a { background-color: #3F89BF; }
a { background-color: rgb(63,137,191); }
div.DivClassName
{
background-color: #3F89BF;
}
.BgClassName
{
background-color: #3F89BF;
}
</style>
border-color css
<style>
span { border-color: #3F89BF; }
span { border-color: rgb(63,137,191); }
td.TdClassName
{
border-color: #3F89BF;
}
.TagClassName
{
border-color: #3F89BF;
}
</style>