Shades of Curious Blue #3F85BE
Tints of Curious Blue #3F85BE
RGB
CMYK
RGB Variations
Color information
#3F85BE (or 0x3F85BE) is known color: Curious Blue. HEX triplet: 3F, 85 and BE. RGB value is (63,133,190). Sum of RGB (Red+Green+Blue) = 63+133+190=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85BE is #C07A41. Grayscale: #767676. Windows color (decimal): -12614210 or 12485951. OLE color: 12485951.
HSL color Cylindrical-coordinate representation of color #3F85BE: hue angle of 206.93º 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 #3F85BE is Cyan = 0.67, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 133 | 190 | - |
| CMYK | 0.67 | 0.3 | 0 | 0.25 |
| HSL | 206.93º | 0.5% | 0.5% | - |
| HSV(B) | 206.93º | 0.67% | 0.75% | - |
| XYZ | 19.73 | 21.55 | 51.83 | - |
| YUV | 118.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 190 | 0.67 | 0.3 | 0 | 0.25 | 206.93 | 0.5 | 0.5 |
| Hex | 3F | 85 | BE | 43 | 1E | 0 | 19 | CF | 32 | 32 |
| Octal | 77 | 205 | 276 | 103 | 36 | 0 | 31 | 317 | 62 | 62 |
| Binary | 111111 | 10000101 | 10111110 | 1000011 | 11110 | 0 | 11001 | 11001111 | 110010 | 110010 |
Color Harmonies of #3F85BE
Complementary color
Monochromatic Colors of #3F85BE
Black with #3F85BE
Text Example
Text Example
White with #3F85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85BE; }
p { color: rgb(63,133,190); }
H1.HeaderClassName
{
color: #3F85BE;
}
.AnyTagClassName
{
color: #3F85BE;
}
</style>
background-color css
<style>
a { background-color: #3F85BE; }
a { background-color: rgb(63,133,190); }
div.DivClassName
{
background-color: #3F85BE;
}
.BgClassName
{
background-color: #3F85BE;
}
</style>
border-color css
<style>
span { border-color: #3F85BE; }
span { border-color: rgb(63,133,190); }
td.TdClassName
{
border-color: #3F85BE;
}
.TagClassName
{
border-color: #3F85BE;
}
</style>