Shades of Curious Blue #3F89BD
Tints of Curious Blue #3F89BD
RGB
CMYK
RGB Variations
Color information
#3F89BD (or 0x3F89BD) is known color: Curious Blue. HEX triplet: 3F, 89 and BD. RGB value is (63,137,189). Sum of RGB (Red+Green+Blue) = 63+137+189=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F89BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89BD is #C07642. Grayscale: #787878. Windows color (decimal): -12613187 or 12421439. OLE color: 12421439.
HSL color Cylindrical-coordinate representation of color #3F89BD: hue angle of 204.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F89BD is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 137 | 189 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.26 |
| HSL | 204.76º | 0.5% | 0.49% | - |
| HSV(B) | 204.76º | 0.67% | 0.74% | - |
| XYZ | 20.18 | 22.62 | 51.45 | - |
| YUV | 120.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 189 | 0.67 | 0.28 | 0 | 0.26 | 204.76 | 0.5 | 0.49 |
| Hex | 3F | 89 | BD | 43 | 1C | 0 | 1A | CD | 32 | 31 |
| Octal | 77 | 211 | 275 | 103 | 34 | 0 | 32 | 315 | 62 | 61 |
| Binary | 111111 | 10001001 | 10111101 | 1000011 | 11100 | 0 | 11010 | 11001101 | 110010 | 110001 |
Color Harmonies of #3F89BD
Complementary color
Monochromatic Colors of #3F89BD
Black with #3F89BD
Text Example
Text Example
White with #3F89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89BD; }
p { color: rgb(63,137,189); }
H1.HeaderClassName
{
color: #3F89BD;
}
.AnyTagClassName
{
color: #3F89BD;
}
</style>
background-color css
<style>
a { background-color: #3F89BD; }
a { background-color: rgb(63,137,189); }
div.DivClassName
{
background-color: #3F89BD;
}
.BgClassName
{
background-color: #3F89BD;
}
</style>
border-color css
<style>
span { border-color: #3F89BD; }
span { border-color: rgb(63,137,189); }
td.TdClassName
{
border-color: #3F89BD;
}
.TagClassName
{
border-color: #3F89BD;
}
</style>