Shades of Curious Blue #3F89BC
Tints of Curious Blue #3F89BC
RGB
CMYK
RGB Variations
Color information
#3F89BC (or 0x3F89BC) is known color: Curious Blue. HEX triplet: 3F, 89 and BC. RGB value is (63,137,188). Sum of RGB (Red+Green+Blue) = 63+137+188=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89BC is #C07643. Grayscale: #787878. Windows color (decimal): -12613188 or 12355903. OLE color: 12355903.
HSL color Cylindrical-coordinate representation of color #3F89BC: hue angle of 204.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F89BC is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 137 | 188 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.26 |
| HSL | 204.48º | 0.5% | 0.49% | - |
| HSV(B) | 204.48º | 0.66% | 0.74% | - |
| XYZ | 20.07 | 22.58 | 50.88 | - |
| YUV | 120.69 | 165.98 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 188 | 0.66 | 0.27 | 0 | 0.26 | 204.48 | 0.5 | 0.49 |
| Hex | 3F | 89 | BC | 42 | 1B | 0 | 1A | CC | 32 | 31 |
| Octal | 77 | 211 | 274 | 102 | 33 | 0 | 32 | 314 | 62 | 61 |
| Binary | 111111 | 10001001 | 10111100 | 1000010 | 11011 | 0 | 11010 | 11001100 | 110010 | 110001 |
Color Harmonies of #3F89BC
Complementary color
Monochromatic Colors of #3F89BC
Black with #3F89BC
Text Example
Text Example
White with #3F89BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89BC; }
p { color: rgb(63,137,188); }
H1.HeaderClassName
{
color: #3F89BC;
}
.AnyTagClassName
{
color: #3F89BC;
}
</style>
background-color css
<style>
a { background-color: #3F89BC; }
a { background-color: rgb(63,137,188); }
div.DivClassName
{
background-color: #3F89BC;
}
.BgClassName
{
background-color: #3F89BC;
}
</style>
border-color css
<style>
span { border-color: #3F89BC; }
span { border-color: rgb(63,137,188); }
td.TdClassName
{
border-color: #3F89BC;
}
.TagClassName
{
border-color: #3F89BC;
}
</style>