Shades of Curious Blue #3F84BB
Tints of Curious Blue #3F84BB
RGB
CMYK
RGB Variations
Color information
#3F84BB (or 0x3F84BB) is known color: Curious Blue. HEX triplet: 3F, 84 and BB. RGB value is (63,132,187). Sum of RGB (Red+Green+Blue) = 63+132+187=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F84BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F84BB is #C07B44. Grayscale: #757575. Windows color (decimal): -12614469 or 12289087. OLE color: 12289087.
HSL color Cylindrical-coordinate representation of color #3F84BB: hue angle of 206.61º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F84BB is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 132 | 187 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.27 |
| HSL | 206.61º | 0.5% | 0.49% | - |
| HSV(B) | 206.61º | 0.66% | 0.73% | - |
| XYZ | 19.27 | 21.15 | 50.08 | - |
| YUV | 117.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 187 | 0.66 | 0.29 | 0 | 0.27 | 206.61 | 0.5 | 0.49 |
| Hex | 3F | 84 | BB | 42 | 1D | 0 | 1B | CF | 32 | 31 |
| Octal | 77 | 204 | 273 | 102 | 35 | 0 | 33 | 317 | 62 | 61 |
| Binary | 111111 | 10000100 | 10111011 | 1000010 | 11101 | 0 | 11011 | 11001111 | 110010 | 110001 |
Color Harmonies of #3F84BB
Complementary color
Monochromatic Colors of #3F84BB
Black with #3F84BB
Text Example
Text Example
White with #3F84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F84BB; }
p { color: rgb(63,132,187); }
H1.HeaderClassName
{
color: #3F84BB;
}
.AnyTagClassName
{
color: #3F84BB;
}
</style>
background-color css
<style>
a { background-color: #3F84BB; }
a { background-color: rgb(63,132,187); }
div.DivClassName
{
background-color: #3F84BB;
}
.BgClassName
{
background-color: #3F84BB;
}
</style>
border-color css
<style>
span { border-color: #3F84BB; }
span { border-color: rgb(63,132,187); }
td.TdClassName
{
border-color: #3F84BB;
}
.TagClassName
{
border-color: #3F84BB;
}
</style>