Shades of Curious Blue #3F89BE
Tints of Curious Blue #3F89BE
RGB
CMYK
RGB Variations
Color information
#3F89BE (or 0x3F89BE) is known color: Curious Blue. HEX triplet: 3F, 89 and BE. RGB value is (63,137,190). Sum of RGB (Red+Green+Blue) = 63+137+190=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89BE is #C07641. Grayscale: #787878. Windows color (decimal): -12613186 or 12486975. OLE color: 12486975.
HSL color Cylindrical-coordinate representation of color #3F89BE: hue angle of 205.04º 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 #3F89BE is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 137 | 190 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.25 |
| HSL | 205.04º | 0.5% | 0.5% | - |
| HSV(B) | 205.04º | 0.67% | 0.75% | - |
| XYZ | 20.29 | 22.67 | 52.02 | - |
| YUV | 120.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 190 | 0.67 | 0.28 | 0 | 0.25 | 205.04 | 0.5 | 0.5 |
| Hex | 3F | 89 | BE | 43 | 1C | 0 | 19 | CD | 32 | 32 |
| Octal | 77 | 211 | 276 | 103 | 34 | 0 | 31 | 315 | 62 | 62 |
| Binary | 111111 | 10001001 | 10111110 | 1000011 | 11100 | 0 | 11001 | 11001101 | 110010 | 110010 |
Color Harmonies of #3F89BE
Complementary color
Monochromatic Colors of #3F89BE
Black with #3F89BE
Text Example
Text Example
White with #3F89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89BE; }
p { color: rgb(63,137,190); }
H1.HeaderClassName
{
color: #3F89BE;
}
.AnyTagClassName
{
color: #3F89BE;
}
</style>
background-color css
<style>
a { background-color: #3F89BE; }
a { background-color: rgb(63,137,190); }
div.DivClassName
{
background-color: #3F89BE;
}
.BgClassName
{
background-color: #3F89BE;
}
</style>
border-color css
<style>
span { border-color: #3F89BE; }
span { border-color: rgb(63,137,190); }
td.TdClassName
{
border-color: #3F89BE;
}
.TagClassName
{
border-color: #3F89BE;
}
</style>