Shades of Curious Blue #3F7ECF
Tints of Curious Blue #3F7ECF
RGB
CMYK
RGB Variations
Color information
#3F7ECF (or 0x3F7ECF) is known color: Curious Blue. HEX triplet: 3F, 7E and CF. RGB value is (63,126,207). Sum of RGB (Red+Green+Blue) = 63+126+207=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F7ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ECF is #C08130. Grayscale: #747474. Windows color (decimal): -12615985 or 13598271. OLE color: 13598271.
HSL color Cylindrical-coordinate representation of color #3F7ECF: hue angle of 213.75º 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 #3F7ECF is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 126 | 207 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.19 |
| HSL | 213.75º | 0.6% | 0.53% | - |
| HSV(B) | 213.75º | 0.7% | 0.81% | - |
| XYZ | 20.77 | 20.48 | 61.89 | - |
| YUV | 116.4 | 179.13 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 207 | 0.70 | 0.39 | 0 | 0.19 | 213.75 | 0.6 | 0.53 |
| Hex | 3F | 7E | CF | 46 | 27 | 0 | 13 | D6 | 3C | 35 |
| Octal | 77 | 176 | 317 | 106 | 47 | 0 | 23 | 326 | 74 | 65 |
| Binary | 111111 | 1111110 | 11001111 | 1000110 | 100111 | 0 | 10011 | 11010110 | 111100 | 110101 |
Color Harmonies of #3F7ECF
Complementary color
Monochromatic Colors of #3F7ECF
Black with #3F7ECF
Text Example
Text Example
White with #3F7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7ECF; }
p { color: rgb(63,126,207); }
H1.HeaderClassName
{
color: #3F7ECF;
}
.AnyTagClassName
{
color: #3F7ECF;
}
</style>
background-color css
<style>
a { background-color: #3F7ECF; }
a { background-color: rgb(63,126,207); }
div.DivClassName
{
background-color: #3F7ECF;
}
.BgClassName
{
background-color: #3F7ECF;
}
</style>
border-color css
<style>
span { border-color: #3F7ECF; }
span { border-color: rgb(63,126,207); }
td.TdClassName
{
border-color: #3F7ECF;
}
.TagClassName
{
border-color: #3F7ECF;
}
</style>