Shades of Curious Blue #3F85BB
Tints of Curious Blue #3F85BB
RGB
CMYK
RGB Variations
Color information
#3F85BB (or 0x3F85BB) is known color: Curious Blue. HEX triplet: 3F, 85 and BB. RGB value is (63,133,187). Sum of RGB (Red+Green+Blue) = 63+133+187=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F85BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85BB is #C07A44. Grayscale: #757575. Windows color (decimal): -12614213 or 12289343. OLE color: 12289343.
HSL color Cylindrical-coordinate representation of color #3F85BB: hue angle of 206.13º 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 #3F85BB is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 133 | 187 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.27 |
| HSL | 206.13º | 0.5% | 0.49% | - |
| HSV(B) | 206.13º | 0.66% | 0.73% | - |
| XYZ | 19.41 | 21.42 | 50.13 | - |
| YUV | 118.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 187 | 0.66 | 0.29 | 0 | 0.27 | 206.13 | 0.5 | 0.49 |
| Hex | 3F | 85 | BB | 42 | 1D | 0 | 1B | CE | 32 | 31 |
| Octal | 77 | 205 | 273 | 102 | 35 | 0 | 33 | 316 | 62 | 61 |
| Binary | 111111 | 10000101 | 10111011 | 1000010 | 11101 | 0 | 11011 | 11001110 | 110010 | 110001 |
Color Harmonies of #3F85BB
Complementary color
Monochromatic Colors of #3F85BB
Black with #3F85BB
Text Example
Text Example
White with #3F85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85BB; }
p { color: rgb(63,133,187); }
H1.HeaderClassName
{
color: #3F85BB;
}
.AnyTagClassName
{
color: #3F85BB;
}
</style>
background-color css
<style>
a { background-color: #3F85BB; }
a { background-color: rgb(63,133,187); }
div.DivClassName
{
background-color: #3F85BB;
}
.BgClassName
{
background-color: #3F85BB;
}
</style>
border-color css
<style>
span { border-color: #3F85BB; }
span { border-color: rgb(63,133,187); }
td.TdClassName
{
border-color: #3F85BB;
}
.TagClassName
{
border-color: #3F85BB;
}
</style>