Shades of Curious Blue #3F8CCF
Tints of Curious Blue #3F8CCF
RGB
CMYK
RGB Variations
Color information
#3F8CCF (or 0x3F8CCF) is known color: Curious Blue. HEX triplet: 3F, 8C and CF. RGB value is (63,140,207). Sum of RGB (Red+Green+Blue) = 63+140+207=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F8CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8CCF is #C07330. Grayscale: #7C7C7C. Windows color (decimal): -12612401 or 13601855. OLE color: 13601855.
HSL color Cylindrical-coordinate representation of color #3F8CCF: hue angle of 207.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F8CCF is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 140 | 207 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.19 |
| HSL | 207.92º | 0.6% | 0.53% | - |
| HSV(B) | 207.92º | 0.7% | 0.81% | - |
| XYZ | 22.69 | 24.32 | 62.53 | - |
| YUV | 124.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 207 | 0.70 | 0.32 | 0 | 0.19 | 207.92 | 0.6 | 0.53 |
| Hex | 3F | 8C | CF | 46 | 20 | 0 | 13 | D0 | 3C | 35 |
| Octal | 77 | 214 | 317 | 106 | 40 | 0 | 23 | 320 | 74 | 65 |
| Binary | 111111 | 10001100 | 11001111 | 1000110 | 100000 | 0 | 10011 | 11010000 | 111100 | 110101 |
Color Harmonies of #3F8CCF
Complementary color
Monochromatic Colors of #3F8CCF
Black with #3F8CCF
Text Example
Text Example
White with #3F8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8CCF; }
p { color: rgb(63,140,207); }
H1.HeaderClassName
{
color: #3F8CCF;
}
.AnyTagClassName
{
color: #3F8CCF;
}
</style>
background-color css
<style>
a { background-color: #3F8CCF; }
a { background-color: rgb(63,140,207); }
div.DivClassName
{
background-color: #3F8CCF;
}
.BgClassName
{
background-color: #3F8CCF;
}
</style>
border-color css
<style>
span { border-color: #3F8CCF; }
span { border-color: rgb(63,140,207); }
td.TdClassName
{
border-color: #3F8CCF;
}
.TagClassName
{
border-color: #3F8CCF;
}
</style>