Shades of Curious Blue #3F89CE
Tints of Curious Blue #3F89CE
RGB
CMYK
RGB Variations
Color information
#3F89CE (or 0x3F89CE) is known color: Curious Blue. HEX triplet: 3F, 89 and CE. RGB value is (63,137,206). Sum of RGB (Red+Green+Blue) = 63+137+206=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F89CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89CE is #C07631. Grayscale: #7A7A7A. Windows color (decimal): -12613170 or 13535551. OLE color: 13535551.
HSL color Cylindrical-coordinate representation of color #3F89CE: hue angle of 208.95º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F89CE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 137 | 206 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.19 |
| HSL | 208.95º | 0.59% | 0.53% | - |
| HSV(B) | 208.95º | 0.69% | 0.81% | - |
| XYZ | 22.14 | 23.4 | 61.74 | - |
| YUV | 122.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 206 | 0.69 | 0.33 | 0 | 0.19 | 208.95 | 0.59 | 0.53 |
| Hex | 3F | 89 | CE | 45 | 21 | 0 | 13 | D1 | 3B | 35 |
| Octal | 77 | 211 | 316 | 105 | 41 | 0 | 23 | 321 | 73 | 65 |
| Binary | 111111 | 10001001 | 11001110 | 1000101 | 100001 | 0 | 10011 | 11010001 | 111011 | 110101 |
Color Harmonies of #3F89CE
Complementary color
Monochromatic Colors of #3F89CE
Black with #3F89CE
Text Example
Text Example
White with #3F89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89CE; }
p { color: rgb(63,137,206); }
H1.HeaderClassName
{
color: #3F89CE;
}
.AnyTagClassName
{
color: #3F89CE;
}
</style>
background-color css
<style>
a { background-color: #3F89CE; }
a { background-color: rgb(63,137,206); }
div.DivClassName
{
background-color: #3F89CE;
}
.BgClassName
{
background-color: #3F89CE;
}
</style>
border-color css
<style>
span { border-color: #3F89CE; }
span { border-color: rgb(63,137,206); }
td.TdClassName
{
border-color: #3F89CE;
}
.TagClassName
{
border-color: #3F89CE;
}
</style>