Shades of Curious Blue #3F8DCE
Tints of Curious Blue #3F8DCE
RGB
CMYK
RGB Variations
Color information
#3F8DCE (or 0x3F8DCE) is known color: Curious Blue. HEX triplet: 3F, 8D and CE. RGB value is (63,141,206). Sum of RGB (Red+Green+Blue) = 63+141+206=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F8DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DCE is #C07231. Grayscale: #7C7C7C. Windows color (decimal): -12612146 or 13536575. OLE color: 13536575.
HSL color Cylindrical-coordinate representation of color #3F8DCE: hue angle of 207.27º 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 #3F8DCE is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 141 | 206 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.19 |
| HSL | 207.27º | 0.59% | 0.53% | - |
| HSV(B) | 207.27º | 0.69% | 0.81% | - |
| XYZ | 22.72 | 24.56 | 61.94 | - |
| YUV | 125.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 206 | 0.69 | 0.32 | 0 | 0.19 | 207.27 | 0.59 | 0.53 |
| Hex | 3F | 8D | CE | 45 | 20 | 0 | 13 | CF | 3B | 35 |
| Octal | 77 | 215 | 316 | 105 | 40 | 0 | 23 | 317 | 73 | 65 |
| Binary | 111111 | 10001101 | 11001110 | 1000101 | 100000 | 0 | 10011 | 11001111 | 111011 | 110101 |
Color Harmonies of #3F8DCE
Complementary color
Monochromatic Colors of #3F8DCE
Black with #3F8DCE
Text Example
Text Example
White with #3F8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8DCE; }
p { color: rgb(63,141,206); }
H1.HeaderClassName
{
color: #3F8DCE;
}
.AnyTagClassName
{
color: #3F8DCE;
}
</style>
background-color css
<style>
a { background-color: #3F8DCE; }
a { background-color: rgb(63,141,206); }
div.DivClassName
{
background-color: #3F8DCE;
}
.BgClassName
{
background-color: #3F8DCE;
}
</style>
border-color css
<style>
span { border-color: #3F8DCE; }
span { border-color: rgb(63,141,206); }
td.TdClassName
{
border-color: #3F8DCE;
}
.TagClassName
{
border-color: #3F8DCE;
}
</style>